summaryrefslogtreecommitdiffstats
path: root/classes/sota_raspberrypi.bbclass
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-03-06 10:58:00 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2019-04-26 15:58:23 +0200
commitda055c42501553fe5a6220023ff03b8dfd6ca6b8 (patch)
tree765d5a5778323b00ce4d5d03a5eeeabdf876eda0 /classes/sota_raspberrypi.bbclass
parent6e9c599f8c7408b7ffa719649b03524683898e9c (diff)
downloadmeta-updater-da055c42501553fe5a6220023ff03b8dfd6ca6b8.tar.gz
Define virtual/network-configuration
Now provided by connman and networkd-dhcp-conf, added to images in our supported platforms Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Diffstat (limited to 'classes/sota_raspberrypi.bbclass')
-rw-r--r--classes/sota_raspberrypi.bbclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/classes/sota_raspberrypi.bbclass b/classes/sota_raspberrypi.bbclass
index c603b23..1b54558 100644
--- a/classes/sota_raspberrypi.bbclass
+++ b/classes/sota_raspberrypi.bbclass
@@ -11,7 +11,9 @@ UBOOT_DTBO_LOADADDRESS = "0x06000000"
11 11
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"
14IMAGE_INSTALL_append_sota = " connman connman-client" 14
15PREFERRED_RPROVIDER_virtual/network-configuration ?= "connman"
16IMAGE_INSTALL_append_sota = " virtual/network-configuration "
15 17
16PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" 18PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot"
17UBOOT_ENTRYPOINT_sota ?= "0x00008000" 19UBOOT_ENTRYPOINT_sota ?= "0x00008000"