From a8c96aa206825c380926305143975fd5aa987bfd Mon Sep 17 00:00:00 2001 From: Marc Mattmueller Date: Tue, 14 Dec 2021 12:29:11 +0100 Subject: [PATCH] jenkins/mmc: adapted for archiving armada bootloader artifacts BugzID: 75924 Signed-off-by: Marc Mattmueller --- Jenkinsfile_mmcImages | 5 +++++ 1 file changed, 5 insertions(+) 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 ."