From b6c453a8c1e89aa4575d4c1fa44bec4ee9af029c Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Tue, 26 Dec 2023 12:40:39 +0100 Subject: [PATCH] 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 --- meta-digi-dey/conf/distro/dey.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meta-digi-dey/conf/distro/dey.conf b/meta-digi-dey/conf/distro/dey.conf index 263b7642d..31dae58d3 100644 --- a/meta-digi-dey/conf/distro/dey.conf +++ b/meta-digi-dey/conf/distro/dey.conf @@ -56,6 +56,13 @@ FEATURE_PACKAGES_dey-wireless = "packagegroup-dey-wireless" # 5.65 version should be used, which is provided by the poky layer. 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 # meta-openembedded, but we should use the package provided by the imx-gpu-viv # recipe in case there are NXP-specific changes in it