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