From 64e9eb869c5d53b5e1a0b95d800fa677379ab8a8 Mon Sep 17 00:00:00 2001 From: Alban Bedel Date: Mon, 2 Sep 2019 14:08:24 +0200 Subject: [PATCH] atf: Make the package machine specific The ARM Trusted Firmware is machine specific but the package is not set as such. Set the package architecture to ${MACHINE_ARCH} to fix this. Signed-off-by: Alban Bedel --- recipes-bsp/atf/atf_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/atf/atf_git.bb b/recipes-bsp/atf/atf_git.bb index e3d18624..c5bdd8fa 100644 --- a/recipes-bsp/atf/atf_git.bb +++ b/recipes-bsp/atf/atf_git.bb @@ -18,6 +18,7 @@ SRC_URI += "file://0001-fix-fiptool-build-error.patch \ file://0001-Makefile-add-CC-gcc.patch \ " COMPATIBLE_MACHINE = "(qoriq)" +PACKAGE_ARCH = "${MACHINE_ARCH}" PLATFORM = "${MACHINE}" PLATFORM_ls1088ardb-pb = "ls1088ardb" # requires CROSS_COMPILE set by hand as there is no configure script -- 2.40.1