conf: move PREFERRED_VERSION for NXP platforms into imx-digi basic configuration
Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
parent
bb6e445966
commit
31a6056dcf
|
|
@ -140,3 +140,12 @@ PREFERRED_VERSION_dtc-native_ccimx6 ?= "1.4.5"
|
|||
PREFERRED_VERSION_nativesdk-dtc_ccimx6 ?= "1.4.5"
|
||||
|
||||
DEY_BUILD_PLATFORM = "NXP"
|
||||
|
||||
# Use NXP's forks of packages when possible
|
||||
PREFERRED_VERSION_weston ?= "9.0.0.imx"
|
||||
PREFERRED_VERSION_wayland-protocols = "1.22.imx"
|
||||
PREFERRED_VERSION_libdrm ?= "2.4.107.imx"
|
||||
PREFERRED_VERSION_opencv ?= "4.5.2.imx"
|
||||
PREFERRED_VERSION_optee-client = "3.15.0.imx"
|
||||
PREFERRED_VERSION_optee-os = "3.15.0.imx"
|
||||
PREFERRED_VERSION_optee-test = "3.15.0.imx"
|
||||
|
|
|
|||
|
|
@ -48,15 +48,6 @@ FEATURE_PACKAGES_dey-wireless = "packagegroup-dey-wireless"
|
|||
# 5.56 version should be used, which is provided by the poky layer.
|
||||
PREFERRED_VERSION_bluez5 ?= "5.56"
|
||||
|
||||
# Use NXP's forks of packages when possible
|
||||
PREFERRED_VERSION_weston ?= "9.0.0.imx"
|
||||
PREFERRED_VERSION_wayland-protocols = "1.22.imx"
|
||||
PREFERRED_VERSION_libdrm ?= "2.4.107.imx"
|
||||
PREFERRED_VERSION_opencv ?= "4.5.2.imx"
|
||||
PREFERRED_VERSION_optee-client = "3.15.0.imx"
|
||||
PREFERRED_VERSION_optee-os = "3.15.0.imx"
|
||||
PREFERRED_VERSION_optee-test = "3.15.0.imx"
|
||||
|
||||
# Set the PREFERRED_PROVIDER for jpeg functionality based on the MACHINE
|
||||
# architecture. For armv7a devices libjpeg-turbo should be used to take
|
||||
# advantage of the SIMD instructions.
|
||||
|
|
|
|||
Loading…
Reference in New Issue