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-integrity | |
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-integrity')
-rw-r--r-- | meta-integrity/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf index 6075df9..76374eb 100644 --- a/meta-integrity/conf/layer.conf +++ b/meta-integrity/conf/layer.conf | |||
@@ -20,7 +20,7 @@ INTEGRITY_BASE := '${LAYERDIR}' | |||
20 | # interactive shell is enough. | 20 | # interactive shell is enough. |
21 | OE_TERMINAL_EXPORTS += "INTEGRITY_BASE" | 21 | OE_TERMINAL_EXPORTS += "INTEGRITY_BASE" |
22 | 22 | ||
23 | LAYERSERIES_COMPAT_integrity = "dunfell" | 23 | LAYERSERIES_COMPAT_integrity = "gatesgarth" |
24 | # ima-evm-utils depends on keyutils from meta-oe | 24 | # ima-evm-utils depends on keyutils from meta-oe |
25 | LAYERDEPENDS_integrity = "core openembedded-layer" | 25 | LAYERDEPENDS_integrity = "core openembedded-layer" |
26 | 26 | ||