summaryrefslogtreecommitdiffstats
path: root/classes/mfgtool-initramfs-image.bbclass
diff options
context:
space:
mode:
authorMirza Krak <mirza.krak@gmail.com>2017-01-14 00:28:35 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2017-01-16 16:26:45 -0200
commit4d18c54ff86994345d80bae37ea3539a65bb2be0 (patch)
tree161082722898a6beeabae075b4b1d5e1493d096f /classes/mfgtool-initramfs-image.bbclass
parent5cb8dedec3edc81d6e5b4c3f583c0c7a9f59970c (diff)
downloadmeta-freescale-4d18c54ff86994345d80bae37ea3539a65bb2be0.tar.gz
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 <mirza.krak@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'classes/mfgtool-initramfs-image.bbclass')
-rw-r--r--classes/mfgtool-initramfs-image.bbclass2
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"
15IMAGE_FSTYPES = "cpio.gz.u-boot" 15IMAGE_FSTYPES = "cpio.gz.u-boot"
16IMAGE_FSTYPES_mxs = "cpio.gz.u-boot" 16IMAGE_FSTYPES_mxs = "cpio.gz.u-boot"
17IMAGE_ROOTFS_SIZE ?= "8192" 17IMAGE_ROOTFS_SIZE ?= "8192"
18IMAGE_CLASSES = "image_types_uboot" 18IMAGE_CLASSES += "image_types_uboot"
19 19
20# Filesystems enabled by default 20# Filesystems enabled by default
21DEFAULT_FS_SUPPORT = " \ 21DEFAULT_FS_SUPPORT = " \