- update: fix release cycle handling; add human readable version string

Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
svenhoefer
2020-06-13 22:18:19 +02:00
committed by GetAway
parent 5d9749b1a0
commit 33ecf51bdb
6 changed files with 27 additions and 22 deletions

View File

@@ -331,7 +331,7 @@ void CImageInfo::InitInfoData()
if (is_version_code && version_string.size() == 16){
static CFlashVersionInfo versionInfo(version_string.c_str());
if (oe_image_version.empty()){
version_string = versionInfo.getReleaseCycle();
version_string = versionInfo.getVersionString();
version_string += " ";
version_string += versionInfo.getType();
version_string += " (";