From: Sai Sree Kartheek Adivi <[email protected]> The below commit on k3-image-gen adds SYSFW_SUFFIX to sysfw itb binaries. So add gp/hs while deploying those binaries. Ref: https://git.ti.com/cgit/k3-image-gen/k3-image-gen/commit/?h=next&id=74f579f706ea53ee83e96a619295b2f3e8cf49c1
Signed-off-by: Sai Sree Kartheek Adivi <[email protected]> --- meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb index aa3c3b5b..7180219e 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb +++ b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb @@ -19,7 +19,7 @@ DEPLOY_IMAGES_NAME_k3 = "bl31.bin bl32.bin bl31.bin.unsigned bl32.bin.unsigned" DEPLOY_IMAGES_NAME_append_am65xx = " sysfw.itb" DEPLOY_IMAGES_NAME_append_j7-evm = " sysfw.itb" DEPLOY_IMAGES_NAME_append_j7-hs-evm = " sysfw.itb" -DEPLOY_IMAGES_NAME_append_am65xx-evm = " sysfw-am65x-evm.itb sysfw-am65x_sr2-evm.itb" +DEPLOY_IMAGES_NAME_append_am65xx-evm = " sysfw-am65x-gp-evm.itb sysfw-am65x_sr2-gp-evm.itb" ARAGO_TISDK_IMAGE ?= "tisdk-core-bundle" export IMAGE_BASENAME = "${ARAGO_TISDK_IMAGE}" -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14271): https://lists.yoctoproject.org/g/meta-arago/message/14271 Mute This Topic: https://lists.yoctoproject.org/mt/97784890/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
