From f1e482a498b0f6b41f23d661c3278fe4d63d8bd7 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Wed, 11 Apr 2018 17:01:26 -0700 Subject: meta-*: add LAYERSERIES_COMPAT to layer.conf files Signed-off-by: Armin Kuster --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') 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" BBFILE_PATTERN_security = "^${LAYERDIR}/" BBFILE_PRIORITY_security = "6" +LAYERSERIES_COMPAT_security = "sumo" + LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm", "tpm-layer", "",d)}" LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm2", "tpm-layer", "",d)}" -- cgit v1.2.3-54-g00ecf