Skip to content

Commit 4f3aaba

Browse files
authored
Merge pull request #2409 from tq-steina/backport-2407-to-styhead
meta-tq: dynamic-layers: imx-oei-tq: allow overwrite debug settings
2 parents 18c49f6 + f3c9b17 commit 4f3aaba

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
@@ -11,12 +11,13 @@ OEI_CONFIGS ?= "UNDEFINED"
1111
OEI_CORE ?= "UNDEFINED"
1212
OEI_SOC ?= "UNDEFINED"
1313
OEI_BOARD ?= "UNDEFINED"
14+
OEI_DEBUG ?= "0"
1415

1516
LDFLAGS[unexport] = "1"
1617

1718
EXTRA_OEMAKE = "\
1819
board=${OEI_BOARD} \
19-
DEBUG=1 \
20+
DEBUG=${OEI_DEBUG} \
2021
OEI_CROSS_COMPILE=arm-none-eabi-"
2122

2223
do_configure() {

0 commit comments

Comments
 (0)