diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-02-19 14:02:21 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-02-20 19:39:36 -0800 |
commit | 30a4227e3c5b47005dedb3f89299d933557b9209 (patch) | |
tree | bd97e06577c9faa914c22a8c93e41936386c3b67 /meta-integrity | |
parent | a6fc2597b4137dd2d6255cb77e1b0442b1c90d80 (diff) | |
download | meta-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-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 e9446e6..3d58be4 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 = "honister" | 23 | LAYERSERIES_COMPAT_integrity = "kirkstone" |
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 | ||