Skip to content

Commit a101ed3

Browse files
authored
Merge pull request #2410 from tq-steina/backport-2407-to-walnascar
meta-tq: dynamic-layers: imx-oei-tq: allow overwrite debug settings
2 parents f56d220 + 7ec7648 commit a101ed3

File tree

1 file changed

+2
-1
lines changed
  • dynamic-layers/arm-toolchain/recipes-bsp/imx-oei

1 file changed

+2
-1
lines changed

dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ OEI_CORE ?= "UNDEFINED"
1212
OEI_SOC ?= "UNDEFINED"
1313
OEI_BOARD ?= "UNDEFINED"
1414
OEI_DDRCONFIG ?= ""
15+
OEI_DEBUG ?= "0"
1516

1617
LDFLAGS[unexport] = "1"
1718

1819
EXTRA_OEMAKE = "\
1920
board=${OEI_BOARD} \
20-
DEBUG=1 \
21+
DEBUG=${OEI_DEBUG} \
2122
OEI_CROSS_COMPILE=arm-none-eabi-"
2223

2324
EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}"

0 commit comments

Comments
 (0)