summaryrefslogtreecommitdiffstats
path: root/meta-selftest
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-27 17:08:42 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-08 11:15:47 +0000
commit4901c9d471cab99d52876842980222ce271b66e4 (patch)
treef50450c9081ed060b95c77d04370bd2391f2adb1 /meta-selftest
parentd0ea143156f2808ab684b3d73fec039d2a62f229 (diff)
downloadpoky-4901c9d471cab99d52876842980222ce271b66e4.tar.gz
base: Switch to use addpylib directive and BB_GLOBAL_PYMODULES
Since bitbake now supports an official method to inject python modules, switch to it. Anyone using OE_EXTRA_IMPORTS will need to adjust their code accordingly, probably switching to their own module namespace. Also switch to using BB_GLOBAL_PYMODULES to list the global modules to import. (From OE-Core rev: 1f56155e91da2030ee0a5e93037c62e1349ba89f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
-rw-r--r--meta-selftest/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-selftest/conf/layer.conf b/meta-selftest/conf/layer.conf
index 0899806029..889c056eb6 100644
--- a/meta-selftest/conf/layer.conf
+++ b/meta-selftest/conf/layer.conf
@@ -9,4 +9,6 @@ BBFILE_COLLECTIONS += "selftest"
9BBFILE_PATTERN_selftest = "^${LAYERDIR}/" 9BBFILE_PATTERN_selftest = "^${LAYERDIR}/"
10BBFILE_PRIORITY_selftest = "5" 10BBFILE_PRIORITY_selftest = "5"
11 11
12addpylib ${LAYERDIR}/lib oeqa
13
12LAYERSERIES_COMPAT_selftest = "kirkstone langdale" 14LAYERSERIES_COMPAT_selftest = "kirkstone langdale"