summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hoyes <Peter.Hoyes@arm.com>2023-04-27 16:01:40 +0100
committerArmin Kuster <akuster808@gmail.com>2023-05-06 07:54:09 -0400
commitb2f03c574c37ed969be8f40558afed868227d004 (patch)
tree10f48e1eefdcc82a14233a66a93ce24e7886b89a
parenta10bcdcf6e36128712bd0deb8abed9980dafc9dd (diff)
downloadmeta-security-b2f03c574c37ed969be8f40558afed868227d004.tar.gz
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 <Peter.Hoyes@arm.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-parsec/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
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"
12 12
13LAYERDEPENDS_parsec-layer = "core clang-layer" 13LAYERDEPENDS_parsec-layer = "core clang-layer"
14BBLAYERS_LAYERINDEX_NAME_parsec-layer = "meta-parsec" 14BBLAYERS_LAYERINDEX_NAME_parsec-layer = "meta-parsec"
15
16addpylib ${LAYERDIR}/lib oeqa