Skip to content

Commit 7ec7648

Browse files
tq-niebelmtq-steina
authored andcommitted
meta-tq: dynamic-layers: imx-oei-tq: allow overwrite debug settings
Prepare for production release while leave it up to local.conf or <machine>.conf to enable debug console output. Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> (cherry picked from commit e1d2c6b)
1 parent f56d220 commit 7ec7648

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)