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