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:
parent
a1f0317fa6
commit
639c176911
|
|
@ -2,10 +2,10 @@ require conf/distro/poky.conf
|
|||
require include/time64.inc
|
||||
|
||||
# Discrete version values.
|
||||
YOCTO_MAJOR = "4"
|
||||
YOCTO_MAJOR = "5"
|
||||
YOCTO_MINOR = "0"
|
||||
DEY_RELEASE = "7"
|
||||
DEY_BUILD = "2"
|
||||
DEY_RELEASE = "1"
|
||||
DEY_BUILD = "1"
|
||||
|
||||
# Firmware version of the system.
|
||||
DEY_FIRMWARE_VERSION ?= "${YOCTO_MAJOR}.${YOCTO_MINOR}.${DEY_RELEASE}.${DEY_BUILD}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue