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>
This commit is contained in:
Peter Hoyes
2023-04-27 16:01:40 +01:00
committed by Armin Kuster
parent d10f6f9ae3
commit ffd9eb59c7

View File

@@ -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