summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei_1.0.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei_1.0.0.bb b/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei_1.0.0.bb
index 1230ba63d..33ec90349 100644
--- a/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei_1.0.0.bb
+++ b/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei_1.0.0.bb
@@ -19,6 +19,7 @@ OEI_CONFIGS ?= "UNDEFINED"
19OEI_CORE ?= "UNDEFINED" 19OEI_CORE ?= "UNDEFINED"
20OEI_SOC ?= "UNDEFINED" 20OEI_SOC ?= "UNDEFINED"
21OEI_BOARD ?= "UNDEFINED" 21OEI_BOARD ?= "UNDEFINED"
22OEI_DDRCONFIG ?= ""
22 23
23LDFLAGS[unexport] = "1" 24LDFLAGS[unexport] = "1"
24 25
@@ -28,6 +29,7 @@ EXTRA_OEMAKE = "\
28 OEI_CROSS_COMPILE=arm-none-eabi-" 29 OEI_CROSS_COMPILE=arm-none-eabi-"
29 30
30EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}" 31EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}"
32EXTRA_OEMAKE:append = " ${@' DDR_CONFIG=${OEI_DDRCONFIG}' if d.getVar('OEI_DDRCONFIG') else ''}"
31 33
32do_configure() { 34do_configure() {
33 for oei_config in ${OEI_CONFIGS}; do 35 for oei_config in ${OEI_CONFIGS}; do