summaryrefslogtreecommitdiffstats
path: root/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 /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 'conf/layer.conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 7853d6e..cdcfaee 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "security"
9BBFILE_PATTERN_security = "^${LAYERDIR}/" 9BBFILE_PATTERN_security = "^${LAYERDIR}/"
10BBFILE_PRIORITY_security = "8" 10BBFILE_PRIORITY_security = "8"
11 11
12LAYERSERIES_COMPAT_security = "hardknott" 12LAYERSERIES_COMPAT_security = "honister"
13 13
14LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" 14LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python"
15 15