summaryrefslogtreecommitdiffstats
path: root/meta-tpm
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-03-16 21:21:35 -0700
committerArmin Kuster <akuster808@gmail.com>2021-03-18 08:01:19 -0700
commitf9fdf977300d4a3e970be9ee43e324dcf500db3a (patch)
tree526fd20c4da9acb1403ce691a94272a2f3dc7cea /meta-tpm
parent6ada80aa3e8f426c2a4284fc48a2eaf2688d6411 (diff)
downloadmeta-security-f9fdf977300d4a3e970be9ee43e324dcf500db3a.tar.gz
layer.conf: Add hardknott to LAYERSERIES_COMPAT
Thats codename for 3.3 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 cd62fba..65788eb 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 = "gatesgarth" 11LAYERSERIES_COMPAT_tpm-layer = "hardknott"
12 12
13LAYERDEPENDS_tpm-layer = " \ 13LAYERDEPENDS_tpm-layer = " \
14 core \ 14 core \