From ea5e2ad93013754f78b4a55103cd43d154e73418 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Wed, 17 May 2023 13:24:54 -0400 Subject: layer.conf: Insert addpylib declaration Yocto mickledore introduced the addpylib directive for explicitly adding layer paths to the PYTHONPATH. Standalone OEQA test suite discovery does not require this directive but it is required to import test cases from other layers, e.g. to extend and modify the test cases. Signed-off-by: Armin Kuster --- meta-security-compliance/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-security-compliance') diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf index 82409a6..cb33c2c 100644 --- a/meta-security-compliance/conf/layer.conf +++ b/meta-security-compliance/conf/layer.conf @@ -13,3 +13,5 @@ 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 -- cgit v1.2.3-54-g00ecf