From 3a2973298e3363ee13adf75d5d81a7b36d7b9d41 Mon Sep 17 00:00:00 2001 From: Mykhaylo Sul Date: Fri, 7 Feb 2020 10:09:56 +0100 Subject: fix: make secondaries' network less intrusive Signed-off-by: Mykhaylo Sul --- recipes-test/demo-network-config/secondary-network-config.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-test/demo-network-config/secondary-network-config.bb') diff --git a/recipes-test/demo-network-config/secondary-network-config.bb b/recipes-test/demo-network-config/secondary-network-config.bb index 66641c3..b268cd3 100644 --- a/recipes-test/demo-network-config/secondary-network-config.bb +++ b/recipes-test/demo-network-config/secondary-network-config.bb @@ -19,7 +19,7 @@ do_install() { install -m 0644 ${WORKDIR}/27-dhcp-client-external.network ${D}${libdir}/systemd/network/ } -SECONDARY_IP ?= "10.0.3.2" +SECONDARY_IP ?= "192.168.254.2" IP_ADDR = "${SECONDARY_IP}" CONF_TYPE ?= "${@ 'multihomed' if d.getVar('MACHINE') == 'raspberrypi3' and d.getVar('RPI_WIFI_ENABLE') != '1' else 'static'}" -- cgit v1.2.3-54-g00ecf