diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-03-22 17:16:26 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-03-22 17:16:26 -0500 |
commit | 19e17a19f824fdca782382b4fbb1234acbba5336 (patch) | |
tree | a4b62174b450f6d78f4c6b26757d12f3f48e14be /classes/kernel-itbimage.bbclass | |
parent | 69fd1cee1962459464e3e06f627c7eab520d1249 (diff) | |
download | meta-freescale-19e17a19f824fdca782382b4fbb1234acbba5336.tar.gz |
kernel-itbimage: Add support for cpio.zstd
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'classes/kernel-itbimage.bbclass')
-rw-r--r-- | classes/kernel-itbimage.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/kernel-itbimage.bbclass b/classes/kernel-itbimage.bbclass index 51a87319..91bceb85 100644 --- a/classes/kernel-itbimage.bbclass +++ b/classes/kernel-itbimage.bbclass | |||
@@ -383,7 +383,7 @@ fitimage_assemble() { | |||
383 | # | 383 | # |
384 | if [ "x${ramdiskcount}" = "x1" ] ; then | 384 | if [ "x${ramdiskcount}" = "x1" ] ; then |
385 | # Find and use the first initramfs image archive type we find | 385 | # Find and use the first initramfs image archive type we find |
386 | for img in cpio.lz4 cpio.lzo cpio.lzma cpio.xz cpio.gz ext2.gz cpio; do | 386 | for img in cpio.lz4 cpio.lzo cpio.lzma cpio.zst cpio.xz cpio.gz ext2.gz cpio; do |
387 | initramfs_path="${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE_NAME}.${img}" | 387 | initramfs_path="${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE_NAME}.${img}" |
388 | echo "Using $initramfs_path" | 388 | echo "Using $initramfs_path" |
389 | if [ -e "${initramfs_path}" ]; then | 389 | if [ -e "${initramfs_path}" ]; then |