summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-03-06 12:43:33 +0100
committerLaurent Bonnans <laurent.bonnans@here.com>2019-03-06 16:12:43 +0100
commit8e33202195c3e0c133ba705d6c77e669fcf3bfad (patch)
treeb1821526b95e5624e62559fe8a169e14f3bd0daf /classes
parent1fdd1d1ced34de8eefe6d34da03c6db20b98f141 (diff)
downloadmeta-updater-8e33202195c3e0c133ba705d6c77e669fcf3bfad.tar.gz
Replace connman with systemd-networkd on raspberrypi
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/sota_raspberrypi.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sota_raspberrypi.bbclass b/classes/sota_raspberrypi.bbclass
index 1b54558..3add247 100644
--- a/classes/sota_raspberrypi.bbclass
+++ b/classes/sota_raspberrypi.bbclass
@@ -12,7 +12,7 @@ UBOOT_DTBO_LOADADDRESS = "0x06000000"
12# Deploy config fragment list to OSTree root fs 12# Deploy config fragment list to OSTree root fs
13IMAGE_INSTALL_append = " fit-conf" 13IMAGE_INSTALL_append = " fit-conf"
14 14
15PREFERRED_RPROVIDER_virtual/network-configuration ?= "connman" 15DEV_MATCH_DIRECTIVE_pn-networkd-dhcp-conf = "Driver=smsc95xx lan78xx"
16IMAGE_INSTALL_append_sota = " virtual/network-configuration " 16IMAGE_INSTALL_append_sota = " virtual/network-configuration "
17 17
18PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" 18PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot"