diff options
| author | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2025-11-03 14:18:20 +0100 |
|---|---|---|
| committer | Alexander Stein <alexander.stein@ew.tq-group.com> | 2025-11-03 14:18:20 +0100 |
| commit | e1d2c6baa0249c1b391bddcc6c63cda531c1f25d (patch) | |
| tree | f3517f50edf606fc598957fb538cd06b50f13ea1 | |
| parent | 00e8c41a7339d835ee7ea00fafc615abfe080a38 (diff) | |
| download | meta-freescale-e1d2c6baa0249c1b391bddcc6c63cda531c1f25d.tar.gz | |
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>
| -rw-r--r-- | dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc | 3 |
1 files changed, 2 insertions, 1 deletions
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" | |||
| 10 | OEI_SOC ?= "UNDEFINED" | 10 | OEI_SOC ?= "UNDEFINED" |
| 11 | OEI_BOARD ?= "UNDEFINED" | 11 | OEI_BOARD ?= "UNDEFINED" |
| 12 | OEI_DDRCONFIG ?= "" | 12 | OEI_DDRCONFIG ?= "" |
| 13 | OEI_DEBUG ?= "0" | ||
| 13 | 14 | ||
| 14 | LDFLAGS[unexport] = "1" | 15 | LDFLAGS[unexport] = "1" |
| 15 | 16 | ||
| 16 | EXTRA_OEMAKE = "\ | 17 | EXTRA_OEMAKE = "\ |
| 17 | board=${OEI_BOARD} \ | 18 | board=${OEI_BOARD} \ |
| 18 | DEBUG=1 \ | 19 | DEBUG=${OEI_DEBUG} \ |
| 19 | OEI_CROSS_COMPILE=arm-none-eabi-" | 20 | OEI_CROSS_COMPILE=arm-none-eabi-" |
| 20 | 21 | ||
| 21 | EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}" | 22 | EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}" |
