diff options
| author | Armin Kuster <akuster808@gmail.com> | 2023-05-17 13:24:54 -0400 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-05-22 09:49:16 -0400 |
| commit | ea5e2ad93013754f78b4a55103cd43d154e73418 (patch) | |
| tree | ce07c6e9d339bf51cd2c1d54dfa6944f66d5d199 /meta-integrity | |
| parent | 28d49dc0562b1c37e93484be2af7f94fffad7a4c (diff) | |
| download | meta-security-ea5e2ad93013754f78b4a55103cd43d154e73418.tar.gz | |
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: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-integrity')
| -rw-r--r-- | meta-integrity/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf index b273b5b..0622a5f 100644 --- a/meta-integrity/conf/layer.conf +++ b/meta-integrity/conf/layer.conf | |||
| @@ -33,3 +33,5 @@ INHERIT += "sanity-meta-integrity" | |||
| 33 | BBFILES_DYNAMIC += " \ | 33 | BBFILES_DYNAMIC += " \ |
| 34 | networking-layer:${LAYERDIR}/dynamic-layers/meta-networking/recipes-*/*/*.bbappend \ | 34 | networking-layer:${LAYERDIR}/dynamic-layers/meta-networking/recipes-*/*/*.bbappend \ |
| 35 | " | 35 | " |
| 36 | |||
| 37 | addpylib ${LAYERDIR}/lib oeqa | ||
