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