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
4
Compare changes
  • Side-by-side
  • Inline
+ 8
4
@@ -612,10 +612,14 @@ buildCandidates.each { name, arch ->
}
}
/* Add installer */
first_pass << [("$name $type"):
buildInstallers(installers)
]
println("buildOnlyList:")
println(buildOnlyList)
if (buildOnlyList.containsValue("installers")) {
/* Add installer */
first_pass << [("$name $type"):
buildInstallers(installers)
]
}
parallel first_pass
parallel second_pass
Loading