1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-06 16:48:54 +00:00

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 <gabor.abonyi@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Gabor Abonyi
2020-07-01 15:19:35 +02:00
committed by Jon Mason
parent 0eb184e504
commit 91025496f7
3 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# Copyright (C) 2020 Texas Instruments Inc. # Copyright (C) 2020 Texas Instruments Inc.
# Released under the MIT license (see COPYING.MIT for the terms) # 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" SUMMARY = "Baremetal GCC for Aarch64 processors"
LICENSE = "GPL-3.0-with-GCC-exception & GPLv3" LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"

View File

@@ -1,7 +1,7 @@
# Copyright (C) 2019 Garmin Ltd. or its subsidiaries # Copyright (C) 2019 Garmin Ltd. or its subsidiaries
# Released under the MIT license (see COPYING.MIT for the terms) # 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" 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"