diff options
-rw-r--r-- | classes/mfgtool-initramfs-image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/mfgtool-initramfs-image.bbclass b/classes/mfgtool-initramfs-image.bbclass index 42792f6b..afe5124a 100644 --- a/classes/mfgtool-initramfs-image.bbclass +++ b/classes/mfgtool-initramfs-image.bbclass | |||
@@ -15,7 +15,7 @@ FEATURE_PACKAGES_f2fs = "packagegroup-fsl-mfgtool-f2fs" | |||
15 | IMAGE_FSTYPES = "cpio.gz.u-boot" | 15 | IMAGE_FSTYPES = "cpio.gz.u-boot" |
16 | IMAGE_FSTYPES_mxs = "cpio.gz.u-boot" | 16 | IMAGE_FSTYPES_mxs = "cpio.gz.u-boot" |
17 | IMAGE_ROOTFS_SIZE ?= "8192" | 17 | IMAGE_ROOTFS_SIZE ?= "8192" |
18 | IMAGE_CLASSES = "image_types_uboot" | 18 | IMAGE_CLASSES += "image_types_uboot" |
19 | 19 | ||
20 | # Filesystems enabled by default | 20 | # Filesystems enabled by default |
21 | DEFAULT_FS_SUPPORT = " \ | 21 | DEFAULT_FS_SUPPORT = " \ |