mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-02 01:20:09 +00:00
arm-toolchain/recipes-devtools: move compatible host assignments
Some of the toolchains are available in more than just x86-64, so move the COMPATIBLE_HOST assignment out of the include and into the recipes. Change-Id: I10977593935bc7dc50196132d43541aed585cc18 Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
COMPATIBLE_HOST = "x86_64.*-linux"
|
|
||||||
|
|
||||||
FILES_${PN} = "${datadir} ${bindir}"
|
FILES_${PN} = "${datadir} ${bindir}"
|
||||||
|
|
||||||
BINNAME = "${@d.getVar("BPN").strip("gcc-")}"
|
BINNAME = "${@d.getVar("BPN").strip("gcc-")}"
|
||||||
|
|||||||
@@ -26,6 +26,8 @@ PROVIDES = "virtual/armcompiler"
|
|||||||
|
|
||||||
ARMCLANG_VERSION = "DS500-BN-00026-r5p0-15rel0"
|
ARMCLANG_VERSION = "DS500-BN-00026-r5p0-15rel0"
|
||||||
|
|
||||||
|
COMPATIBLE_HOST = "x86_64.*-linux"
|
||||||
|
|
||||||
SRC_URI = "https://developer.arm.com/-/media/Files/downloads/compiler/${ARMCLANG_VERSION}.tgz;subdir=${ARMCLANG_VERSION}"
|
SRC_URI = "https://developer.arm.com/-/media/Files/downloads/compiler/${ARMCLANG_VERSION}.tgz;subdir=${ARMCLANG_VERSION}"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "fbed6edf5eb211c45df7b8548a10535a"
|
SRC_URI[md5sum] = "fbed6edf5eb211c45df7b8548a10535a"
|
||||||
|
|||||||
+2
@@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
require arm-binary-toolchain.inc
|
require arm-binary-toolchain.inc
|
||||||
|
|
||||||
|
COMPATIBLE_HOST = "x86_64.*-linux"
|
||||||
|
|
||||||
SUMMARY = "Baremetal GCC for Aarch64 processors"
|
SUMMARY = "Baremetal GCC for Aarch64 processors"
|
||||||
LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
|
LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
|
||||||
|
|
||||||
|
|||||||
+2
@@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
require arm-binary-toolchain.inc
|
require arm-binary-toolchain.inc
|
||||||
|
|
||||||
|
COMPATIBLE_HOST = "x86_64.*-linux"
|
||||||
|
|
||||||
SUMMARY = "Baremetal GCC for ARM-R and ARM-M processors"
|
SUMMARY = "Baremetal GCC for ARM-R and ARM-M processors"
|
||||||
LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
|
LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user