summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2023-10-12 10:19:50 -0600
committerRyan Eatmon <reatmon@ti.com>2023-10-12 13:09:38 -0500
commit276d95c553581b006f7a4628a4631c7b79eebad6 (patch)
tree19703e57af4d80839b80abc0a19fcc3ff7bb7d82
parent70dd1de0bf33ec7cd7fb17d9b7397baab887be25 (diff)
downloadmeta-ti-276d95c553581b006f7a4628a4631c7b79eebad6.tar.gz
amx3-cm3: use debug-prefix-map
Fixes the QA warnings about package contains reference to TMPDIR. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb b/meta-ti-bsp/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
index 691ff156..ecdae123 100644
--- a/meta-ti-bsp/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
+++ b/meta-ti-bsp/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
@@ -14,7 +14,7 @@ SRC_URI = "git://git.ti.com/git/processor-firmware/ti-amx3-cm3-pm-firmware.git;p
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16do_compile() { 16do_compile() {
17 make CROSS_COMPILE="${TARGET_PREFIX}" CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS} ${SECURITY_NOPIE_CFLAGS}" 17 make CROSS_COMPILE="${TARGET_PREFIX}" CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS} ${SECURITY_NOPIE_CFLAGS} ${DEBUG_PREFIX_MAP}"
18} 18}
19 19
20do_install() { 20do_install() {