diff --git a/Jenkinsfile_mmcImages b/Jenkinsfile_mmcImages index b829c8e..d82a1e2 100644 --- a/Jenkinsfile_mmcImages +++ b/Jenkinsfile_mmcImages @@ -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 ."