diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2024-09-13 15:46:36 +0200 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-09-14 12:21:03 +0000 |
commit | 1fb0f36c9e0370a900d55cb70d2330a603e4075b (patch) | |
tree | 54c21f64be283129a3cccac705c572adcf8e1f2c | |
parent | 70c7cff5fa15d0c6c6879e7c029094a821bccd6a (diff) | |
download | meta-freescale-1fb0f36c9e0370a900d55cb70d2330a603e4075b.tar.gz |
imx-oei: use `MACHINE_ARCH` as `PACKAGE_ARCH`
The recipe build changes depending on the `OEI_BOARD` value, which is
machine-specific.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
(cherry picked from commit b650de0478c9a8e6545a23dede75036c29b293d9)
-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" |