1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-04 14:10:01 +00:00

optee-os: asm debug prefix fixes

The .S files compiled by optee-os were including
absolute path of the recipe git tree. Fix this by
applying CFLAGS with correct debug prefix maps to AFLAGS
used by optee makefiles. Fixes optee-os and optee-os-tadevkit
buildpaths QA errors.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Mikko Rapeli
2024-07-30 13:24:56 +03:00
committed by Jon Mason
parent f3b60ee389
commit 96da3de1ea
@@ -24,6 +24,7 @@ EXTRA_OEMAKE += " \
CFG_${OPTEE_CORE}_core=y \
CROSS_COMPILE_core=${HOST_PREFIX} \
CROSS_COMPILE_ta_${OPTEE_ARCH}=${HOST_PREFIX} \
AFLAGS="${CFLAGS}" \
ta-targets=ta_${OPTEE_ARCH} \
O=${B} \
"