From 8e2bc01ca8bac33c2fab0943cbed1e582d8e4180 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 10 May 2022 16:40:16 +0200 Subject: toradex-fitimage: follow oe-core initramfs support way FIT_SUPPORTED_INITRAMFS_FSTYPES is already set now in the kernel-fitimage bbclass. Setting it here with `?=` no longer works. Thus change to append to extend the list with the squasfs we need additionally in the list. Signed-off-by: Max Krummenacher --- classes/toradex-fitimage.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/toradex-fitimage.bbclass b/classes/toradex-fitimage.bbclass index de6662b..65f7395 100644 --- a/classes/toradex-fitimage.bbclass +++ b/classes/toradex-fitimage.bbclass @@ -7,7 +7,7 @@ inherit kernel-fitimage -FIT_SUPPORTED_INITRAMFS_FSTYPES ?= "cpio.lz4 cpio.lzo cpio.lzma cpio.xz cpio.zst cpio.gz ext2.gz cpio squashfs" +FIT_SUPPORTED_INITRAMFS_FSTYPES:append = " squashfs" # # Override fitimage_assemble in kernel-fitimage.bbclass -- cgit v1.2.3