[PATCH 1/5] CI: remove meta-clang

Jon Mason <[email protected]>
Newsgroups org.yoctoproject.lists.meta-arm
Message-ID <[email protected]>
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 <[email protected]>
---
 ci/clang.yml    | 6 +-----
 ci/gcc.yml      | 4 ++--
 ci/update-repos | 1 -
 3 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/ci/clang.yml b/ci/clang.yml
index 402292a6b86d..dfe0c36616d0 100644
--- a/ci/clang.yml
+++ b/ci/clang.yml
@@ -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"
diff --git a/ci/gcc.yml b/ci/gcc.yml
index 1f368c24dcb1..61e1d0e17791 100644
--- a/ci/gcc.yml
+++ b/ci/gcc.yml
@@ -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"
diff --git a/ci/update-repos b/ci/update-repos
index c44246cc019c..e70ed0d963c6 100755
--- a/ci/update-repos
+++ b/ci/update-repos
@@ -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__":
-- 
2.50.1 (Apple Git-155)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.