From c63ac9cf0efd384fda93abc2310406e4d8729fbd Mon Sep 17 00:00:00 2001 From: Gabor Abonyi Date: Fri, 4 Dec 2020 15:28:54 +0000 Subject: [PATCH] arm-toolchain: external-arm-toolchain: Rename Rename common external-arm-toolchain file, so it can be used by non-gcc external toolchains too. Change-Id: I48345dc53bc3d20f33b44fc0224b511f30107036 Signed-off-by: Gabor Abonyi Signed-off-by: Jon Mason --- .../{gcc-x86host.inc => external-arm-toolchain-x86host.inc} | 0 .../external-arm-toolchain/gcc-aarch64-none-elf_9.2-2019.12.bb | 2 +- .../external-arm-toolchain/gcc-arm-none-eabi_9-2019-q4-major.bb | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename meta-arm-toolchain/recipes-devtools/external-arm-toolchain/{gcc-x86host.inc => external-arm-toolchain-x86host.inc} (100%) diff --git a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-x86host.inc b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/external-arm-toolchain-x86host.inc similarity index 100% rename from meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-x86host.inc rename to meta-arm-toolchain/recipes-devtools/external-arm-toolchain/external-arm-toolchain-x86host.inc diff --git a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_9.2-2019.12.bb b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_9.2-2019.12.bb index 91daf087..a45fee0c 100644 --- a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_9.2-2019.12.bb +++ b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_9.2-2019.12.bb @@ -1,7 +1,7 @@ # Copyright (C) 2020 Texas Instruments Inc. # Released under the MIT license (see COPYING.MIT for the terms) -require gcc-x86host.inc +require external-arm-toolchain-x86host.inc SUMMARY = "Baremetal GCC for Aarch64 processors" LICENSE = "GPL-3.0-with-GCC-exception & GPLv3" diff --git a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-arm-none-eabi_9-2019-q4-major.bb b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-arm-none-eabi_9-2019-q4-major.bb index a36f0aa6..6403fe1e 100644 --- a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-arm-none-eabi_9-2019-q4-major.bb +++ b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-arm-none-eabi_9-2019-q4-major.bb @@ -1,7 +1,7 @@ # Copyright (C) 2019 Garmin Ltd. or its subsidiaries # Released under the MIT license (see COPYING.MIT for the terms) -require gcc-x86host.inc +require external-arm-toolchain-x86host.inc SUMMARY = "Baremetal GCC for ARM-R and ARM-M processors" LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"