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=64e9eb869c5d53b5e1a0b95d800fa677379ab8a8;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 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