mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
meta-parsec: Remove meta-clang dependency
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user