summaryrefslogtreecommitdiffstats
path: root/classes/sota_m3ulcb.bbclass
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-03-05 16:53:41 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2019-04-26 15:41:32 +0200
commitc4855e5d6ed4778227444dcae1c03f0abb71c399 (patch)
tree65ef9e09e977e625c7a817ab3d8a0c2fc6f0947c /classes/sota_m3ulcb.bbclass
parent5b9aa5dc203f8ad4d67b7259bf02d37f06e2c457 (diff)
downloadmeta-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_m3ulcb.bbclass')
-rw-r--r--classes/sota_m3ulcb.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/sota_m3ulcb.bbclass b/classes/sota_m3ulcb.bbclass
index 6b63af4..9bbd5c2 100644
--- a/classes/sota_m3ulcb.bbclass
+++ b/classes/sota_m3ulcb.bbclass
@@ -6,3 +6,5 @@ IMAGE_BOOT_FILES_sota += "m3ulcb-ota-bootfiles/*"
6 6
7OSTREE_BOOTLOADER ?= "u-boot" 7OSTREE_BOOTLOADER ?= "u-boot"
8UBOOT_MACHINE_sota = "m3ulcb_defconfig" 8UBOOT_MACHINE_sota = "m3ulcb_defconfig"
9
10IMAGE_INSTALL_append_sota = " connman connman-client"