diff options
author | Anusmita Dutta Mazumder <anusmita.duttamazumder@linaro.org> | 2024-09-10 09:11:04 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-09-15 11:29:14 -0400 |
commit | 84d9cd56991a646453c8817eeeb2f8556e36854e (patch) | |
tree | dcfc045b056599cd3d3d147c9a0607cb7b00a4eb | |
parent | 5e742d7fb09f63c558738dc9ec728dfdc624cec4 (diff) | |
download | meta-security-84d9cd56991a646453c8817eeeb2f8556e36854e.tar.gz |
oe-core has switched to styhead only.
Add layer compatibility to meta-parsec
for styhead.
Signed-off-by: Anusmita Dutta Mazumder <anusmita.duttamazumder@linaro.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-parsec/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-parsec/conf/layer.conf b/meta-parsec/conf/layer.conf index e9d0230..e59b60c 100644 --- a/meta-parsec/conf/layer.conf +++ b/meta-parsec/conf/layer.conf | |||
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "parsec-layer" | |||
8 | BBFILE_PATTERN_parsec-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_parsec-layer = "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_parsec-layer = "5" | 9 | BBFILE_PRIORITY_parsec-layer = "5" |
10 | 10 | ||
11 | LAYERSERIES_COMPAT_parsec-layer = "nanbield scarthgap" | 11 | LAYERSERIES_COMPAT_parsec-layer = "styhead nanbield scarthgap" |
12 | 12 | ||
13 | LAYERDEPENDS_parsec-layer = "core clang-layer" | 13 | LAYERDEPENDS_parsec-layer = "core clang-layer" |
14 | BBLAYERS_LAYERINDEX_NAME_parsec-layer = "meta-parsec" | 14 | BBLAYERS_LAYERINDEX_NAME_parsec-layer = "meta-parsec" |