| Message ID | 20260130145953.981914-1-j-sahu@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,master] tisdk-core-bundle: Set IMAGE_BASENAME to include ARAGO_IMAGE_SUFFIX | expand |
meta-arago / na / 20260130145953.981914-1-j-sahu PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master][PATCH] tisdk-core-bundle: Set IMAGE_BASENAME to include ARAGO_IMAGE_SUFFIX - Submitter: From: Telukula Jeevan Kumar Sahu <j-sahu@ti.com> - Date: Date: Fri, 30 Jan 2026 20:29:53 +0530 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: bf1ea5cfef9e1384c721120ba0ea76a433f6f02f Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-wip - Commit Author: Andrew Davis <afd@ti.com> - Commit Subject: shadow-securetty: Remove unneeded recipe - Commit SHA: ec59a3b33249af3f91b45428a35bca8cd1141fc6 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= master - PASS ===================== All checks passed
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 0711ec10..f12caed6 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb +++ b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb @@ -18,3 +18,5 @@ 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" + +export IMAGE_BASENAME = "${PN}${ARAGO_IMAGE_SUFFIX}"
Recent changes in IMAGE_BASENAME[0] updates the image base names based on package name to arago-image.inc. As tisdk-core-bundle doesnot inherit arago-image.inc, set this variable in the core bundle recipe. [0]: https://git.ti.com/cgit/arago-project/meta-arago/commit/?id=3cafabdfbb64166fa56c8ba188411bb4b65a8235 Signed-off-by: Telukula Jeevan Kumar Sahu <j-sahu@ti.com> --- meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb | 2 ++ 1 file changed, 2 insertions(+)