meta-digi-dey: bump distro version to 5.0-r4
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
3ec533efb7
commit
24d1a9ec51
10
README.md
10
README.md
|
|
@ -1,5 +1,5 @@
|
|||
# Digi Embedded Yocto (DEY) 5.0
|
||||
## Release 5.0-r3
|
||||
## Release 5.0-r4
|
||||
|
||||
This document provides information about Digi Embedded Yocto,
|
||||
Digi International's professional embedded Yocto development environment.
|
||||
|
|
@ -147,11 +147,15 @@ Documentation is available online at https://www.digi.com/resources/documentatio
|
|||
|
||||
# Downloads
|
||||
|
||||
* Demo images: https://ftp1.digi.com/support/digiembeddedyocto/5.0/r3/images/
|
||||
* Software Development Kit (SDK): https://ftp1.digi.com/support/digiembeddedyocto/5.0/r3/sdk/
|
||||
* Demo images: https://ftp1.digi.com/support/digiembeddedyocto/5.0/r4/images/
|
||||
* Software Development Kit (SDK): https://ftp1.digi.com/support/digiembeddedyocto/5.0/r4/sdk/
|
||||
|
||||
# Release Changelog
|
||||
|
||||
## 5.0-r4
|
||||
|
||||
TODO
|
||||
|
||||
## 5.0-r3
|
||||
|
||||
* ST-based platforms
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ require conf/distro/poky.conf
|
|||
# Discrete version values.
|
||||
YOCTO_MAJOR = "5"
|
||||
YOCTO_MINOR = "0"
|
||||
DEY_RELEASE = "3"
|
||||
DEY_RELEASE = "4"
|
||||
DEY_BUILD = "1"
|
||||
|
||||
# Firmware version of the system.
|
||||
|
|
|
|||
Loading…
Reference in New Issue