diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2023-06-11 23:19:12 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-06-20 11:07:20 -0400 |
| commit | c00d101befbcd7fb55f72cdec8dff73bab18f95f (patch) | |
| tree | 8050fe6fdbd6ace6318023ba4c84806230b97d3e /meta-security-isafw | |
| parent | abf46b1764140f998c1a2d87ff8139bb357614c6 (diff) | |
| download | meta-security-c00d101befbcd7fb55f72cdec8dff73bab18f95f.tar.gz | |
complicance/isafw: remove oeqa addpylib
These two layers do not have oeqa lib modules. Remove these two
lines. Otherwise, `bitbake-layers add-layer <any_layer>' would fail
if either of these two layers are in BBLAYERS.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-security-isafw')
| -rw-r--r-- | meta-security-isafw/conf/layer.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-security-isafw/conf/layer.conf b/meta-security-isafw/conf/layer.conf index fca5868..550cced 100644 --- a/meta-security-isafw/conf/layer.conf +++ b/meta-security-isafw/conf/layer.conf | |||
| @@ -15,5 +15,3 @@ LAYERVERSION_security-isafw = "1" | |||
| 15 | LAYERDEPENDS_security-isafw = "core" | 15 | LAYERDEPENDS_security-isafw = "core" |
| 16 | 16 | ||
| 17 | LAYERSERIES_COMPAT_security-isafw = "mickledore" | 17 | LAYERSERIES_COMPAT_security-isafw = "mickledore" |
| 18 | |||
| 19 | addpylib ${LAYERDIR}/lib oeqa | ||
