diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-30 11:25:18 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-08-01 08:47:08 -0700 |
| commit | 68be8afc6b3e0e354344237aed4ccb749ff45973 (patch) | |
| tree | 32c9cfe145e64ed05857633634fd2208eec2a5ef /meta-integrity/conf/layer.conf | |
| parent | b206ba59db30297075bbe78e925c8e08b088d7f5 (diff) | |
| download | meta-security-68be8afc6b3e0e354344237aed4ccb749ff45973.tar.gz | |
layer.conf: Update to honister
This marks the layers as compatible with honister now they use the new override
syntax.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-integrity/conf/layer.conf')
| -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 37776f8..e9446e6 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 = "hardknott" | 23 | LAYERSERIES_COMPAT_integrity = "honister" |
| 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 | ||
