diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-12-29 04:49:53 +0000 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-02-13 11:01:59 +0100 |
commit | f924b7ca0040d041309b4b94cb50834095695402 (patch) | |
tree | 03a7cb6f492d31ed6e3836bb4f895afc707f89a5 /meta-netboot | |
parent | abb4dcda7434f9ad712265c32019cbe34c484438 (diff) |
netboot.bbclass: Remove image_types_uboot inheritance
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>
Diffstat (limited to 'meta-netboot')
-rw-r--r-- | meta-netboot/classes/netboot.bbclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-netboot/classes/netboot.bbclass b/meta-netboot/classes/netboot.bbclass index 65ca4a15d..1cdfd5f84 100644 --- a/meta-netboot/classes/netboot.bbclass +++ b/meta-netboot/classes/netboot.bbclass @@ -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 |