diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-03-05 16:53:41 +0100 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2019-03-05 18:25:35 +0100 |
commit | b9abe3de1b58034604411b6a0821ccce83481272 (patch) | |
tree | d85656f52b83786a6226284fba3749f11afcfa91 /classes/sota_porter.bbclass | |
parent | 15e19a1f00f70595a39b7a816dc44a29e1472f05 (diff) | |
download | meta-updater-b9abe3de1b58034604411b6a0821ccce83481272.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.bbclass | 1 |
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/*" | |||
7 | OSTREE_BOOTLOADER ?= "u-boot" | 7 | OSTREE_BOOTLOADER ?= "u-boot" |
8 | UBOOT_MACHINE_sota = "porter_config" | 8 | UBOOT_MACHINE_sota = "porter_config" |
9 | 9 | ||
10 | IMAGE_INSTALL_append_sota = " connman connman-client" | ||