Add auto-versioning to starlingx/metal mtce packages

This update makes use of the PKG_GITREVCOUNT variable
to auto-version the mtce packages in this repo.

Change-Id: Ifb4da4570e0261bbdcf0d7af79b8add7cfc133ac
Story: 2006166
Task: 39822
Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com>
This commit is contained in:
Eric MacDonald 2020-05-21 15:17:42 -04:00
parent efbaf2cd0d
commit 7d8be4bc1f
5 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
SRC_DIR="src"
TIS_PATCH_VER=144
TIS_PATCH_VER=PKG_GITREVCOUNT
BUILD_IS_SLOW=5

View File

@ -1,3 +1,3 @@
SRC_DIR="$PKG_BASE/src"
COPY_LIST="$SRC_DIR/*"
TIS_PATCH_VER=7
TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,3 +1,3 @@
SRC_DIR="$PKG_BASE/src"
COPY_LIST="$SRC_DIR/*"
TIS_PATCH_VER=7
TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,3 +1,3 @@
SRC_DIR="$PKG_BASE/src"
COPY_LIST="$SRC_DIR/*"
TIS_PATCH_VER=5
TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,3 +1,3 @@
SRC_DIR="src"
TIS_PATCH_VER=159
TIS_PATCH_VER=PKG_GITREVCOUNT
BUILD_IS_SLOW=5