diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-10-15 21:25:39 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-10-19 18:14:23 -0700 |
commit | 58c17d008de404f52f4adb0bc42abc1b637249ae (patch) | |
tree | 5fd77cac9dc775a8142337364d27dd6dc94c7b19 /meta-security-compliance | |
parent | 8bcc4d70573083f68ef00ec159881e5c2663761d (diff) | |
download | meta-security-58c17d008de404f52f4adb0bc42abc1b637249ae.tar.gz |
meta-security: Add gatesgarth to LAYERSERIES_COMPAT
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-security-compliance')
-rw-r--r-- | meta-security-compliance/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf index 965c837..db243f7 100644 --- a/meta-security-compliance/conf/layer.conf +++ b/meta-security-compliance/conf/layer.conf | |||
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "scanners-layer" | |||
8 | BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_scanners-layer = "10" | 9 | BBFILE_PRIORITY_scanners-layer = "10" |
10 | 10 | ||
11 | LAYERSERIES_COMPAT_scanners-layer = "dunfell" | 11 | LAYERSERIES_COMPAT_scanners-layer = "gatesgarth" |
12 | 12 | ||
13 | LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python" | 13 | LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python" |
14 | 14 | ||