From: Alban Bedel Date: Mon, 2 Sep 2019 12:08:24 +0000 (+0200) Subject: atf: Make the package machine specific X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=53c05efa0d12e520c584f37a394156f6aa1937f7;p=meta-freescale.git 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 --- diff --git a/recipes-bsp/atf/atf_git.bb b/recipes-bsp/atf/atf_git.bb index 54a721b1..58010589 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