meta-digi-dey: fw_version: add new variable to store global system firmware version
https://onedigi.atlassian.net/browse/DEL-8539 Signed-off-by: David Escalona <david.escalona@digi.com>
This commit is contained in:
parent
6e30a8127e
commit
ce14f12ac5
|
|
@ -1,8 +1,18 @@
|
|||
require conf/distro/poky.conf
|
||||
|
||||
# Discrete version values.
|
||||
YOCTO_MAJOR = "4"
|
||||
YOCTO_MINOR = "0"
|
||||
DEY_RELEASE = "4"
|
||||
DEY_BUILD = "1"
|
||||
|
||||
# Firmware version of the system.
|
||||
DEY_FIRMWARE_VERSION ?= "${YOCTO_MAJOR}.${YOCTO_MINOR}.${DEY_RELEASE}.${DEY_BUILD}"
|
||||
|
||||
# Distribution info.
|
||||
DISTRO = "dey"
|
||||
DISTRO_NAME = "Digi Embedded Yocto"
|
||||
DISTRO_VERSION = "4.0-r4"
|
||||
DISTRO_VERSION = "${YOCTO_MAJOR}.${YOCTO_MINOR}-r${DEY_RELEASE}"
|
||||
|
||||
SDK_VENDOR = "-deysdk"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue