mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
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:
committed by
Armin Kuster
parent
53c5cc794f
commit
d7db0a3bd1
@@ -12,3 +12,5 @@ LAYERSERIES_COMPAT_parsec-layer = "mickledore"
|
|||||||
|
|
||||||
LAYERDEPENDS_parsec-layer = "core clang-layer"
|
LAYERDEPENDS_parsec-layer = "core clang-layer"
|
||||||
BBLAYERS_LAYERINDEX_NAME_parsec-layer = "meta-parsec"
|
BBLAYERS_LAYERINDEX_NAME_parsec-layer = "meta-parsec"
|
||||||
|
|
||||||
|
addpylib ${LAYERDIR}/lib oeqa
|
||||||
|
|||||||
Reference in New Issue
Block a user