diff mbox series

[meta-arago,master/scarthgap] recipes-core: tisdk-core-bundle: Update DEPLOY_IMAGES_NAME

Message ID 20240529121838.879330-1-c-shilwant@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/scarthgap] recipes-core: tisdk-core-bundle: Update DEPLOY_IMAGES_NAME | expand

Commit Message

Chirag Shilwant May 29, 2024, 12:18 p.m. UTC
- For k3 platforms, deploy Image, fitImage & fitImage-its files in tisdk-core-bundle

- For ti33x & ti43x platforms, deploy extlinux.conf file in tisdk-core-bundle

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
---
 meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb | 4 +++-
 1 file changed, 3 insertions(+), 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 9c2bb015..edbea302 100644
--- a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb
+++ b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb
@@ -10,11 +10,13 @@  require tisdk-core-bundle.inc
 DEPLOY_SPL_NAME:omapl138 = ""
 DEPLOY_SPL_NAME:k3 = "tispl.bin tiboot3.bin"
 
-DEPLOY_IMAGES_NAME:k3 = "bl31.bin bl32.bin"
+DEPLOY_IMAGES_NAME:k3 = "bl31.bin bl32.bin Image fitImage fitImage-its-${MACHINE}"
 DEPLOY_IMAGES_NAME:append:am65xx = " sysfw.itb"
 DEPLOY_IMAGES_NAME:append:j721e = " sysfw.itb"
 DEPLOY_IMAGES_NAME:append:am65xx-evm = " sysfw-am65x_sr2-gp-evm.itb"
 DEPLOY_IMAGES_NAME:append:am65xx-hs-evm = " sysfw-am65x_sr2-hs-evm.itb"
+DEPLOY_IMAGES_NAME:append:ti33x = " extlinux.conf"
+DEPLOY_IMAGES_NAME:append:ti43x = " extlinux.conf"
 
 ARAGO_TISDK_IMAGE ?= "tisdk-core-bundle"
 export IMAGE_BASENAME = "${ARAGO_TISDK_IMAGE}${ARAGO_IMAGE_SUFFIX}"