summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-09-14 09:21:32 -0300
committerGitHub <noreply@github.com>2024-09-14 09:21:32 -0300
commite752639cc7479d1adcc9ba1a113ad01a31cd0195 (patch)
tree54c21f64be283129a3cccac705c572adcf8e1f2c
parent70c7cff5fa15d0c6c6879e7c029094a821bccd6a (diff)
parent1fb0f36c9e0370a900d55cb70d2330a603e4075b (diff)
downloadmeta-freescale-e752639cc7479d1adcc9ba1a113ad01a31cd0195.tar.gz
Merge pull request #1943 from Freescale/backport-1941-to-scarthgap
[Backport scarthgap] imx-oei: use `MACHINE_ARCH` as `PACKAGE_ARCH`
-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 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
16inherit deploy 16inherit deploy
17 17
18PACKAGE_ARCH = "${MACHINE_ARCH}"
19
18OEI_CONFIGS ?= "UNDEFINED" 20OEI_CONFIGS ?= "UNDEFINED"
19OEI_CORE ?= "UNDEFINED" 21OEI_CORE ?= "UNDEFINED"
20OEI_SOC ?= "UNDEFINED" 22OEI_SOC ?= "UNDEFINED"