summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-10-04 10:57:56 +0200
committerGitHub <noreply@github.com>2018-10-04 10:57:56 +0200
commit542e6810336beee2f44d2cba18450747b0451ef0 (patch)
treedddc1d1d80bb8d20cd9e84edf3a652257356581d
parenta9d43a87ed1cc6b61257299d534b7922644c6ecd (diff)
parent350599a287b0b23a99614aee03300b26a793d7af (diff)
downloadmeta-updater-542e6810336beee2f44d2cba18450747b0451ef0.tar.gz
Merge pull request #398 from advancedtelematic/feat/thud-compatibility
Feat/thud compatibility
-rw-r--r--conf/layer.conf2
-rwxr-xr-xrecipes-sota/aktualizr/aktualizr_git.bb2
2 files changed, 2 insertions, 2 deletions
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}/"
10BBFILE_PRIORITY_sota = "7" 10BBFILE_PRIORITY_sota = "7"
11 11
12LAYERDEPENDS_sota = "filesystems-layer" 12LAYERDEPENDS_sota = "filesystems-layer"
13LAYERSERIES_COMPAT_sota = "sumo" 13LAYERSERIES_COMPAT_sota = "thud"
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 = " \
26 file://aktualizr-secondary.socket \ 26 file://aktualizr-secondary.socket \
27 file://aktualizr-serialcan.service \ 27 file://aktualizr-serialcan.service \
28 " 28 "
29SRCREV = "803fa9f75ed96993775dc0aa5e65e71920125157" 29SRCREV = "512ad74c0b5339ca7775d8c9461b565a9e6ff5b3"
30BRANCH ?= "master" 30BRANCH ?= "master"
31 31
32S = "${WORKDIR}/git" 32S = "${WORKDIR}/git"