summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@ew.tq-group.com>2024-09-13 15:46:36 +0200
committerAlexander Stein <alexander.stein@ew.tq-group.com>2024-09-13 15:47:43 +0200
commitb650de0478c9a8e6545a23dede75036c29b293d9 (patch)
tree6a25c516c85ca4d718d4e2235eafe22fbed707fe /dynamic-layers
parent0a63c762a843ee05711842fe13e05a8a2d185d0c (diff)
downloadmeta-freescale-b650de0478c9a8e6545a23dede75036c29b293d9.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>
Diffstat (limited to 'dynamic-layers')
-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"