hardknott: dey.conf: explicitly set NXP's forks as the preferred version

For packages such as weston or opencv, bitbake will sometimes choose the poky
recipes, causing build errors. Explicitly set the NXP version of these packages
as the preferred version by mimicking the layer.conf configuration in the
meta-bsp layer of meta-imx.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2021-12-24 11:46:27 +01:00
parent 54d0d58147
commit f73321ff54
1 changed files with 9 additions and 0 deletions

View File

@ -48,6 +48,15 @@ FEATURE_PACKAGES_dey-wireless = "packagegroup-dey-wireless"
# 5.56 version should be used, which is provided by the poky layer. # 5.56 version should be used, which is provided by the poky layer.
PREFERRED_VERSION_bluez5 ?= "5.56" 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 # Set the PREFERRED_PROVIDER for jpeg functionality based on the MACHINE
# architecture. For armv7a devices libjpeg-turbo should be used to take # architecture. For armv7a devices libjpeg-turbo should be used to take
# advantage of the SIMD instructions. # advantage of the SIMD instructions.