1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-01-11 15:00:39 +00:00

CI: remove meta-clang

Now that clang is in core, we don't need to use meta-clang anymore.
Also, use PREFERRED_TOOLCHAIN_TARGET to specify the toolchain to use.

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2025-10-20 16:09:20 +01:00
parent 81733efdf5
commit 609c54d364
3 changed files with 3 additions and 8 deletions

View File

@@ -3,10 +3,6 @@
header:
version: 14
repos:
meta-clang:
url: https://github.com/kraj/meta-clang
local_conf_header:
toolchain: |
TOOLCHAIN = "clang"
PREFERRED_TOOLCHAIN_TARGET = "clang"

View File

@@ -3,7 +3,7 @@
header:
version: 14
#NOTE: This is the default for poky. This is only being added for completeness/clarity
#NOTE: This is the default. This is only being added for completeness/clarity
local_conf_header:
toolchain: |
TOOLCHAIN = "gcc"
PREFERRED_TOOLCHAIN_TARGET = "gcc"

View File

@@ -23,7 +23,6 @@ repositories = (
"https://git.yoctoproject.org/poky",
"https://git.openembedded.org/meta-openembedded",
"https://git.yoctoproject.org/meta-virtualization",
"https://github.com/kraj/meta-clang",
)
if __name__ == "__main__":