dtc: use version 1.4.5 only on platforms that build U-Boot 2017.X

This version is only required to build U-Boot 2017.X, so select it as preferred
version only on those platforms that build this U-Boot (CC6 and CC6UL).

https://jira.digi.com/browse/DUB-881

Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
This commit is contained in:
Gonzalo Ruiz 2019-03-19 15:50:29 +01:00
parent 32bc5199fc
commit 4803dba689
2 changed files with 4 additions and 4 deletions

View File

@ -112,3 +112,7 @@ MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
# Add the ability to specify _imx machines
MACHINEOVERRIDES =. "imx:"
# U-Boot 2017.X requires a specific dtc version.
PREFERRED_VERSION_dtc-native_mx6 ?= "1.4.5"
PREFERRED_VERSION_nativesdk-dtc_mx6 ?= "1.4.5"

View File

@ -66,10 +66,6 @@ PREFERRED_VERSION_linux-yocto ?= "4.18%"
PREFERRED_PROVIDER_u-boot-fw-utils ?= "u-boot-fw-utils"
PREFERRED_VERSION_u-boot-fw-utils ?= "2017.09"
# U-Boot 2017.X requires a specific dtc version.
PREFERRED_VERSION_dtc-native ?= "1.4.5"
PREFERRED_VERSION_nativesdk-dtc ?= "1.4.5"
# Use git recipe for libsoc
PREFERRED_VERSION_libsoc = "git"