]> code.ossystems Code Review - meta-freescale.git/commitdiff
atf: Make the package machine specific
authorAlban Bedel <alban.bedel@aerq.com>
Mon, 2 Sep 2019 12:08:24 +0000 (14:08 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 2 Sep 2019 14:43:15 +0000 (11:43 -0300)
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 <alban.bedel@aerq.com>
recipes-bsp/atf/atf_git.bb

index e3d18624c22d3db488da57562f9a9500e4224bad..c5bdd8fae7f46e3510329f63848d5f251a065f30 100644 (file)
@@ -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