From bc021ab0013ad262804eba6b49dce68ea35bb30b Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 20 Dec 2022 16:29:09 +0800 Subject: layer.conf: use addpylib directive A recent change in OE-Core [1] has changed the way ${LAYERDIR}/lib is searched for Python modules. Use the new addpylib directive to ensure our modules are imported required for running testimage. [1] https://git.openembedded.org/openembedded-core-contrib/commit/?id=1f56155e91da2030ee0a5e93037c62e1349ba89f Signed-off-by: Anuj Mittal --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 77baa827..5f81dcbc 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -41,3 +41,5 @@ PREFERRED_PROVIDER_nativesdk-libva ?= "nativesdk-libva" PREFERRED_PROVIDER_libva-utils ?= "libva-utils" PREFERRED_PROVIDER_libva-utils-native ?= "libva-utils-native" PREFERRED_PROVIDER_nativesdk-libva-utils ?= "nativesdk-libva-utils" + +addpylib ${LAYERDIR}/lib oeqa -- cgit v1.2.3-54-g00ecf