1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-08 20:02:21 +00:00

conf/machine: am64xx: Switch to multi-certificate boot images

Switch to using all of multi-certificate boot images. This allows us
to create bootable images - in this case, we are missing tiboot3.bin

Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
This commit is contained in:
Nishanth Menon
2021-04-01 05:57:35 +00:00
committed by Praneeth Bajjuri
parent bdbd5ecf0f
commit d1a8db9a52
+3 -1
View File
@@ -10,7 +10,9 @@ KERNEL_DEVICETREE = " \
ti/k3-am642-evm.dtb \
"
IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
# AM64 supports multi-certificate images, use the same
IMAGE_BOOT_FILES = "${IMAGE_BOOT_FILES_MULTI_CERT}"
do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"