jenkins/mmc: adapted for archiving armada bootloader artifacts
BugzID: 75924 Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
19e6acb19c
commit
a8c96aa206
|
|
@ -207,6 +207,11 @@ def createBslPackage(outputDir, machine) {
|
|||
sh "cp ${env.YOCTO_DEPLOYS}/imx-boot ."
|
||||
sh "cp ${env.YOCTO_DEPLOYS}/imx-boot.sd ."
|
||||
}
|
||||
else if(machineArr[0] == 'armada') {
|
||||
sh "cp ${env.YOCTO_DEPLOYS}/*u-boot-spl.kwb ."
|
||||
sh "cp ${env.YOCTO_DEPLOYS}/*u-boot-${params.MACHINE}*.kwb ."
|
||||
sh "cp ${env.YOCTO_DEPLOYS}/*u-boot-${params.MACHINE}*.xmodem.bin ."
|
||||
}
|
||||
else {
|
||||
sh "cp ${env.YOCTO_DEPLOYS}/*u-boot-${params.MACHINE}*.img ."
|
||||
sh "cp ${env.YOCTO_DEPLOYS}/*u-boot-${params.MACHINE}*.xmodem.bin ."
|
||||
|
|
|
|||
Loading…
Reference in New Issue