summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-sota/aktualizr/aktualizr_git.bb2
-rw-r--r--recipes-sota/rvi-sota-client/rvi-sota-client_git.bb4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb
index 4f9d131..359c9fb 100644
--- a/recipes-sota/aktualizr/aktualizr_git.bb
+++ b/recipes-sota/aktualizr/aktualizr_git.bb
@@ -13,7 +13,7 @@ SRC_URI = " \
13 file://aktualizr-autoprovision.service \ 13 file://aktualizr-autoprovision.service \
14 file://sota_autoprov.toml \ 14 file://sota_autoprov.toml \
15 " 15 "
16SRCREV = "7ca3af4e2f47ca7a3a67866023de3f8a97425991" 16SRCREV = "c24f1fc9b600113cf9f2d3d7215e406cbbb70ac4"
17PV = "1.0+git${SRCPV}" 17PV = "1.0+git${SRCPV}"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
diff --git a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb
index dd8cd01..753488a 100644
--- a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb
+++ b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb
@@ -11,13 +11,13 @@ S = "${WORKDIR}/git"
11# When changing this, don't forget to: 11# When changing this, don't forget to:
12# 1) Update PV 12# 1) Update PV
13# 2) Check that Cargo.lock hasn't changed with git diff old..new Cargo.lock 13# 2) Check that Cargo.lock hasn't changed with git diff old..new Cargo.lock
14SRCREV = "e3ab3b02c7c08d61064ea11c98e59559140a8219" 14SRCREV = "b6cf6957203fc406b3723d046f1b705e1bd08d7d"
15 15
16# Generate with: 16# Generate with:
17# git describe --tags | cut -b2- 17# git describe --tags | cut -b2-
18# or from the rvi_sota_client repo: 18# or from the rvi_sota_client repo:
19# make package-version 19# make package-version
20PV = "0.2.33-39-ge3ab3b0" 20PV = "0.2.33-41-gb6cf695"
21 21
22BBCLASSEXTEND = "native" 22BBCLASSEXTEND = "native"
23 23