dey-image-tiny-initramfs: use cpio.gz.u-boot.tf image
The u-boot header is required for U-Boot to boot the image in secure boot. The cpio.gz.u-boot.tf image gets signed and encrpyted if required. https://jira.digi.com/browse/DEL-3242 Signed-off-by: Diaz de Grenu, Jose <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
parent
611e2652b6
commit
2fee1a85b0
|
|
@ -7,6 +7,5 @@ include dey-image-tiny.bb
|
|||
|
||||
export IMAGE_BASENAME = "dey-image-tiny-initramfs"
|
||||
|
||||
IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
|
||||
IMAGE_FSTYPES_append = " rootfs.initramfs"
|
||||
|
||||
IMAGE_FSTYPES = "cpio.gz.u-boot.tf"
|
||||
inherit image_types_uboot
|
||||
Loading…
Reference in New Issue