]> code.ossystems Code Review - meta-freescale.git/commitdiff
Stop using image_types_uboot class
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 6 Nov 2017 11:30:50 +0000 (09:30 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 6 Nov 2017 11:43:26 +0000 (09:43 -0200)
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>
(cherry picked from commit 54544ad1ff48274463977b14c7872872d770ce33)

classes/mfgtool-initramfs-image.bbclass
conf/machine/include/qoriq-base.inc

index afe5124a4692e7c6c04a1fc921cec0256e8dc35a..65028b8faa884d0d3a276349254a8ee4eb7ee0f6 100644 (file)
@@ -4,7 +4,7 @@
 # image provides the utilities which are used, in the target, during
 # the process and receive the commands from the MfgTool application.
 #
-# Copyright 2014, 2016 (C) O.S. Systems Software LTDA.
+# Copyright 2014-2017 (C) O.S. Systems Software LTDA.
 
 DEPENDS += "u-boot-mfgtool linux-mfgtool"
 
@@ -15,7 +15,6 @@ 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"
 
 # Filesystems enabled by default
 DEFAULT_FS_SUPPORT = " \
index 6c25d50e7cc110280d9f15620794be758fa95b72..2210cf520ee7e2169effc8f54827c0e7a5d12289 100644 (file)
@@ -9,8 +9,6 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq"
 PREFERRED_PROVIDER_qemu = "qemu-qoriq"
 PREFERRED_VERSION_testfloat = "2a"
 
-IMAGE_CLASSES += "image_types_uboot"
-
 SOC_DEFAULT_IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot ext2.gz"
 IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}"