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:
parent
521fff7962
commit
5be855c96a
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue