1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

trusted-firmware-a: adjust ${BUILD_DIR} for meta-arm/master

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

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Denys Dmytriyenko
2022-02-22 04:13:14 +00:00
committed by Ryan Eatmon
parent 05b0fe7a5f
commit bea4fd2c40

View File

@@ -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; \
)