summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2020-03-05 16:00:41 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2020-03-24 14:54:01 +0100
commit34d781c0e00dcd960c795810f01328db7529f6b3 (patch)
tree856978f5212ec58c4757b53e72e7aff266b49fe3
parent69dba3a758e4b7e1301939aeaa651b8292fb90e5 (diff)
downloadmeta-updater-34d781c0e00dcd960c795810f01328db7529f6b3.tar.gz
Properly track SOTA_SECONDARY_CONFIG dependency
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
-rw-r--r--recipes-test/demo-config/primary-config.bb1
1 files changed, 1 insertions, 0 deletions
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):