Centralize setting of all version info to include/version.mk

Centralize setting all version information in include/version.mk
* Set RELEASE env variable in include/version.mk instead of toplevel.mk.
  Stop exporting the variable.
* Remove hardcoded release name from /etc/banner

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Hannu Nyman
2016-05-22 11:49:54 +03:00
committed by Jo-Philipp Wich
parent 6707d9750a
commit 3193053df7
3 changed files with 3 additions and 3 deletions

View File

@@ -9,6 +9,8 @@
# Substituted by SDK, do not remove
# REVISION:=x
RELEASE:=Reboot
PKG_CONFIG_DEPENDS += \
CONFIG_VERSION_NUMBER \
CONFIG_VERSION_NICK \