summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2026-02-03 13:17:50 +0800
committerKhem Raj <raj.khem@gmail.com>2026-02-06 10:06:20 -0800
commitd3cdd51235558066c685ee66e0b20ac54819bcfb (patch)
treee346ed3bc4db2c513e7a620f3a1aeb0db36e7515
parenta4d79609a4848478dd9cc79d9da11c6c0c5e3c8d (diff)
downloadmeta-openembedded-d3cdd51235558066c685ee66e0b20ac54819bcfb.tar.gz
agent-proxy: Restore DEBUG_PREFIX_MAP in TARGET_LDFLAGS
oe-core has removed DEBUG_PREFIX_MAP from TARGET_LDFLAGS [1], restore it to fix the below error. ERROR: agent-proxy-1.97-r0.wr2600 do_package_qa: QA Issue: File /usr/bin/.debug/agent-proxy in package agent-proxy-dbg contains reference to TMPDIR [buildpaths] ERROR: agent-proxy-1.97-r0.wr2600 do_package_qa: Fatal QA errors were found, failing task. [1] https://git.openembedded.org/openembedded-core/commit/?id=1797741aad02b8bf429fac4b81e30cdda64b5448 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb b/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb
index 3bbfe4cf9f..cce85331f8 100644
--- a/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb
+++ b/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb
@@ -14,6 +14,8 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kgdb/agent-proxy.git;protoc
14 file://0001-Makefile-Add-LDFLAGS-variable.patch \ 14 file://0001-Makefile-Add-LDFLAGS-variable.patch \
15" 15"
16 16
17TARGET_LDFLAGS:append = " ${DEBUG_PREFIX_MAP}"
18
17BBCLASSEXTEND = "native nativesdk" 19BBCLASSEXTEND = "native nativesdk"
18 20
19 21