From 8a44c8a26966d0cb9b57ea1ef4c6f25c2a944dd8 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Tue, 2 Oct 2018 12:48:41 +0200 Subject: aktualizr: bump to latest. Includes test fixes and async downloads. --- recipes-sota/aktualizr/aktualizr_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index ccaf475..29164ed 100755 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb @@ -26,7 +26,7 @@ SRC_URI = " \ file://aktualizr-secondary.socket \ file://aktualizr-serialcan.service \ " -SRCREV = "803fa9f75ed96993775dc0aa5e65e71920125157" +SRCREV = "512ad74c0b5339ca7775d8c9461b565a9e6ff5b3" BRANCH ?= "master" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf From 350599a287b0b23a99614aee03300b26a793d7af Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Tue, 2 Oct 2018 14:03:59 +0200 Subject: Update layer compatibility to thud. --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 798ceba..627a1b8 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,4 +10,4 @@ BBFILE_PATTERN_sota = "^${LAYERDIR}/" BBFILE_PRIORITY_sota = "7" LAYERDEPENDS_sota = "filesystems-layer" -LAYERSERIES_COMPAT_sota = "sumo" +LAYERSERIES_COMPAT_sota = "thud" -- cgit v1.2.3-54-g00ecf