From a74f445b81fcc8eba14898460eeb27a4b7d5a059 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 23 Jul 2022 13:34:02 -0300 Subject: imx-atf: use `MACHINE_ARCH` as `PACKAGE_ARCH` The recipe build changes depending on the `MACHINE_FEATURES` value (`optee` presence) so we need to set this as machine-specific. Signed-off-by: Otavio Salvador (cherry picked from commit 09ed3f6ad94544bdeb74439470cf510e786c8d5e) --- recipes-bsp/imx-atf/imx-atf_2.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/imx-atf/imx-atf_2.6.bb b/recipes-bsp/imx-atf/imx-atf_2.6.bb index 9047fd09..5007ee75 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.6.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.6.bb @@ -67,5 +67,5 @@ do_deploy() { } addtask deploy after do_compile -PACKAGE_ARCH = "${MACHINE_SOCARCH}" +PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "(mx8-generic-bsp)" -- cgit v1.2.3-54-g00ecf