
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. Change-Id: I9b40cd7e41c0cd713b73741ac3c8cab41d358642 Story: 2008455 Task: 41461 Signed-off-by: Don Penney <don.penney@windriver.com>
9 lines
189 B
Plaintext
9 lines
189 B
Plaintext
TAR_NAME=armada
|
|
VERSION=0.2.0
|
|
SHA=6cc6346cde888c683fec4df910ebefdf6dccb310
|
|
TAR="$TAR_NAME-$SHA.tar.gz"
|
|
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR $FILES_BASE/*"
|
|
|
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|