diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-03-06 10:58:00 +0100 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2019-03-06 10:58:00 +0100 |
commit | 1fdd1d1ced34de8eefe6d34da03c6db20b98f141 (patch) | |
tree | a21f645b52dc235af9938eb73433c150be9141a9 /classes/sota_raspberrypi.bbclass | |
parent | 9ff6efc8864d020b17e05a0e59e266081af4b7b3 (diff) | |
download | meta-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_raspberrypi.bbclass')
-rw-r--r-- | classes/sota_raspberrypi.bbclass | 4 |
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 |
13 | IMAGE_INSTALL_append = " fit-conf" | 13 | IMAGE_INSTALL_append = " fit-conf" |
14 | IMAGE_INSTALL_append_sota = " connman connman-client" | 14 | |
15 | PREFERRED_RPROVIDER_virtual/network-configuration ?= "connman" | ||
16 | IMAGE_INSTALL_append_sota = " virtual/network-configuration " | ||
15 | 17 | ||
16 | PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" | 18 | PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" |
17 | UBOOT_ENTRYPOINT_sota ?= "0x00008000" | 19 | UBOOT_ENTRYPOINT_sota ?= "0x00008000" |