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
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -614,7 +614,7 @@ buildCandidates.each { name, arch ->
println("buildOnlyList:")
println(buildOnlyList.keySet())
if (buildOnlyList.containsKey("installers")) {
if (buildOnlyList.keySet().contains("installers")) {
/* Add installer */
first_pass << [("$name $type"):
buildInstallers(installers)
Loading