netboot.bbclass: Remove image_types_uboot inheritance
authorChanghyeok Bae <changhyeok.bae@gmail.com>
Fri, 29 Dec 2017 04:49:53 +0000 (04:49 +0000)
committerChanghyeok Bae <changhyeok.bae@gmail.com>
Tue, 23 Jan 2018 13:17:51 +0000 (22:17 +0900)
Integrated image_types_uboot into image.bbclass

(From Poky rev: e18cec750b51267d9c130b395c7a53585f4ae7ac)
(From OE-Core rev: 65f27122950a35a67ce39ae4cfe93d0dca6b0dab)

Bug-AGL: SPEC-1181

Change-Id: Idbb0d4fe65fc1cabf0aab24857b72c5341c06df9
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
meta-netboot/classes/netboot.bbclass

index 65ca4a1..1cdfd5f 100644 (file)
@@ -1,8 +1,5 @@
 # Enable network bootable image and initrd/initramfs
 
-# add image classes for uboot
-IMAGE_CLASSES += "${@'image_types_uboot' if (d.getVar("KERNEL_IMAGETYPE", True) == "uImage") else ''}"
-
 python () {
        if (bb.utils.contains_any("IMAGE_FSTYPES",["live","vmdk","vmdk.xz"],True,False,d)):
                # typical case for Minnowboard Max