mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-07 03:49: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:
committed by
Ryan Eatmon
parent
05b0fe7a5f
commit
bea4fd2c40
@@ -18,7 +18,7 @@ do_compile:append:am65xx-hs-evm() {
|
|||||||
|
|
||||||
do_compile:append:am64xx-hs-evm() {
|
do_compile:append:am64xx-hs-evm() {
|
||||||
export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
|
export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
|
||||||
( cd ${B}/${BUILD_DIR}/release/; \
|
( cd ${BUILD_DIR}; \
|
||||||
mv bl31.bin bl31.bin.unsigned; \
|
mv bl31.bin bl31.bin.unsigned; \
|
||||||
${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh bl31.bin.unsigned bl31.bin; \
|
${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() {
|
do_compile:append:j7200-hs-evm() {
|
||||||
export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
|
export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
|
||||||
( cd ${B}/${BUILD_DIR}/release/; \
|
( cd ${BUILD_DIR}; \
|
||||||
mv bl31.bin bl31.bin.unsigned; \
|
mv bl31.bin bl31.bin.unsigned; \
|
||||||
${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh bl31.bin.unsigned bl31.bin; \
|
${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh bl31.bin.unsigned bl31.bin; \
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user