summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-03-06 12:43:33 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2019-04-26 16:00:51 +0200
commit578a50086b99f8dfd3093094d216e58e60d7d1f1 (patch)
treee3c19ca999dd44d31286401de7e0c6dadcd9b463 /classes
parent65e82c7b0cbcaf543c380082fcc2d172b7d0fb34 (diff)
downloadmeta-updater-578a50086b99f8dfd3093094d216e58e60d7d1f1.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 78b8cab..5cbf4c0 100644
--- a/classes/sota_raspberrypi.bbclass
+++ b/classes/sota_raspberrypi.bbclass
@@ -3,7 +3,7 @@ RPI_USE_U_BOOT_sota = "1"
3KERNEL_CLASSES_append_sota = " kernel-fitimage" 3KERNEL_CLASSES_append_sota = " kernel-fitimage"
4KERNEL_IMAGETYPE_sota = "fitImage" 4KERNEL_IMAGETYPE_sota = "fitImage"
5 5
6PREFERRED_RPROVIDER_virtual/network-configuration ?= "connman" 6DEV_MATCH_DIRECTIVE_pn-networkd-dhcp-conf = "Driver=smsc95xx lan78xx"
7IMAGE_INSTALL_append_sota = " virtual/network-configuration " 7IMAGE_INSTALL_append_sota = " virtual/network-configuration "
8 8
9PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" 9PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot"