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:
parent
32bc5199fc
commit
4803dba689
|
|
@ -112,3 +112,7 @@ MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
|
||||||
|
|
||||||
# Add the ability to specify _imx machines
|
# Add the ability to specify _imx machines
|
||||||
MACHINEOVERRIDES =. "imx:"
|
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"
|
||||||
|
|
|
||||||
|
|
@ -66,10 +66,6 @@ PREFERRED_VERSION_linux-yocto ?= "4.18%"
|
||||||
PREFERRED_PROVIDER_u-boot-fw-utils ?= "u-boot-fw-utils"
|
PREFERRED_PROVIDER_u-boot-fw-utils ?= "u-boot-fw-utils"
|
||||||
PREFERRED_VERSION_u-boot-fw-utils ?= "2017.09"
|
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
|
# Use git recipe for libsoc
|
||||||
PREFERRED_VERSION_libsoc = "git"
|
PREFERRED_VERSION_libsoc = "git"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue