diff options
-rw-r--r-- | dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei_1.0.0.bb | 2 |
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 201a91b21..1230ba63d 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 | |||
@@ -27,6 +27,8 @@ EXTRA_OEMAKE = "\ | |||
27 | DEBUG=1 \ | 27 | DEBUG=1 \ |
28 | OEI_CROSS_COMPILE=arm-none-eabi-" | 28 | OEI_CROSS_COMPILE=arm-none-eabi-" |
29 | 29 | ||
30 | EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}" | ||
31 | |||
30 | do_configure() { | 32 | do_configure() { |
31 | for oei_config in ${OEI_CONFIGS}; do | 33 | for oei_config in ${OEI_CONFIGS}; do |
32 | oe_runmake clean oei=$oei_config | 34 | oe_runmake clean oei=$oei_config |