Add auto-version for remaining stx/upstream packages
Update remaining StarlingX packages with hardcoded TIS_PATCH_VER to use PKG_GITREVCOUNT where possible, with offsets as needed to ensure the version is incremented above the hardcoded version. Story: 2008455 Task: 41458 Signed-off-by: Don Penney <don.penney@windriver.com> Change-Id: Iaf71fdb3f9c79573ef64f6c82b1a2120d224d959
This commit is contained in:
parent
e96d8b7177
commit
4a545ec584
@ -1 +1 @@
|
||||
TIS_PATCH_VER=0
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -2,4 +2,4 @@ TAR_NAME=horizon
|
||||
SRC_DIR="$CGCS_BASE/git/horizon"
|
||||
COPY_LIST="$FILES_BASE/*"
|
||||
TIS_BASE_SRCREV=817ee34d5a57409dc9945e6151a43d6747e5cc02
|
||||
TIS_PATCH_VER=2
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,2 +1,2 @@
|
||||
TIS_PATCH_VER=1
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
COPY_LIST="$FILES_BASE/*"
|
||||
|
@ -1 +1 @@
|
||||
TIS_PATCH_VER=1
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1 +1 @@
|
||||
TIS_PATCH_VER=3
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1 +1 @@
|
||||
TIS_PATCH_VER=4
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT+1
|
||||
|
@ -1 +1 @@
|
||||
TIS_PATCH_VER=3
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,2 +1,2 @@
|
||||
TIS_PATCH_VER=7
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT+5
|
||||
BUILD_IS_SLOW=3
|
||||
|
Loading…
Reference in New Issue
Block a user