From aedecab008bf9acdcfd04f90dee9abf6fb750c4d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 29 Jan 2020 22:15:06 -0800 Subject: [PATCH] yoe.inc: Pin swig to OE-core provided version meta-atmel also has older recipes for 3.0.8 but we should ignore that here at distro level Signed-off-by: Khem Raj --- conf/distro/yoe.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/distro/yoe.inc b/conf/distro/yoe.inc index e494462a2..f429a4664 100644 --- a/conf/distro/yoe.inc +++ b/conf/distro/yoe.inc @@ -104,6 +104,12 @@ PREFERRED_PROVIDER_jpeg-native ??= "libjpeg-turbo-native" PREFERRED_PROVIDER_grub-efi-native ??= "grub-efi-native" PREFERRED_PROVIDER_u-boot-fw-utils ??= "u-boot-fw-utils" +# Pin versions, some BSP layers are housing older versions and have higher BBFILE_PRIORITY +# as a result DEFAULT_PREFERENCE = "-1" does not help either so pin it here +PREFERRED_VERSION_swig = "3.0.12" +PREFERRED_VERSION_swig-native = "3.0.12" +PREFERRED_VERSION_swig-nativesdk = "3.0.12" + # the following is required because some BSP layers (fsl) don't set this, and then # other BSP layers fail bitbake parsing (ti). MACHINE_KERNEL_PR = "0"