rocko migration: remove image_types_uboot uses

This class no longer exists, it has been merged with images_types.

https://jira.digi.com/browse/DEL-5518

Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
Jose Diaz de Grenu 2017-12-26 11:47:53 +01:00
parent 521fff7962
commit 5be855c96a
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ python() {
d.setVar('IMAGE_FSTYPES', 'cpio.gz.u-boot.tf')
}
inherit core-image image_types_uboot
inherit core-image image_types
IMAGE_ROOTFS_SIZE = "8192"

View File

@ -8,4 +8,4 @@ include dey-image-tiny.bb
export IMAGE_BASENAME = "dey-image-tiny-initramfs"
IMAGE_FSTYPES = "cpio.gz.u-boot.tf"
inherit image_types_uboot
inherit image_types

View File

@ -12,7 +12,7 @@ IMAGE_FEATURES = ""
IMAGE_LINGUAS = ""
IMAGE_FSTYPES = "cpio.gz.u-boot.tf"
inherit core-image image_types_uboot
inherit core-image image_types
IMAGE_ROOTFS_SIZE = "8192"