summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-sota/aktualizr/aktualizr_git.bb2
-rw-r--r--recipes-test/demo-config/primary-config.bb1
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb
index 30256b1..80cf3eb 100644
--- a/recipes-sota/aktualizr/aktualizr_git.bb
+++ b/recipes-sota/aktualizr/aktualizr_git.bb
@@ -32,7 +32,7 @@ SRC_URI = " \
32SRC_URI[garagesign.md5sum] = "7c4cbeacefd97eae69104d29cf5ff37a" 32SRC_URI[garagesign.md5sum] = "7c4cbeacefd97eae69104d29cf5ff37a"
33SRC_URI[garagesign.sha256sum] = "e9a9b68eaa1ce4104eb2ab7f1f59d99742d50805e93216fb5b21d1f212aa3d82" 33SRC_URI[garagesign.sha256sum] = "e9a9b68eaa1ce4104eb2ab7f1f59d99742d50805e93216fb5b21d1f212aa3d82"
34 34
35SRCREV = "9f2cc5d7b026eb1a1404f0c77ef6cb9377245423" 35SRCREV = "ba10c86befef02ee24f9bad5251265d7f0dc4376"
36BRANCH ?= "master" 36BRANCH ?= "master"
37 37
38S = "${WORKDIR}/git" 38S = "${WORKDIR}/git"
diff --git a/recipes-test/demo-config/primary-config.bb b/recipes-test/demo-config/primary-config.bb
index b1964e2..5c8abb5 100644
--- a/recipes-test/demo-config/primary-config.bb
+++ b/recipes-test/demo-config/primary-config.bb
@@ -11,6 +11,7 @@ PRIMARY_SECONDARIES ?= "${SECONDARY_IP}:${SECONDARY_PORT}"
11SRC_URI = "\ 11SRC_URI = "\
12 file://30-secondary-config.toml \ 12 file://30-secondary-config.toml \
13 file://ip_secondary_config.json \ 13 file://ip_secondary_config.json \
14 ${@('file://' + d.getVar('SOTA_SECONDARY_CONFIG')) if d.getVar('SOTA_SECONDARY_CONFIG') else ''} \
14 " 15 "
15 16
16def get_secondary_addrs(d): 17def get_secondary_addrs(d):