summaryrefslogtreecommitdiffstats
path: root/meta-security-compliance/conf/layer.conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-30 11:25:18 +0200
committerArmin Kuster <akuster808@gmail.com>2021-08-01 08:47:08 -0700
commit68be8afc6b3e0e354344237aed4ccb749ff45973 (patch)
tree32c9cfe145e64ed05857633634fd2208eec2a5ef /meta-security-compliance/conf/layer.conf
parentb206ba59db30297075bbe78e925c8e08b088d7f5 (diff)
downloadmeta-security-68be8afc6b3e0e354344237aed4ccb749ff45973.tar.gz
layer.conf: Update to honister
This marks the layers as compatible with honister now they use the new override syntax. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-security-compliance/conf/layer.conf')
-rw-r--r--meta-security-compliance/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf
index 2024d4a..ec4fd47 100644
--- a/meta-security-compliance/conf/layer.conf
+++ b/meta-security-compliance/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "scanners-layer"
8BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" 8BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
9BBFILE_PRIORITY_scanners-layer = "10" 9BBFILE_PRIORITY_scanners-layer = "10"
10 10
11LAYERSERIES_COMPAT_scanners-layer = "hardknott" 11LAYERSERIES_COMPAT_scanners-layer = "honister"
12 12
13LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python" 13LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python"
14 14