Skip to content
Snippets Groups Projects

Wip/martyn/u boot installer

Merged Martyn Welch requested to merge WIP/martyn/u-boot_installer into apertis/v2019dev0
All threads resolved!
Compare and Show latest version
1 file
+ 8
3
Compare changes
  • Side-by-side
  • Inline
+ 8
3
@@ -613,9 +613,14 @@ buildCandidates.each { name, arch ->
}
/* Add installer */
first_pass << [("$name $type"):
buildInstallers(installers)
]
println("buildOnlyList")
println(buildOnlyList)
if (buildOnlyList.containsKey('installers')) {
println("Got installers")
first_pass << [("installers"):
buildInstallers(installers)
]
}
parallel first_pass
parallel second_pass
Loading