From 5457c89a9e88cff0905f948fb180bcbec4e05d7b Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Tue, 26 Dec 2023 17:34:42 +0100 Subject: [PATCH] Revert "dey.conf: continue using stable versions of swupdate and libubootenv" Prepare to support the latest versions of these packages This reverts commit a22d21ab843b35d398de5373f4f62c3252108ee6. https://onedigi.atlassian.net/browse/DEL-8885 Signed-off-by: Gabriel Valcazar --- meta-digi-dey/conf/distro/dey.conf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/meta-digi-dey/conf/distro/dey.conf b/meta-digi-dey/conf/distro/dey.conf index 2b9d3f639..d83d6d05d 100644 --- a/meta-digi-dey/conf/distro/dey.conf +++ b/meta-digi-dey/conf/distro/dey.conf @@ -57,13 +57,6 @@ 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