Merge "Prepare 5.0.1 release" into eel 5.0.1 eel/5.0.1 eel_5.0.1
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 30 Jan 2018 20:52:50 +0000 (20:52 +0000)
committerGerrit Code Review <gerrit@automotivelinux.org>
Tue, 30 Jan 2018 20:52:50 +0000 (20:52 +0000)
meta-agl-bsp/classes/image.bbclass
meta-netboot/classes/netboot.bbclass

index ccaffce..7e46546 100644 (file)
@@ -146,15 +146,6 @@ inherit ${IMAGE_TYPE_vm}
 IMAGE_TYPE_container = '${@bb.utils.contains("IMAGE_FSTYPES", "container", "image-container", "", d)}'
 inherit ${IMAGE_TYPE_container}
 
-def build_uboot(d):
-    if 'u-boot' in (d.getVar('IMAGE_FSTYPES') or ''):
-        return "image_types_uboot"
-    else:
-        return ""
-
-IMAGE_TYPE_uboot = "${@build_uboot(d)}"
-inherit ${IMAGE_TYPE_uboot}
-
 IMAGE_TYPE_wic = "image_types_wic"
 inherit ${IMAGE_TYPE_wic}
 
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