diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-30 11:25:18 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-08-01 08:47:08 -0700 |
| commit | 68be8afc6b3e0e354344237aed4ccb749ff45973 (patch) | |
| tree | 32c9cfe145e64ed05857633634fd2208eec2a5ef /conf/layer.conf | |
| parent | b206ba59db30297075bbe78e925c8e08b088d7f5 (diff) | |
| download | meta-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.conf | 2 |
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" | |||
| 9 | BBFILE_PATTERN_security = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_security = "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_security = "8" | 10 | BBFILE_PRIORITY_security = "8" |
| 11 | 11 | ||
| 12 | LAYERSERIES_COMPAT_security = "hardknott" | 12 | LAYERSERIES_COMPAT_security = "honister" |
| 13 | 13 | ||
| 14 | LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" | 14 | LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" |
| 15 | 15 | ||
