summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-01-28 13:53:27 +0100
committerLaurent Bonnans <laurent.bonnans@here.com>2019-01-28 13:56:18 +0100
commit73e50d717a50616d20faeb5b4cbdf5cb2483aa53 (patch)
tree588e60878f4e5370a3e0509ae0f4a8a339278d8e
parent826b15d0c3d45580d15a4c7bbf88f8bc3379bd70 (diff)
downloadmeta-updater-73e50d717a50616d20faeb5b4cbdf5cb2483aa53.tar.gz
aktualizr: bump to latest 1cad6d10286ade64b24021ca0e23de0d3b64f520
- OStree installations are considered complete after a reboot under the new version - image downloads are not parallelized anymore - various enhancements and bug fixes Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
-rwxr-xr-xrecipes-sota/aktualizr/aktualizr_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb
index d49f28c..eb65ae0 100755
--- a/recipes-sota/aktualizr/aktualizr_git.bb
+++ b/recipes-sota/aktualizr/aktualizr_git.bb
@@ -27,7 +27,7 @@ SRC_URI = " \
27 file://aktualizr-serialcan.service \ 27 file://aktualizr-serialcan.service \
28 " 28 "
29 29
30SRCREV = "d00d1a04cc2366d1a5f143b84b9f507f8bd32c44" 30SRCREV = "1cad6d10286ade64b24021ca0e23de0d3b64f520"
31BRANCH ?= "master" 31BRANCH ?= "master"
32 32
33S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"