mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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 <anuj.mittal@intel.com>
This commit is contained in:
parent
c7c8ed43e0
commit
bc021ab001
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user