![Don Penney](/assets/img/avatar_default.png)
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: I9fa1ceea76fa13ead2fed325e96a0be3028aa01e Story: 2008455 Task: 41448 Signed-off-by: Don Penney <don.penney@windriver.com>
12 lines
385 B
Plaintext
12 lines
385 B
Plaintext
COPY_LIST="pxe-network-installer/* \
|
|
$GIT_BASE/bsp-files/grub.cfg \
|
|
$DISTRO_REPO_BASE/Binary/images/efiboot.img \
|
|
/import/mirrors/CentOS/stx-installer/initrd.img \
|
|
/import/mirrors/CentOS/stx-installer/squashfs.img \
|
|
/import/mirrors/CentOS/stx-installer/vmlinuz \
|
|
"
|
|
|
|
TIS_PATCH_VER=PKG_GITREVCOUNT+13
|
|
BUILD_IS_BIG=4
|
|
BUILD_IS_SLOW=4
|