diff mbox series

[meta-arago,dunfell/kirkstone] tisdk-core-bundle: AM65x: Deploy sysfw.itb for SR2.0, SR1.0 GP and HS

Message ID 20230321111402.26620-1-p-bhagat@ti.com
State Rejected
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,dunfell/kirkstone] tisdk-core-bundle: AM65x: Deploy sysfw.itb for SR2.0, SR1.0 GP and HS | expand

Commit Message

Paresh Bhagat March 21, 2023, 11:14 a.m. UTC
From: Sai Sree Kartheek Adivi <s-adivi@ti.com>

am65xx-evm machine will build for SR2.0, SR1.0 HS and GP platforms.
So deploy the sysfw.itb binaries for all 4 platforms.

Signed-off-by: Sai Sree Kartheek Adivi <s-adivi@ti.com>
---
 meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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..d51f4ffe 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_sr2-gp-evm.itb sysfw-am65x_sr2-hs-evm.itb sysfw-am65x-gp-evm.itb sysfw-am65x-hs-evm.itb"
 
 ARAGO_TISDK_IMAGE ?= "tisdk-core-bundle"
 export IMAGE_BASENAME = "${ARAGO_TISDK_IMAGE}"