diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-04-11 17:01:26 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-04-13 08:18:28 -0700 |
commit | f1e482a498b0f6b41f23d661c3278fe4d63d8bd7 (patch) | |
tree | 50863fc60fd107cb9e5cf767da3aa4dafd169f83 /conf | |
parent | 8f6969a775fa6afbf553e72ba83e71197780b2d8 (diff) | |
download | meta-security-f1e482a498b0f6b41f23d661c3278fe4d63d8bd7.tar.gz |
meta-*: add LAYERSERIES_COMPAT to layer.conf files
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 7218560..04605a1 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "security" | |||
9 | BBFILE_PATTERN_security = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_security = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_security = "6" | 10 | BBFILE_PRIORITY_security = "6" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_security = "sumo" | ||
13 | |||
12 | LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" | 14 | LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" |
13 | LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm", "tpm-layer", "",d)}" | 15 | LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm", "tpm-layer", "",d)}" |
14 | LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm2", "tpm-layer", "",d)}" | 16 | LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm2", "tpm-layer", "",d)}" |