From 361a4e29c5261e27ef82d3e4c9bf94c1022f965e Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Sat, 14 Sep 2024 09:30:33 -0500 Subject: [PATCH] imx-oei: Align with upstream Signed-off-by: Tom Hochstein --- meta-imx-bsp/recipes-bsp/imx-oei/imx-oei_1.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-imx-bsp/recipes-bsp/imx-oei/imx-oei_1.0.0.bb b/meta-imx-bsp/recipes-bsp/imx-oei/imx-oei_1.0.0.bb index 5309ef057c..07edd6e828 100644 --- a/meta-imx-bsp/recipes-bsp/imx-oei/imx-oei_1.0.0.bb +++ b/meta-imx-bsp/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"