Skip to content

Commit f3c9b17

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 18c49f6 commit f3c9b17

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)