diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2020-03-25 14:01:58 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-03-27 16:53:25 -0700 |
commit | 7f7897590c74d0979748397a655fd3b4b49de7f4 (patch) | |
tree | 90f7ec24c1ed77f7354c0b6b0198e5081323e9d9 /meta-tpm | |
parent | 47de50efdbd9b86951d90a7ac290aff385e37cad (diff) | |
download | meta-security-7f7897590c74d0979748397a655fd3b4b49de7f4.tar.gz |
layer.conf: update LAYERSERIES_COMPAT for dunfell
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm')
-rw-r--r-- | meta-tpm/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf index 175eba8..c3372c7 100644 --- a/meta-tpm/conf/layer.conf +++ b/meta-tpm/conf/layer.conf | |||
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "tpm-layer" | |||
8 | BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_tpm-layer = "10" | 9 | BBFILE_PRIORITY_tpm-layer = "10" |
10 | 10 | ||
11 | LAYERSERIES_COMPAT_tpm-layer = "zeus" | 11 | LAYERSERIES_COMPAT_tpm-layer = "dunfell" |
12 | 12 | ||
13 | LAYERDEPENDS_tpm-layer = " \ | 13 | LAYERDEPENDS_tpm-layer = " \ |
14 | core \ | 14 | core \ |