summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-05-10 16:40:16 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-05-16 10:47:44 +0200
commit8e2bc01ca8bac33c2fab0943cbed1e582d8e4180 (patch)
tree55869e230a65dfd49285b2cec52f310fe3792b6b /classes
parent55ac7d9d4689e7400c855c9b580c1705c2af7be8 (diff)
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 <max.krummenacher@toradex.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/toradex-fitimage.bbclass2
1 files changed, 1 insertions, 1 deletions
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