meta-starlingx/meta-stx-flock/stx-update/update-common.inc
Jackie Huang 73e135ce5e stx-update: 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: If5f5c8ffb595784a59fe92c7a66655de27ba3fd4
2021-07-23 15:26:41 +08:00

23 lines
475 B
HTML

DESCRIPTION = "stx-update"
PROTOCOL = "https"
BRANCH = "r/stx.5.0"
SRCNAME = "update"
SRCREV = "cb9e932614477dd3675c60a5e6d48b119e4c1c89"
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 \
"
DEPENDS = " \
python \
python-pbr-native \
"