diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-09-14 09:20:47 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-14 09:20:47 -0300 |
commit | fc2efb01ae9b58f80a48729c722b4ac636bfac66 (patch) | |
tree | 510971f902f67c2074509f82f905f38a2add1483 | |
parent | 340b8715c7f6156107890e1ebcd246e2803c63ff (diff) | |
parent | b650de0478c9a8e6545a23dede75036c29b293d9 (diff) | |
download | meta-freescale-fc2efb01ae9b58f80a48729c722b4ac636bfac66.tar.gz |
Merge pull request #1941 from tq-steina/master
imx-oei: use `MACHINE_ARCH` as `PACKAGE_ARCH`
-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 a853a803..b10bd869 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 | |||
@@ -15,6 +15,8 @@ S = "${WORKDIR}/git" | |||
15 | 15 | ||
16 | inherit deploy | 16 | inherit deploy |
17 | 17 | ||
18 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
19 | |||
18 | OEI_CONFIGS ?= "UNDEFINED" | 20 | OEI_CONFIGS ?= "UNDEFINED" |
19 | OEI_CORE ?= "UNDEFINED" | 21 | OEI_CORE ?= "UNDEFINED" |
20 | OEI_SOC ?= "UNDEFINED" | 22 | OEI_SOC ?= "UNDEFINED" |