dey.conf: continue using stable versions of swupdate and libubootenv

meta-swupdate recently added support for swupdate 2023.12 and libubootenv
0.3.5. This upgrade conflicts with our custom functionality in both packages,
so keep using 2023.05 and 0.3.2 respectively so DEY 4.0 can be built without
introducing possible functionality changes.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2023-12-26 12:40:39 +01:00
parent 925b618e63
commit a22d21ab84
1 changed files with 7 additions and 0 deletions

View File

@ -57,6 +57,13 @@ FEATURE_PACKAGES_dey-wireless = "packagegroup-dey-wireless"
# 5.65 version should be used, which is provided by the poky layer. # 5.65 version should be used, which is provided by the poky layer.
PREFERRED_VERSION_bluez5 ?= "5.65" PREFERRED_VERSION_bluez5 ?= "5.65"
# The latest available versions of swupdate and libubootenv are 2023.12 and
# 0.3.5, respectively. However, our custom patches haven't been ported or
# tested for these versions yet, so until then, continue using the versions
# we've been using in DEY 4.0 (2023.05 and 0.3.2) to guarantee stability.
PREFERRED_VERSION_swupdate ?= "2023.05"
PREFERRED_VERSION_libubootenv ?= "0.3.2"
# There's a generic opencl-headers recipe in the thud branch of # There's a generic opencl-headers recipe in the thud branch of
# meta-openembedded, but we should use the package provided by the imx-gpu-viv # meta-openembedded, but we should use the package provided by the imx-gpu-viv
# recipe in case there are NXP-specific changes in it # recipe in case there are NXP-specific changes in it