summaryrefslogtreecommitdiffstats
path: root/meta-tpm
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-10-15 21:25:39 -0700
committerArmin Kuster <akuster808@gmail.com>2020-10-19 18:14:23 -0700
commit58c17d008de404f52f4adb0bc42abc1b637249ae (patch)
tree5fd77cac9dc775a8142337364d27dd6dc94c7b19 /meta-tpm
parent8bcc4d70573083f68ef00ec159881e5c2663761d (diff)
downloadmeta-security-58c17d008de404f52f4adb0bc42abc1b637249ae.tar.gz
meta-security: Add gatesgarth to LAYERSERIES_COMPAT
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm')
-rw-r--r--meta-tpm/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
index 46d0279..cd62fba 100644
--- a/meta-tpm/conf/layer.conf
+++ b/meta-tpm/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "tpm-layer"
8BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/" 8BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/"
9BBFILE_PRIORITY_tpm-layer = "10" 9BBFILE_PRIORITY_tpm-layer = "10"
10 10
11LAYERSERIES_COMPAT_tpm-layer = "dunfell" 11LAYERSERIES_COMPAT_tpm-layer = "gatesgarth"
12 12
13LAYERDEPENDS_tpm-layer = " \ 13LAYERDEPENDS_tpm-layer = " \
14 core \ 14 core \