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
+ 7
4
Compare changes
  • Side-by-side
  • Inline
+ 7
4
@@ -613,10 +613,13 @@ buildCandidates.each { name, arch ->
}
/* Add installer */
println("buildOnlyList")
println(buildOnlyList)
if (buildOnlyList.containsKey('installers')) {
println("Got installers")
if (buildOnlyList) {
if (buildOnlyList.containsKey('installers')) {
first_pass << [("installers"):
buildInstallers(installers)
]
}
} else {
first_pass << [("installers"):
buildInstallers(installers)
]
Loading