From b2f03c574c37ed969be8f40558afed868227d004 Mon Sep 17 00:00:00 2001 From: Peter Hoyes Date: Thu, 27 Apr 2023 16:01:40 +0100 Subject: meta-parsec/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: Peter Hoyes Signed-off-by: Armin Kuster --- meta-parsec/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-parsec/conf/layer.conf b/meta-parsec/conf/layer.conf index 0a71694..7d272a2 100644 --- a/meta-parsec/conf/layer.conf +++ b/meta-parsec/conf/layer.conf @@ -12,3 +12,5 @@ LAYERSERIES_COMPAT_parsec-layer = "mickledore" LAYERDEPENDS_parsec-layer = "core clang-layer" BBLAYERS_LAYERINDEX_NAME_parsec-layer = "meta-parsec" + +addpylib ${LAYERDIR}/lib oeqa -- cgit v1.2.3-54-g00ecf