From: Mirza Krak Date: Fri, 13 Jan 2017 23:28:35 +0000 (+0100) Subject: mfgtool-initramfs-image.bbclass: do not overwrite IMAGE_CLASSES X-Git-Tag: 2.2~45 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c9727b3e6789f8bebb7f4f847a1036c484d5a507;p=meta-freescale.git mfgtool-initramfs-image.bbclass: do not overwrite IMAGE_CLASSES Use the += operator instead to add image_types_uboot to IMAGE_CLASSES which will correctly append that image type. Signed-off-by: Mirza Krak Signed-off-by: Otavio Salvador --- 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" IMAGE_FSTYPES = "cpio.gz.u-boot" IMAGE_FSTYPES_mxs = "cpio.gz.u-boot" IMAGE_ROOTFS_SIZE ?= "8192" -IMAGE_CLASSES = "image_types_uboot" +IMAGE_CLASSES += "image_types_uboot" # Filesystems enabled by default DEFAULT_FS_SUPPORT = " \