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-06-13 13:22:24 +0300
committerMike Sul <ext-mykhaylo.sul@here.com>2019-06-13 15:54:17 +0300
commit99e8cb86f6b7d02c618bbb492e776d24d22821e4 (patch)
tree609a5e034ddfce0d677e87c916a7f851fbbd260c /recipes-test/demo-network-config/primary-network-config.bb
parent2e2fb57021d79b7fdd0fe416080c690a7d50591a (diff)
downloadmeta-updater-99e8cb86f6b7d02c618bbb492e776d24d22821e4.tar.gz
OTA-2541: Primary and Secondary network configuration in case of RPi
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 c7daa15..1c17e0a 100644
--- a/recipes-test/demo-network-config/primary-network-config.bb
+++ b/recipes-test/demo-network-config/primary-network-config.bb
@@ -19,7 +19,8 @@ do_install() {
19 19
20PRIMARY_IP ?= "10.0.3.1" 20PRIMARY_IP ?= "10.0.3.1"
21IP_ADDR = "${PRIMARY_IP}" 21IP_ADDR = "${PRIMARY_IP}"
22IMAGE_TYPE = "primary"
22 23
23require static-network-config.inc 24require network-config.inc
24 25
25# vim:set ts=4 sw=4 sts=4 expandtab: 26# vim:set ts=4 sw=4 sts=4 expandtab: