diff options
| author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-03-05 16:53:41 +0100 |
|---|---|---|
| committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-04-26 15:41:32 +0200 |
| commit | c4855e5d6ed4778227444dcae1c03f0abb71c399 (patch) | |
| tree | 65ef9e09e977e625c7a817ab3d8a0c2fc6f0947c /classes/sota_raspberrypi.bbclass | |
| parent | 5b9aa5dc203f8ad4d67b7259bf02d37f06e2c457 (diff) | |
| download | meta-updater-c4855e5d6ed4778227444dcae1c03f0abb71c399.tar.gz | |
Remove connman* from base IMAGE_INSTALL_append
No sense to force that if poky does not, let's move it to
platform-specific for now.
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Diffstat (limited to 'classes/sota_raspberrypi.bbclass')
| -rw-r--r-- | classes/sota_raspberrypi.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/sota_raspberrypi.bbclass b/classes/sota_raspberrypi.bbclass index 49aa298..73f36ee 100644 --- a/classes/sota_raspberrypi.bbclass +++ b/classes/sota_raspberrypi.bbclass | |||
| @@ -3,6 +3,8 @@ RPI_USE_U_BOOT_sota = "1" | |||
| 3 | KERNEL_CLASSES_append_sota = " kernel-fitimage" | 3 | KERNEL_CLASSES_append_sota = " kernel-fitimage" |
| 4 | KERNEL_IMAGETYPE_sota = "fitImage" | 4 | KERNEL_IMAGETYPE_sota = "fitImage" |
| 5 | 5 | ||
| 6 | IMAGE_INSTALL_append_sota = " connman connman-client" | ||
| 7 | |||
| 6 | PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" | 8 | PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" |
| 7 | UBOOT_ENTRYPOINT_sota ?= "0x00008000" | 9 | UBOOT_ENTRYPOINT_sota ?= "0x00008000" |
| 8 | 10 | ||
