Skip to content

Commit

Permalink
Merge pull request #43 from YoeDistro/yoe/mut
Browse files Browse the repository at this point in the history
yoe.inc: Pin swig to OE-core provided version
  • Loading branch information
cbrake authored Jan 30, 2020
2 parents a83a0c8 + aedecab commit 3d44a75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3d44a75

Please sign in to comment.