From 04ec9036b324e025d3c9613177a6ff12dc73a175 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Mon, 17 May 2021 16:01:24 +0800 Subject: [PATCH] stx-fault: 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 Change-Id: Ie4b3105e0ee6cd7f91a06504855d385961400602 --- meta-stx-flock/stx-fault/fault-common.inc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/meta-stx-flock/stx-fault/fault-common.inc b/meta-stx-flock/stx-fault/fault-common.inc index 33e7fe7..9270d4b 100644 --- a/meta-stx-flock/stx-fault/fault-common.inc +++ b/meta-stx-flock/stx-fault/fault-common.inc @@ -1,11 +1,14 @@ DESCRIPTION = "stx-fault" PROTOCOL = "https" -BRANCH = "r/stx.3.0" -SRCREV_opendev = "2025f585c5b92890c8cb32c480b0151c7c1cb545" -DESTSUFFIX = "${PN}-${PV}" -SRCREV = "2025f585c5b92890c8cb32c480b0151c7c1cb545" -PV = "1.0.0" +BRANCH = "r/stx.5.0" +SRCREV = "86544b085b2553515da81be4b88b267381b0c6cb" + +STXPV = "1.0.0" +DESTSUFFIX = "${BPN}-${STXPV}" +PV = "${STXPV}+git${SRCPV}" + +S = "${WORKDIR}/${DESTSUFFIX}" LICENSE = "Apache-2.0"