dey.conf: reflect upgrade to Yocto 5.0 Scarthgap

https://onedigi.atlassian.net/browse/DEL-9011

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2024-05-17 11:55:20 +02:00
parent a1f0317fa6
commit 639c176911
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@ require conf/distro/poky.conf
require include/time64.inc require include/time64.inc
# Discrete version values. # Discrete version values.
YOCTO_MAJOR = "4" YOCTO_MAJOR = "5"
YOCTO_MINOR = "0" YOCTO_MINOR = "0"
DEY_RELEASE = "7" DEY_RELEASE = "1"
DEY_BUILD = "2" DEY_BUILD = "1"
# Firmware version of the system. # Firmware version of the system.
DEY_FIRMWARE_VERSION ?= "${YOCTO_MAJOR}.${YOCTO_MINOR}.${DEY_RELEASE}.${DEY_BUILD}" DEY_FIRMWARE_VERSION ?= "${YOCTO_MAJOR}.${YOCTO_MINOR}.${DEY_RELEASE}.${DEY_BUILD}"