mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
optee-os: fix buildpaths warning
Fix the change introduced in ff0795338b
to use a relative path, rather than an absolute path, so the full
build path doesn't get embedded in any of OP-TEE packages.
Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
committed by
Matt Madison
parent
18d621753f
commit
9083cca978
@@ -23,7 +23,7 @@ EXTRA_OEMAKE = "\
|
||||
CFLAGS64='${TOOLCHAIN_OPTIONS} ${DEBUG_PREFIX_MAP}' \
|
||||
platform-aflags-generic='${DEBUG_PREFIX_MAP} -pipe' \
|
||||
TA_DEV_KIT_DIR=${TA_DEV_KIT_DIR} \
|
||||
CFG_WITH_STMM_SP=y CFG_STMM_PATH=${B}/standalone_mm_optee.bin \
|
||||
CFG_WITH_STMM_SP=y CFG_STMM_PATH=${@oe.path.relative(d.getVar('S'),d.getVar('B'))}/standalone_mm_optee.bin \
|
||||
"
|
||||
|
||||
do_compile:prepend() {
|
||||
|
||||
Reference in New Issue
Block a user