From 5e1b0ab8302ac28c165f4e402817aff2e348b35a Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Fri, 16 Feb 2024 13:06:48 +0100 Subject: [PATCH] meta-digi-dey: bump distro version to 4.0-r6 Signed-off-by: Arturo Buzarra --- README.md | 2 +- meta-digi-dey/conf/distro/dey.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f37a301a..26501324b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Digi Embedded Yocto (DEY) 4.0 -## Release 4.0-r5 +## Release 4.0-r6 This document provides information about Digi Embedded Yocto, Digi International's professional embedded Yocto development environment. diff --git a/meta-digi-dey/conf/distro/dey.conf b/meta-digi-dey/conf/distro/dey.conf index b808a8ef5..2b9d3f639 100644 --- a/meta-digi-dey/conf/distro/dey.conf +++ b/meta-digi-dey/conf/distro/dey.conf @@ -3,8 +3,8 @@ require conf/distro/poky.conf # Discrete version values. YOCTO_MAJOR = "4" YOCTO_MINOR = "0" -DEY_RELEASE = "5" -DEY_BUILD = "2" +DEY_RELEASE = "6" +DEY_BUILD = "1" # Firmware version of the system. DEY_FIRMWARE_VERSION ?= "${YOCTO_MAJOR}.${YOCTO_MINOR}.${DEY_RELEASE}.${DEY_BUILD}"