From aea95cd658e1ed3d45c4be40fe83bd927a475497 Mon Sep 17 00:00:00 2001 From: Laurent Bonnans Date: Thu, 5 Mar 2020 16:00:41 +0100 Subject: Properly track SOTA_SECONDARY_CONFIG dependency Signed-off-by: Laurent Bonnans --- recipes-test/demo-config/primary-config.bb | 1 + 1 file changed, 1 insertion(+) 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}" SRC_URI = "\ file://30-secondary-config.toml \ file://ip_secondary_config.json \ + ${@('file://' + d.getVar('SOTA_SECONDARY_CONFIG')) if d.getVar('SOTA_SECONDARY_CONFIG') else ''} \ " def get_secondary_addrs(d): -- cgit v1.2.3-54-g00ecf