diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-10-15 21:25:39 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-10-19 18:14:23 -0700 |
commit | 58c17d008de404f52f4adb0bc42abc1b637249ae (patch) | |
tree | 5fd77cac9dc775a8142337364d27dd6dc94c7b19 /meta-tpm | |
parent | 8bcc4d70573083f68ef00ec159881e5c2663761d (diff) | |
download | meta-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.conf | 2 |
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" | |||
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 = "dunfell" | 11 | LAYERSERIES_COMPAT_tpm-layer = "gatesgarth" |
12 | 12 | ||
13 | LAYERDEPENDS_tpm-layer = " \ | 13 | LAYERDEPENDS_tpm-layer = " \ |
14 | core \ | 14 | core \ |