From 1fb0f36c9e0370a900d55cb70d2330a603e4075b Mon Sep 17 00:00:00 2001 From: Alexander Stein Date: Fri, 13 Sep 2024 15:46:36 +0200 Subject: 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 (cherry picked from commit b650de0478c9a8e6545a23dede75036c29b293d9) --- dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei_1.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) 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 a853a803a..b10bd869a 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" inherit deploy +PACKAGE_ARCH = "${MACHINE_ARCH}" + OEI_CONFIGS ?= "UNDEFINED" OEI_CORE ?= "UNDEFINED" OEI_SOC ?= "UNDEFINED" -- cgit v1.2.3-54-g00ecf