summaryrefslogtreecommitdiff
path: root/recipes-connectivity/connman/connman_%.bbappend
AgeCommit message (Collapse)Author
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>
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.
2015-05-12recipes: don't use ${PN} as a recipe name placeholderMax Krummenacher
${PN} might be extended with some magic prefix, so don't use it in SRC_URI assignments et. al.
2014-08-04Use generic bbappend filesMax Krummenacher
This uses the % wildcard for recipe matching. remove the deprecated PRINC variable while at it.