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:
Matt Madison
2025-01-19 06:35:45 -08:00
committed by Matt Madison
parent 18d621753f
commit 9083cca978

View File

@@ -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() {