From d7db0a3bd1a8639df7570483f003ce00cbe274a2 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(+) (limited to 'meta-parsec/conf/layer.conf') 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