From 19e17a19f824fdca782382b4fbb1234acbba5336 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 22 Mar 2022 17:16:26 -0500 Subject: kernel-itbimage: Add support for cpio.zstd Signed-off-by: Tom Hochstein --- classes/kernel-itbimage.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/kernel-itbimage.bbclass') diff --git a/classes/kernel-itbimage.bbclass b/classes/kernel-itbimage.bbclass index 51a87319c..91bceb857 100644 --- a/classes/kernel-itbimage.bbclass +++ b/classes/kernel-itbimage.bbclass @@ -383,7 +383,7 @@ fitimage_assemble() { # if [ "x${ramdiskcount}" = "x1" ] ; then # Find and use the first initramfs image archive type we find - for img in cpio.lz4 cpio.lzo cpio.lzma cpio.xz cpio.gz ext2.gz cpio; do + for img in cpio.lz4 cpio.lzo cpio.lzma cpio.zst cpio.xz cpio.gz ext2.gz cpio; do initramfs_path="${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE_NAME}.${img}" echo "Using $initramfs_path" if [ -e "${initramfs_path}" ]; then -- cgit v1.2.3-54-g00ecf