diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2025-11-03 11:03:08 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-03 11:03:08 -0300 |
| commit | 4f3aaba3268ac9bc9ba773e814a1a8d924a40779 (patch) | |
| tree | b497fca54edc80a8713afbf490088b24f0936c8e | |
| parent | 18c49f6e887bd6b7c5a234ae71fe432e44264cb3 (diff) | |
| parent | f3c9b170219dc1cae158056bde4d7111d923de1e (diff) | |
| download | meta-freescale-styhead.tar.gz | |
Merge pull request #2409 from tq-steina/backport-2407-to-styheadstyhead
meta-tq: dynamic-layers: imx-oei-tq: allow overwrite debug settings
| -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 6d2b5104a..2aca806e8 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 | |||
| @@ -11,12 +11,13 @@ OEI_CONFIGS ?= "UNDEFINED" | |||
| 11 | OEI_CORE ?= "UNDEFINED" | 11 | OEI_CORE ?= "UNDEFINED" |
| 12 | OEI_SOC ?= "UNDEFINED" | 12 | OEI_SOC ?= "UNDEFINED" |
| 13 | OEI_BOARD ?= "UNDEFINED" | 13 | OEI_BOARD ?= "UNDEFINED" |
| 14 | OEI_DEBUG ?= "0" | ||
| 14 | 15 | ||
| 15 | LDFLAGS[unexport] = "1" | 16 | LDFLAGS[unexport] = "1" |
| 16 | 17 | ||
| 17 | EXTRA_OEMAKE = "\ | 18 | EXTRA_OEMAKE = "\ |
| 18 | board=${OEI_BOARD} \ | 19 | board=${OEI_BOARD} \ |
| 19 | DEBUG=1 \ | 20 | DEBUG=${OEI_DEBUG} \ |
| 20 | OEI_CROSS_COMPILE=arm-none-eabi-" | 21 | OEI_CROSS_COMPILE=arm-none-eabi-" |
| 21 | 22 | ||
| 22 | do_configure() { | 23 | do_configure() { |
