diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-07-31 15:51:45 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-07-31 15:51:45 -0300 |
commit | 54544ad1ff48274463977b14c7872872d770ce33 (patch) | |
tree | ae1bddbee2ad95335ba2fac49a07d174f177dcf3 /classes/mfgtool-initramfs-image.bbclass | |
parent | 0b1bb9b69fe73e9933c8e16a11a7cd1095ae8072 (diff) | |
download | meta-freescale-54544ad1ff48274463977b14c7872872d770ce33.tar.gz |
Stop using image_types_uboot class
OE-Core now uses the CONVERSION TYPES to implement the U-Boot support
so the class has been removed. This commit removes the code which
inherits it so allowing it to keep working with the new code base.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'classes/mfgtool-initramfs-image.bbclass')
-rw-r--r-- | classes/mfgtool-initramfs-image.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/classes/mfgtool-initramfs-image.bbclass b/classes/mfgtool-initramfs-image.bbclass index afe5124a..65028b8f 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, 2016 (C) O.S. Systems Software LTDA. | 7 | # Copyright 2014-2017 (C) O.S. Systems Software LTDA. |
8 | 8 | ||
9 | DEPENDS += "u-boot-mfgtool linux-mfgtool" | 9 | DEPENDS += "u-boot-mfgtool linux-mfgtool" |
10 | 10 | ||
@@ -15,7 +15,6 @@ 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" | ||
19 | 18 | ||
20 | # Filesystems enabled by default | 19 | # Filesystems enabled by default |
21 | DEFAULT_FS_SUPPORT = " \ | 20 | DEFAULT_FS_SUPPORT = " \ |