summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-07-31 15:51:45 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2017-07-31 15:51:45 -0300
commit54544ad1ff48274463977b14c7872872d770ce33 (patch)
treeae1bddbee2ad95335ba2fac49a07d174f177dcf3 /conf
parent0b1bb9b69fe73e9933c8e16a11a7cd1095ae8072 (diff)
downloadmeta-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 'conf')
-rw-r--r--conf/machine/include/qoriq-base.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc
index 6c25d50e..2210cf52 100644
--- a/conf/machine/include/qoriq-base.inc
+++ b/conf/machine/include/qoriq-base.inc
@@ -9,8 +9,6 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq"
9PREFERRED_PROVIDER_qemu = "qemu-qoriq" 9PREFERRED_PROVIDER_qemu = "qemu-qoriq"
10PREFERRED_VERSION_testfloat = "2a" 10PREFERRED_VERSION_testfloat = "2a"
11 11
12IMAGE_CLASSES += "image_types_uboot"
13
14SOC_DEFAULT_IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot ext2.gz" 12SOC_DEFAULT_IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot ext2.gz"
15IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}" 13IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}"
16 14