diff options
author | Tom Rini <trini@konsulko.com> | 2018-01-30 08:18:32 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-30 08:18:32 -0500 |
commit | 0f0cde691fe09fb7c52f0fbb0af3a657ecb09822 (patch) | |
tree | 32b9329597d64507c4da5f8049a1630aea88e5f5 /meta-netboot/classes | |
parent | 7f277824bfe936de61f66dad44206be336e79247 (diff) |
Drop references to image_types_uboot.bbclass
With the sync to poky 2.3.3 various bugfixes of mine have been
backported upstream. At this point in time there is no longer a
image_types_uboot.bbclass file as instead the required logic is now
always part of image_types.bbclass.
Change-Id: Ie762adec19a5f31409d72b2ccfded532b8286c15
Bug-AGL: SPEC-1270
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'meta-netboot/classes')
-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 |