summaryrefslogtreecommitdiff
path: root/recipes-connectivity/connman/connman
AgeCommit message (Collapse)Author
2023-06-26connmann: add upstream status to patchMax Krummenacher
OE-Core now requires it for recipes provided by the openembedded-core layer. | ERROR: connman-1.41-r0 do_patch: QA Issue: Missing Upstream-Status in patch Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2022-02-18connman: disable background scanMing Liu
Disable BackgroundScan in main.conf. Related-to: ELB-4148 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 097df183d8e70cfcf4267425c195a6dcfcdbc9ed)
2022-02-18connman: some cleaning upMing Liu
- Drop 0001-connman.service.in-don-t-start-if-nfs-boot.patch, since commit "ef0d26e6: rootnfs: Working rootnfs using connman", connman can handle nfs rootfs on NICs. - Change "+=" to "_append", this could avoid some cases "+=" being overridden by overrides variables. Related-to: ELB-4148 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit fd7a7b83175368f809b237979e3f20304a5571de)
2020-12-08connman: clock time/timezone should not be updated by defaultIgor Opaniuk
NTP client should not update time and timezone by default unless otherwise stated in the settings. Related-to: ELB-2753 Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com> (cherry picked from commit 16961c4f190d23d640286b5df73107cbdf27b727)
2019-10-22connman: refresh patch against 1.37Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-12-22connman: forward port patchMax Krummenacher
Version update in oe-core requires patch rebase. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-01-11connman: patch main.conf rather than providing it in fullMax Krummenacher
The connman sources provide main.conf with all settings set to default. Patch that file rather than providing the file in full from a maybe outdated connman version. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-11connman: amend patch file with commentsMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-10connman: port patch to 1.31Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14connman: rebase NFS patchMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2015-05-12connman: blacklist USB gadget devicesStefan Agner
Connman gained support for USB gadget. The typical usecase is to use USB gadget for tethering. In this use case the module would be the device sharing the connection to the USB host connected to the module. However, our typical use case in mind for RNDIS is a simple ethernet connection between a development host and the module, hence no need for tethering/routing. This however is not easily doable with connman, since connman tries to have one connection online only. When enabling USB gadget as a normal ethernet device, this typically leads to classic ethernet not being configured since the USB RNDIS connection is already up and running. By blacklisting USB gadget, connman won't touch the device and we can use other means of bringing up the network interface.
2014-08-04connman.service: adapt patch to new upstream versionMax Krummenacher
2012-10-19connman.service: start the service only when the rootfs is not an NFS mountMax Krummenacher