stx-ha: uprev to stx 5.0

* update the branch and srcrev for stx 5.0
* update the PV with adding git${SRCPV}
* correct the path of S

Story: 2008952
Task: 42576

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: If15dcde0bdcf8729ac36ee0e48f90f68d63c966a
This commit is contained in:
Jackie Huang 2021-05-18 19:33:38 +08:00
parent 1a94ea96a8
commit 3c56b8d0dc

View File

@ -1,12 +1,15 @@
DESCRIPTION = "stx-ha"
PROTOCOL = "https"
BRANCH = "r/stx.3.0"
BRANCH = "r/stx.5.0"
SRCNAME = "ha"
SRCREV = "a7b7d35b9922a3f2a8462492b7f1958f135a612d"
SRCREV_opendev = "a7b7d35b9922a3f2a8462492b7f1958f135a612d"
DESTSUFFIX = "${PN}-${PV}"
PV = "1.0.0"
SRCREV = "e8f2c3dc42ce702e7453e2633b6df468764bb27a"
STXPV = "1.0.0"
DESTSUFFIX = "${BPN}-${STXPV}"
PV = "${STXPV}+git${SRCPV}"
S = "${WORKDIR}/${DESTSUFFIX}"
SRC_URI = " \
git://opendev.org/starlingx/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH};destsuffix=${DESTSUFFIX};subpath=${SUBPATH0};name=opendev \