diff mbox series

[meta-security,3/4] meta-parsec: Remove meta-clang dependency

Message ID 7d0ae0d688d34c1574530cb93c12323ac48f1bb3.1767797568.git.scott.murray@konsulko.com
State New
Headers show
Series Assorted updates 01/07 | expand

Commit Message

Scott Murray Jan. 7, 2026, 3 p.m. UTC
Since clang is in openembedded-core now, meta-parsec no longer needs
meta-clang.  Also updated maintainers in meta-parsec README.md since
it had previously been missed.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 kas/kas-security-parsec.yml | 4 ----
 meta-parsec/README.md       | 6 ++----
 meta-parsec/conf/layer.conf | 2 +-
 3 files changed, 3 insertions(+), 9 deletions(-)
diff mbox series

Patch

diff --git a/kas/kas-security-parsec.yml b/kas/kas-security-parsec.yml
index 9a009be..c44a280 100644
--- a/kas/kas-security-parsec.yml
+++ b/kas/kas-security-parsec.yml
@@ -8,10 +8,6 @@  repos:
     layers:
       meta-parsec:
 
-  meta-clang:
-    url: https://github.com/kraj/meta-clang.git
-    refspec: master
-
 local_conf_header:
   meta-parsec: |
     IMAGE_INSTALL:append = " parsec-service parsec-tool"
diff --git a/meta-parsec/README.md b/meta-parsec/README.md
index a5472ae..913bba7 100644
--- a/meta-parsec/README.md
+++ b/meta-parsec/README.md
@@ -14,9 +14,6 @@  This layer depends on:
     URI git://git.yoctoproject.org/meta-security
     branch: master
 
-    URI https://github.com/kraj/meta-clang.git
-    branch: master
-
 Adding the meta-parsec layer to your build
 ==========================================
 
@@ -32,7 +29,6 @@  other layers needed. e.g.:
       /path/to/yocto/meta-yocto-bsp \
       /path/to/meta-openembedded/meta-oe \
       /path/to/meta-openembedded/meta-python \
-      /path/to/meta-clang \
       /path/to/meta-security/meta-tpm \
       /path/to/meta-security/meta-parsec \
       "
@@ -257,6 +253,8 @@  $ git config format.subjectPrefix meta-parsec][PATCH
 Now you can just do 'git send-email origin/master' to send all local patches.
 
 Maintainers:    Anton Antonov <Anton.Antonov@arm.com>
+                Scott Murray <scott.murray@konsulko.com>
+                Marta Rybczynska <rybczynska@gmail.com>
 
 
 License
diff --git a/meta-parsec/conf/layer.conf b/meta-parsec/conf/layer.conf
index 29a8f11..39d1265 100644
--- a/meta-parsec/conf/layer.conf
+++ b/meta-parsec/conf/layer.conf
@@ -10,7 +10,7 @@  BBFILE_PRIORITY_parsec-layer = "5"
 
 LAYERSERIES_COMPAT_parsec-layer = "whinlatter walnascar scarthgap"
 
-LAYERDEPENDS_parsec-layer = "core clang-layer"
+LAYERDEPENDS_parsec-layer = "core"
 BBLAYERS_LAYERINDEX_NAME_parsec-layer = "meta-parsec"
 
 addpylib ${LAYERDIR}/lib oeqa