stx-puppet: update the SRCREV

After stx 5.0 was released, some images like tiller were
moved to ghcr.io from gcr.io, which caused download failure,
but has been fixed in upstream r/stx.5.0 branch, so just
update the SRCREV to include the following commits:

* ccad552 Add ghcr docker registry

Partial-Bug: 1946420

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ib723a523b882711631ced9957a2dc32ecd61f719
This commit is contained in:
Jackie Huang 2021-10-09 10:31:27 +08:00
parent 8a67ad374f
commit 416a93bc54

View File

@ -5,7 +5,7 @@ STABLE = "starlingx/master"
PROTOCOL = "https"
SRCNAME = "stx-puppet"
BRANCH = "r/stx.5.0"
SRCREV = "fddac0bf3cc16be78743961f0b9379a48605707a"
SRCREV = "ccad5524de68e8e98f072385d2192a62d9f4dd41"
S = "${WORKDIR}/git"
PV = "1.0.0+git${SRCPV}"