summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-11-03 10:35:22 -0300
committerGitHub <noreply@github.com>2025-11-03 10:35:22 -0300
commit7d83a350d8b28498321a481a2a1c51bb4afb48e9 (patch)
tree2994acf66bb9414643ff08c64246fcd2edb19345
parentf32aadc3c89e7d0b25338a4c56d6d1ec76b60553 (diff)
parent2e49f54e8bf98a721972f26f45efae428f81086a (diff)
downloadmeta-freescale-scarthgap.tar.gz
Merge pull request #2408 from Freescale/backport-2407-to-scarthgapscarthgap
[Backport scarthgap] 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}"