From ffd9eb59c7d35c3f9acc29be661bdcd0c6332897 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 a748d77..5451351 100644 --- a/meta-parsec/conf/layer.conf +++ b/meta-parsec/conf/layer.conf @@ -12,3 +12,5 @@ LAYERSERIES_COMPAT_parsec-layer = "kirkstone langdale" LAYERDEPENDS_parsec-layer = "core clang-layer" BBLAYERS_LAYERINDEX_NAME_parsec-layer = "meta-parsec" + +addpylib ${LAYERDIR}/lib oeqa -- cgit v1.2.3-54-g00ecf