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 + Scott Murray + Marta Rybczynska 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