summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAlban Bedel <alban.bedel@aerq.com>2019-09-02 14:08:24 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2019-09-02 11:43:15 -0300
commit64e9eb869c5d53b5e1a0b95d800fa677379ab8a8 (patch)
treeef159333f77de51cc16835e9109561ca6895319f /recipes-bsp
parent168a1e5b6d9af51fe3f1257586f0de3bc56cec18 (diff)
downloadmeta-freescale-64e9eb869c5d53b5e1a0b95d800fa677379ab8a8.tar.gz
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 <alban.bedel@aerq.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/atf/atf_git.bb1
1 files changed, 1 insertions, 0 deletions
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 \
18 file://0001-Makefile-add-CC-gcc.patch \ 18 file://0001-Makefile-add-CC-gcc.patch \
19" 19"
20COMPATIBLE_MACHINE = "(qoriq)" 20COMPATIBLE_MACHINE = "(qoriq)"
21PACKAGE_ARCH = "${MACHINE_ARCH}"
21PLATFORM = "${MACHINE}" 22PLATFORM = "${MACHINE}"
22PLATFORM_ls1088ardb-pb = "ls1088ardb" 23PLATFORM_ls1088ardb-pb = "ls1088ardb"
23# requires CROSS_COMPILE set by hand as there is no configure script 24# requires CROSS_COMPILE set by hand as there is no configure script