diff options
author | Alban Bedel <alban.bedel@aerq.com> | 2019-09-02 14:08:24 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-09-02 13:01:26 -0300 |
commit | 53c05efa0d12e520c584f37a394156f6aa1937f7 (patch) | |
tree | bc93bbb1d3a295a6abc70dc3f83b1d742432b560 | |
parent | 6884b9c2008d12c0e748dd2057fa59a50af0dd6b (diff) | |
download | meta-freescale-53c05efa0d12e520c584f37a394156f6aa1937f7.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>
-rw-r--r-- | recipes-bsp/atf/atf_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ | |||
18 | file://0001-Makefile-add-CC-gcc.patch \ | 18 | file://0001-Makefile-add-CC-gcc.patch \ |
19 | " | 19 | " |
20 | COMPATIBLE_MACHINE = "(qoriq)" | 20 | COMPATIBLE_MACHINE = "(qoriq)" |
21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
21 | PLATFORM = "${MACHINE}" | 22 | PLATFORM = "${MACHINE}" |
22 | PLATFORM_ls1088ardb-pb = "ls1088ardb" | 23 | PLATFORM_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 |