meta-digi-dey: bump distro version to 5.0-r3
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
2309293051
commit
85c0607856
10
README.md
10
README.md
|
|
@ -1,5 +1,5 @@
|
||||||
# Digi Embedded Yocto (DEY) 5.0
|
# Digi Embedded Yocto (DEY) 5.0
|
||||||
## Release 5.0-r2
|
## Release 5.0-r3
|
||||||
|
|
||||||
This document provides information about Digi Embedded Yocto,
|
This document provides information about Digi Embedded Yocto,
|
||||||
Digi International's professional embedded Yocto development environment.
|
Digi International's professional embedded Yocto development environment.
|
||||||
|
|
@ -114,11 +114,15 @@ Documentation is available online at https://www.digi.com/resources/documentatio
|
||||||
|
|
||||||
# Downloads
|
# Downloads
|
||||||
|
|
||||||
* Demo images: https://ftp1.digi.com/support/digiembeddedyocto/5.0/r2/images/
|
* Demo images: https://ftp1.digi.com/support/digiembeddedyocto/5.0/r3/images/
|
||||||
* Software Development Kit (SDK): https://ftp1.digi.com/support/digiembeddedyocto/5.0/r2/sdk/
|
* Software Development Kit (SDK): https://ftp1.digi.com/support/digiembeddedyocto/5.0/r3/sdk/
|
||||||
|
|
||||||
# Release Changelog
|
# Release Changelog
|
||||||
|
|
||||||
|
## 5.0-r3
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
## 5.0-r2
|
## 5.0-r2
|
||||||
|
|
||||||
* ST-based platforms
|
* ST-based platforms
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@ require conf/distro/poky.conf
|
||||||
# Discrete version values.
|
# Discrete version values.
|
||||||
YOCTO_MAJOR = "5"
|
YOCTO_MAJOR = "5"
|
||||||
YOCTO_MINOR = "0"
|
YOCTO_MINOR = "0"
|
||||||
DEY_RELEASE = "2"
|
DEY_RELEASE = "3"
|
||||||
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}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue