summaryrefslogtreecommitdiffstats
path: root/recipes-test/demo-network-config/primary-network-config.bb
diff options
context:
space:
mode:
authorMike Sul <ext-mykhaylo.sul@here.com>2019-05-21 08:04:44 +0300
committerMike Sul <ext-mykhaylo.sul@here.com>2019-05-27 10:40:00 +0300
commitd0b6547fde5038cb7ab9837681ea370af24de855 (patch)
treebbe7d483d6cb7e3804b1cd524b8d691ea02b29b4 /recipes-test/demo-network-config/primary-network-config.bb
parent753f664541c84f1977f370690e38d9130bf9e2f1 (diff)
downloadmeta-updater-d0b6547fde5038cb7ab9837681ea370af24de855.tar.gz
OTA-2541: Add suffix '-sndry' to a default HW_ID for Secondary. Ability to define IP and Port in local.conf
Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
Diffstat (limited to 'recipes-test/demo-network-config/primary-network-config.bb')
-rw-r--r--recipes-test/demo-network-config/primary-network-config.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-test/demo-network-config/primary-network-config.bb b/recipes-test/demo-network-config/primary-network-config.bb
index ce19f07..9725898 100644
--- a/recipes-test/demo-network-config/primary-network-config.bb
+++ b/recipes-test/demo-network-config/primary-network-config.bb
@@ -16,7 +16,8 @@ do_install() {
16 install -m 0644 ${WORKDIR}/27-dhcp-client-external.network ${D}/usr/lib/systemd/network/ 16 install -m 0644 ${WORKDIR}/27-dhcp-client-external.network ${D}/usr/lib/systemd/network/
17} 17}
18 18
19SECONDARY_NETWORK_IP_ADDR ?= "10.0.3.1" 19PRIMARY_IP ?= "10.0.3.1"
20IP_ADDR = "${PRIMARY_IP}"
20 21
21require static-network-config.inc 22require static-network-config.inc
22 23