summaryrefslogtreecommitdiffstats
path: root/meta-tpm
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-02-19 14:02:21 -0800
committerArmin Kuster <akuster808@gmail.com>2022-02-20 19:39:36 -0800
commit30a4227e3c5b47005dedb3f89299d933557b9209 (patch)
treebd97e06577c9faa914c22a8c93e41936386c3b67 /meta-tpm
parenta6fc2597b4137dd2d6255cb77e1b0442b1c90d80 (diff)
downloadmeta-security-30a4227e3c5b47005dedb3f89299d933557b9209.tar.gz
layer.conf: Update to use kirkstone
Update the layers to use the kirkstone namespace. No compatibility is made for honister due to the variable renaming. 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 b00dd3c..52e3ee0 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 = "honister" 11LAYERSERIES_COMPAT_tpm-layer = "kirkstone"
12 12
13LAYERDEPENDS_tpm-layer = " \ 13LAYERDEPENDS_tpm-layer = " \
14 core \ 14 core \