jenkins/mmcImages: removed fitImage artifact from package

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2021-08-23 17:34:47 +02:00
parent 0db0db4cb5
commit 6fcf293fc2
1 changed files with 0 additions and 1 deletions

View File

@ -184,7 +184,6 @@ def createImagePackage(imgType, outputDir) {
cp \$LATEST_LICENSE_DIR/license.manifest initramfs-ostree-image_license.manifest cp \$LATEST_LICENSE_DIR/license.manifest initramfs-ostree-image_license.manifest
""" """
sh "cp ${env.YOCTO_DEPLOYS}/fitImage-linux.bin-${params.MACHINE} ./fitImage-${params.MACHINE}.bin"
sh "cp ${basename_built}.ota-ext4 ${basename_archive}.ota-ext4" sh "cp ${basename_built}.ota-ext4 ${basename_archive}.ota-ext4"
sh "cp ${basename_built}.wic ${basename_archive}.wic" sh "cp ${basename_built}.wic ${basename_archive}.wic"
sh "tar czf ./ostree_repo${imgTypePostfix}.tar.gz -C ${env.YOCTO_DEPLOYS}/ostree_repo ." sh "tar czf ./ostree_repo${imgTypePostfix}.tar.gz -C ${env.YOCTO_DEPLOYS}/ostree_repo ."