summaryrefslogtreecommitdiffstats
path: root/classes/sota_porter.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:36:30 +0200
commit6d3d6b5ab6761b27a638bf56f3c9e0ff8c09c300 (patch)
tree86959ed6baf612e1ce4dc2b4258656ed13ea4fbf /classes/sota_porter.bbclass
parentb56a039e475da35c8858574d74899f265c01c043 (diff)
downloadmeta-updater-6d3d6b5ab6761b27a638bf56f3c9e0ff8c09c300.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_porter.bbclass')
-rw-r--r--classes/sota_porter.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/sota_porter.bbclass b/classes/sota_porter.bbclass
index 75ae579..9beea33 100644
--- a/classes/sota_porter.bbclass
+++ b/classes/sota_porter.bbclass
@@ -7,3 +7,4 @@ IMAGE_BOOT_FILES_sota += "porter-bootfiles/*"
7OSTREE_BOOTLOADER ?= "u-boot" 7OSTREE_BOOTLOADER ?= "u-boot"
8UBOOT_MACHINE_sota = "porter_config" 8UBOOT_MACHINE_sota = "porter_config"
9 9
10IMAGE_INSTALL_append_sota = " connman connman-client"