summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Oster <jon@advancedtelematic.com>2017-07-20 11:49:50 +0200
committerJon Oster <jon@advancedtelematic.com>2017-07-20 11:49:50 +0200
commita4bab292031e590228ead4d01f054cecd115e82c (patch)
treeeac7861eec7d132e97b4828b5183a3dedd9de94c
parent6f7f86bf7d71d31bfc5407d2a97eeab3ec18dc36 (diff)
downloadmeta-updater-a4bab292031e590228ead4d01f054cecd115e82c.tar.gz
PRO-3157 Restore petname usage in rvi-sota-client provision script
Petname usage got inadvertently removed a few commits ago, but nobody noticed. We need the petnames because otherwise attempting to reprovision a device will fail.
-rw-r--r--recipes-sota/rvi-sota-client/rvi-sota-client_git.bb4
1 files changed, 2 insertions, 2 deletions
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