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-09 07:04:46 -0400
commitd7db0a3bd1a8639df7570483f003ce00cbe274a2 (patch)
treed862783175fd0cb97588ee9f0a3696f4a75e352e
parent53c5cc794f44df96c47c614d736c8ccd4f25139f (diff)
downloadmeta-security-mickledore.tar.gz
meta-parsec/layer.conf: Insert addpylib declarationmickledore
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