summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-11-03 11:26:10 -0300
committerGitHub <noreply@github.com>2025-11-03 11:26:10 -0300
commita101ed34aa962e3d74298c41adb97ee3fda2add9 (patch)
tree080bcd7acda29816687fc7130196b45fa6cbbc8a
parentf56d22053b6f2114d21e7e52a3d424dfbd9e752d (diff)
parent7ec7648f660a2b9975faa43bf2b6fb821784f25a (diff)
downloadmeta-freescale-walnascar.tar.gz
Merge pull request #2410 from tq-steina/backport-2407-to-walnascarwalnascar
meta-tq: dynamic-layers: imx-oei-tq: allow overwrite debug settings
-rw-r--r--dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc b/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc
index f279544ed..8077a10e9 100644
--- a/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc
+++ b/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc
@@ -12,12 +12,13 @@ OEI_CORE ?= "UNDEFINED"
12OEI_SOC ?= "UNDEFINED" 12OEI_SOC ?= "UNDEFINED"
13OEI_BOARD ?= "UNDEFINED" 13OEI_BOARD ?= "UNDEFINED"
14OEI_DDRCONFIG ?= "" 14OEI_DDRCONFIG ?= ""
15OEI_DEBUG ?= "0"
15 16
16LDFLAGS[unexport] = "1" 17LDFLAGS[unexport] = "1"
17 18
18EXTRA_OEMAKE = "\ 19EXTRA_OEMAKE = "\
19 board=${OEI_BOARD} \ 20 board=${OEI_BOARD} \
20 DEBUG=1 \ 21 DEBUG=${OEI_DEBUG} \
21 OEI_CROSS_COMPILE=arm-none-eabi-" 22 OEI_CROSS_COMPILE=arm-none-eabi-"
22 23
23EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}" 24EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}"