summaryrefslogtreecommitdiffstats
path: root/classes/sota_m3ulcb.bbclass
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-03-06 10:58:00 +0100
committerLaurent Bonnans <laurent.bonnans@here.com>2019-03-06 10:58:00 +0100
commit1fdd1d1ced34de8eefe6d34da03c6db20b98f141 (patch)
treea21f645b52dc235af9938eb73433c150be9141a9 /classes/sota_m3ulcb.bbclass
parent9ff6efc8864d020b17e05a0e59e266081af4b7b3 (diff)
downloadmeta-updater-1fdd1d1ced34de8eefe6d34da03c6db20b98f141.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_m3ulcb.bbclass')
-rw-r--r--classes/sota_m3ulcb.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/sota_m3ulcb.bbclass b/classes/sota_m3ulcb.bbclass
index 9bbd5c2..b93cc40 100644
--- a/classes/sota_m3ulcb.bbclass
+++ b/classes/sota_m3ulcb.bbclass
@@ -7,4 +7,5 @@ IMAGE_BOOT_FILES_sota += "m3ulcb-ota-bootfiles/*"
7OSTREE_BOOTLOADER ?= "u-boot" 7OSTREE_BOOTLOADER ?= "u-boot"
8UBOOT_MACHINE_sota = "m3ulcb_defconfig" 8UBOOT_MACHINE_sota = "m3ulcb_defconfig"
9 9
10IMAGE_INSTALL_append_sota = " connman connman-client" 10PREFERRED_RPROVIDER_virtual/network-configuration ?= "connman"
11IMAGE_INSTALL_append_sota = " virtual/network-configuration "