diff mbox series

[meta-security] complicance/isafw: remove oeqa addpylib

Message ID 20230612061912.1497597-1-Qi.Chen@windriver.com
State New
Headers show
Series [meta-security] complicance/isafw: remove oeqa addpylib | expand

Commit Message

ChenQi June 12, 2023, 6:19 a.m. UTC
From: Chen Qi <Qi.Chen@windriver.com>

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>
---
 meta-security-compliance/conf/layer.conf | 2 --
 meta-security-isafw/conf/layer.conf      | 2 --
 2 files changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf
index cb33c2c..82409a6 100644
--- a/meta-security-compliance/conf/layer.conf
+++ b/meta-security-compliance/conf/layer.conf
@@ -13,5 +13,3 @@  LAYERSERIES_COMPAT_scanners-layer = "mickledore"
 LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python"
 
 BBLAYERS_LAYERINDEX_NAME_scanners-layer = "meta-security-compliance"
-
-addpylib ${LAYERDIR}/lib oeqa
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"
 LAYERDEPENDS_security-isafw = "core"
 
 LAYERSERIES_COMPAT_security-isafw = "mickledore"
-
-addpylib ${LAYERDIR}/lib oeqa