diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-01-28 13:53:27 +0100 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2019-01-28 13:56:18 +0100 |
commit | 73e50d717a50616d20faeb5b4cbdf5cb2483aa53 (patch) | |
tree | 588e60878f4e5370a3e0509ae0f4a8a339278d8e /recipes-sota | |
parent | 826b15d0c3d45580d15a4c7bbf88f8bc3379bd70 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-sota')
-rwxr-xr-x | recipes-sota/aktualizr/aktualizr_git.bb | 2 |
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 | ||
30 | SRCREV = "d00d1a04cc2366d1a5f143b84b9f507f8bd32c44" | 30 | SRCREV = "1cad6d10286ade64b24021ca0e23de0d3b64f520" |
31 | BRANCH ?= "master" | 31 | BRANCH ?= "master" |
32 | 32 | ||
33 | S = "${WORKDIR}/git" | 33 | S = "${WORKDIR}/git" |