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

As meta-arm/master now sets ${BUILD_DIR} to also include ${B} and release/debug.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
This commit is contained in:
Denys Dmytriyenko
2020-10-22 03:55:07 +00:00
committed by Dan Murphy
parent 5d08555939
commit 8b2c97b585

View File

@@ -8,7 +8,7 @@ TFA_SPD_k3 = "opteed"
do_compile_append_am65xx-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; \
)
@@ -16,7 +16,7 @@ do_compile_append_am65xx-hs-evm() {
do_compile_append_j7-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; \
)