summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/mfgtool-initramfs-image.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/mfgtool-initramfs-image.bbclass b/classes/mfgtool-initramfs-image.bbclass
index dee3137..42792f6 100644
--- a/classes/mfgtool-initramfs-image.bbclass
+++ b/classes/mfgtool-initramfs-image.bbclass
@@ -4,7 +4,7 @@
4# image provides the utilities which are used, in the target, during 4# image provides the utilities which are used, in the target, during
5# the process and receive the commands from the MfgTool application. 5# the process and receive the commands from the MfgTool application.
6# 6#
7# Copyright 2014 (C) O.S. Systems Software LTDA. 7# Copyright 2014, 2016 (C) O.S. Systems Software LTDA.
8 8
9DEPENDS += "u-boot-mfgtool linux-mfgtool" 9DEPENDS += "u-boot-mfgtool linux-mfgtool"
10 10
@@ -13,6 +13,7 @@ FEATURE_PACKAGES_extfs = "packagegroup-fsl-mfgtool-extfs"
13FEATURE_PACKAGES_f2fs = "packagegroup-fsl-mfgtool-f2fs" 13FEATURE_PACKAGES_f2fs = "packagegroup-fsl-mfgtool-f2fs"
14 14
15IMAGE_FSTYPES = "cpio.gz.u-boot" 15IMAGE_FSTYPES = "cpio.gz.u-boot"
16IMAGE_FSTYPES_mxs = "cpio.gz.u-boot"
16IMAGE_ROOTFS_SIZE ?= "8192" 17IMAGE_ROOTFS_SIZE ?= "8192"
17IMAGE_CLASSES = "image_types_uboot" 18IMAGE_CLASSES = "image_types_uboot"
18 19