From 9083cca9788f0945afe3781251b8bdd13e77ca01 Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Sun, 19 Jan 2025 06:35:45 -0800 Subject: [PATCH] optee-os: fix buildpaths warning Fix the change introduced in ff0795338ba0a07396ce1ee5f4c387fff3db119d 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 --- recipes-security/optee/optee-l4t.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/optee/optee-l4t.inc b/recipes-security/optee/optee-l4t.inc index dfc396ea..eb03957a 100644 --- a/recipes-security/optee/optee-l4t.inc +++ b/recipes-security/optee/optee-l4t.inc @@ -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() {