All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] optee-os: asm debug prefix fixes
@ 2024-07-18 13:41 Mikko Rapeli
  2024-07-18 13:41 ` [PATCH 2/4] optee-os: remove absolute paths Mikko Rapeli
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Mikko Rapeli @ 2024-07-18 13:41 UTC (permalink / raw)
  To: meta-arm; +Cc: Mikko Rapeli

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>
---
 meta-arm/recipes-security/optee/optee-os.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-arm/recipes-security/optee/optee-os.inc b/meta-arm/recipes-security/optee/optee-os.inc
index e9f252e3..d5a12642 100644
--- a/meta-arm/recipes-security/optee/optee-os.inc
+++ b/meta-arm/recipes-security/optee/optee-os.inc
@@ -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} \
 "
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-08-01  5:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-18 13:41 [PATCH 1/4] optee-os: asm debug prefix fixes Mikko Rapeli
2024-07-18 13:41 ` [PATCH 2/4] optee-os: remove absolute paths Mikko Rapeli
2024-07-18 13:41 ` [PATCH 3/4] optee-os-tadevkit: remove buildpaths INSANE_SKIP Mikko Rapeli
2024-07-18 13:41 ` [PATCH 4/4] optee-os: " Mikko Rapeli
2024-07-30  9:31 ` [PATCH 1/4] optee-os: asm debug prefix fixes Mikko Rapeli
2024-07-31  3:12   ` Jon Mason
2024-07-31  6:35     ` Mikko Rapeli
2024-07-31 12:57       ` Jon Mason
2024-08-01  5:43         ` Mikko Rapeli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.