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-17 21:58:11 -0500
commit99bf17e270d7dc71d57cb29e72d4122f63669946 (patch)
tree22df65ac0cb7cfe5f9bdf8a95ca37a9d11e197a3
parent1b96fccda339a4578a1ab78a71c58cc3c7698642 (diff)
downloadmeta-ti-99bf17e270d7dc71d57cb29e72d4122f63669946.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() {