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 <[email protected]> --- meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb | 2 ++ 1 file changed, 2 insertions(+) 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}" -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17049): https://lists.yoctoproject.org/g/meta-arago/message/17049 Mute This Topic: https://lists.yoctoproject.org/mt/117545297/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
