From e1d2c6baa0249c1b391bddcc6c63cda531c1f25d Mon Sep 17 00:00:00 2001 From: Markus Niebel Date: Mon, 3 Nov 2025 14:18:20 +0100 Subject: meta-tq: dynamic-layers: imx-oei-tq: allow overwrite debug settings Prepare for production release while leave it up to local.conf or .conf to enable debug console output. Signed-off-by: Markus Niebel Signed-off-by: Alexander Stein --- dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dynamic-layers') 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 95f05eab6..0fce6af1a 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 @@ -10,12 +10,13 @@ OEI_CORE ?= "UNDEFINED" OEI_SOC ?= "UNDEFINED" OEI_BOARD ?= "UNDEFINED" OEI_DDRCONFIG ?= "" +OEI_DEBUG ?= "0" LDFLAGS[unexport] = "1" EXTRA_OEMAKE = "\ board=${OEI_BOARD} \ - DEBUG=1 \ + DEBUG=${OEI_DEBUG} \ OEI_CROSS_COMPILE=arm-none-eabi-" EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}" -- cgit v1.2.3-54-g00ecf