From: Denys Dmytriyenko <de...@konsulko.com>

After 8b2c97b585ed3f4163fa29f0d9120c7cd3c9e173, new platforms were merged with
BUILD_DIR used as in early Dunfell days, correct those.

Signed-off-by: Denys Dmytriyenko <de...@konsulko.com>
---
 recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend 
b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 42e867a..8fe7c08 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -18,7 +18,7 @@ do_compile:append:am65xx-hs-evm() {
 
 do_compile:append:am64xx-hs-evm() {
        export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
-       ( cd ${B}/${BUILD_DIR}/release/; \
+       ( cd ${BUILD_DIR}; \
                mv bl31.bin bl31.bin.unsigned; \
                ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh 
bl31.bin.unsigned bl31.bin; \
        )
@@ -34,7 +34,7 @@ do_compile:append:j7-hs-evm() {
 
 do_compile:append:j7200-hs-evm() {
        export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
-       ( cd ${B}/${BUILD_DIR}/release/; \
+       ( cd ${BUILD_DIR}; \
                mv bl31.bin bl31.bin.unsigned; \
                ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh 
bl31.bin.unsigned bl31.bin; \
        )
-- 
2.7.4

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14332): 
https://lists.yoctoproject.org/g/meta-ti/message/14332
Mute This Topic: https://lists.yoctoproject.org/mt/88709642/21656
Group Owner: meta-ti+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to