diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2025-11-03 10:35:22 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-03 10:35:22 -0300 |
| commit | 7d83a350d8b28498321a481a2a1c51bb4afb48e9 (patch) | |
| tree | 2994acf66bb9414643ff08c64246fcd2edb19345 | |
| parent | f32aadc3c89e7d0b25338a4c56d6d1ec76b60553 (diff) | |
| parent | 2e49f54e8bf98a721972f26f45efae428f81086a (diff) | |
| download | meta-freescale-scarthgap.tar.gz | |
Merge pull request #2408 from Freescale/backport-2407-to-scarthgapscarthgap
[Backport scarthgap] 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 f279544ed..8077a10e9 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 | |||
| @@ -12,12 +12,13 @@ OEI_CORE ?= "UNDEFINED" | |||
| 12 | OEI_SOC ?= "UNDEFINED" | 12 | OEI_SOC ?= "UNDEFINED" |
| 13 | OEI_BOARD ?= "UNDEFINED" | 13 | OEI_BOARD ?= "UNDEFINED" |
| 14 | OEI_DDRCONFIG ?= "" | 14 | OEI_DDRCONFIG ?= "" |
| 15 | OEI_DEBUG ?= "0" | ||
| 15 | 16 | ||
| 16 | LDFLAGS[unexport] = "1" | 17 | LDFLAGS[unexport] = "1" |
| 17 | 18 | ||
| 18 | EXTRA_OEMAKE = "\ | 19 | EXTRA_OEMAKE = "\ |
| 19 | board=${OEI_BOARD} \ | 20 | board=${OEI_BOARD} \ |
| 20 | DEBUG=1 \ | 21 | DEBUG=${OEI_DEBUG} \ |
| 21 | OEI_CROSS_COMPILE=arm-none-eabi-" | 22 | OEI_CROSS_COMPILE=arm-none-eabi-" |
| 22 | 23 | ||
| 23 | EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}" | 24 | EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}" |
