We'd like meta-intel master to be able to build with OE-Core kirkstone as well. But Bitbake version in kirkstone does not recognize addplylib directive leading to parsing errors.
Remove it for now until there is a better solution available. Signed-off-by: Naveen Saini <[email protected]> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 5f81dcbc..b805de06 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -42,4 +42,4 @@ 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 +# addpylib ${LAYERDIR}/lib oeqa -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7778): https://lists.yoctoproject.org/g/meta-intel/message/7778 Mute This Topic: https://lists.yoctoproject.org/mt/95802377/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
