diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2020-03-26 14:03:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 14:03:33 +0100 |
commit | 8997893dda6c01b7435470a6304205280e078d8c (patch) | |
tree | 27e7d7159ec51e432abd5b0ef5dcb9d2a9acda38 /recipes-test | |
parent | bf39f0fec9ad410aa37d3001b11d9e731b39d6e7 (diff) | |
parent | 86157900804116db0a91d73e309ce354381fd8b1 (diff) | |
download | meta-updater-8997893dda6c01b7435470a6304205280e078d8c.tar.gz |
Merge pull request #700 from advancedtelematic/feat/zeus/2020.4
Feat/zeus/2020.4
Diffstat (limited to 'recipes-test')
-rw-r--r-- | recipes-test/demo-config/primary-config.bb | 1 |
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}" | |||
11 | SRC_URI = "\ | 11 | SRC_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 | ||
16 | def get_secondary_addrs(d): | 17 | def get_secondary_addrs(d): |