summaryrefslogtreecommitdiff
path: root/recipes-connectivity
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>
2017-01-11linuxptp: fix cross compilation not using host headersMarcel Ziswiler
Previously my morty build failed as follows: | arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi =hard --sysroot=/data/build/oe_core-V2.7/build/tmp-glibc/sysroots/apalis-tk1-mai nline -Wall -DVER=1.6 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/ lib/modules/4.8.13/build/usr/include -DHAVE_ONESTEP_SYNC -D_GNU_SOURCE -DHAVE_C LOCK_ADJTIME -DHAVE_ONESTEP_SYNC -O2 -pipe -g -feliminate-unused-debug-types -fd ebug-prefix-map=/data/build/oe_core-V2.7/build/tmp-glibc/work/armv7at2hf-neon-an gstrom-linux-gnueabi/linuxptp/1.6-r0=/usr/src/debug/linuxptp/1.6-r0 -fdebug-pref ix-map=/data/build/oe_core-V2.7/build/tmp-glibc/sysroots/x86_64-linux= -fdebug-p refix-map=/data/build/oe_core-V2.7/build/tmp-glibc/sysroots/apalis-tk1-mainline= -c -o msg.o msg.c | {standard input}: Assembler messages: | {standard input}:39: Error: bad instruction `bswapq r0' | <builtin>: recipe for target 'msg.o' failed | make: *** [msg.o] Error 1 As it tried using the kernel headers from my Fedora 23 build server located at /lib/modules/4.8.13/build/usr/include. Fix this by no longer calling the incdefs.sh shell script from the makefile. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@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-06-30Revert "openssh: backport version 6.8 from master"Stefan Agner
Remove the locally backported 6.8 version since bitbake anyway use the newer 7.1 version from OpenEmbedded core. This reverts commit 8d0349a08564a8044bad7f0f3ff0982e6d5a6aa2. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@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>
2016-03-14midori: remove bbappendMax Krummenacher
midori_*bb has been removed. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2015-08-07openssh: backport version 6.8 from masterMax Krummenacher
We've seen newer distros which incorrectly negotiate used cypher with the on target openssh. Using 6.8 fixes that.
2015-05-12wpa-supplicant: remove bbappend, fixed in bbMax Krummenacher
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-12midori.bbappend: move version to % placeholderMax Krummenacher
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-12-11samba: add quota to the DEPENDSMax Krummenacher
2014-08-04openssh: do not use reverse DNSMax Krummenacher
This gets rid of a long timeout when connecting in a network which does not provide reverse DNS.
2014-08-04remove obsolete recipe and patchMax Krummenacher
2014-08-04connman.service: adapt patch to new upstream versionMax Krummenacher
2014-08-04bbappends: remove the deprecated PRINC variableMax Krummenacher
2014-08-04Use generic bbappend filesMax Krummenacher
This uses the % wildcard for recipe matching. remove the deprecated PRINC variable while at it.
2014-04-01openssh bbappend: update to match bb versionMax Krummenacher
2014-04-01midori bbappend: update to match bb versionMax Krummenacher
2014-04-01connman bbappend: update to match bb versionMax Krummenacher
2013-10-17midori: add inital bookmarks and homepageMax Krummenacher
2013-09-22wpa-supplicant: workaround missing service fileMax Krummenacher
2013-09-22openssh: follow update of recipe with bbappendMax Krummenacher
2013-09-22systemd: adapt to new systemd handlingMax Krummenacher
with the move from meta-openembedded to oe-core some things have changed, e.g. the config files have to explicitly installed
2013-09-22remove obsolete filesMax Krummenacher
2013-09-22wpa-supplicant: don't install systemd service fileMax Krummenacher
- is already installed
2013-09-22connman: add a unused .bb to silence a bbappendMax Krummenacher
2013-09-22connman: bbappend updated to 1.12Max Krummenacher
2013-09-22connman: bbappend updated to 1.10Max Krummenacher
2013-07-26openssh: give the subpackages there own -dev, -dbgMax Krummenacher
this allows a debug installation of dropbear with openssh-scp, openssh-sftp and openssh-sftp-server
2012-10-19connman.service: start the service only when the rootfs is not an NFS mountMax Krummenacher