From 09ed3f6ad94544bdeb74439470cf510e786c8d5e 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 --- 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 9047fd099..5007ee755 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