aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-09-27connman: Update to 1.30+HEADmasterfidoJukka Rissanen
Major changes: - Fix empty string handling in service Domains, Proxy, Nameservers and Timerserver settings - Fix crash when cancelling VPN agent query - Query correct VPN agent instead of always send queries to default agent. - Fix VPN re-connection attempt if the earlier attempt failed. - Fix VPN config file monitoring when config file is moved from config directory - Firewall SNAT fixes - Add AnonymousIdentity to WPA enterprise support - Service ipconfig handling fixes - Cached DNS TTL and CLASS might return invalid value
2015-09-03eca: Add nmap packageJukka Rissanen
2015-09-03nmap: Added recipe for nmap packageJukka Rissanen
2015-07-16eca: Fix the compilation for non raspberrypi targetsJukka Rissanen
RaspberryPi kernel recipe was checked even if MACHINE was not raspberrypi. This caused error as meta-raspberrypi layer was not there.
2015-07-14rpi: Use 4.1 kernel by defaultJukka Rissanen
Use 4.1 as that has more usable 802.15.4 + 6lowpan support.
2015-07-14readme: Fix the module nameJukka Rissanen
Using now correct module name at86rf230 in the instructions.
2015-07-13rpi: Enable Yocto fido release for Raspberry PiJukka Rissanen
One can use Yocto fido release with Raspberry Pi now.
2015-07-13rpi: Add support for OpenLabs 802.15.4 card in Raspberry PiJukka Rissanen
This commit allows eca to use OpenLabs 802.15.4 card when running in Raspberry Pi. The lowpan0 and wpan0 networks need still created manually but kernel has 6LoWPAN support activated and iwpan tool is included in the build.
2015-07-13eca: Add wpan-tools packageJukka Rissanen
This is needed for IEEE 802.15.4 networks.
2015-07-13wpan-tools: Added recipe for wpan-tools packageJukka Rissanen
wpan-tools is needed for manipulating IEEE 802.15.4 networks. wpan-tools requires recent kernel with mac802154 support.
2015-07-10eca: Removed extra fido related patches for ConnManJukka Rissanen
These are no longer needed as latest upstream ConnMan works just fine with fido.
2015-07-10connman: Update to 1.29+Jukka Rissanen
Changes: - ofono plugin crash fix - wpa_supplicant plugin deadlock fix - Sync timeservers properly - Remove nameserver properly - Build fix for Yocto - Provision fix for unsecured wifi networks - p2p fixes - systemd service file fixes - connmanctl supports MoveAfter and MoveBefore service API - Try to tether first unused devices, this is useful if there are multiple wifi cards for example. This enables one to have client and access point mode connections at the same time. - Agent fix to pass SSID as a byte array
2015-05-19systemd: Do not print to consoleJukka Rissanen
Use only journal as there is just too much messages from various systemd components and it overflows the console.
2015-05-01eca: ConnMan patches for poky in fido releaseJukka Rissanen
ConnMan 1.29 needs changes to ConnMan recipes in poky.
2015-05-01connman: Update to 1.29+Jukka Rissanen
Changes: - Misc gdbus fixes - Do not clear passphrase or identity on error on 802.1x wifi networks - Do not add frequency to hidden AP scan - Add support for Ethernet VLAN - Dnsproxy fixes - gdhcp client library fixes - Disable 6to4 by default - Disconnect if 4way-handshake fails while roaming - Keep the current counter values on iptable changes
2015-05-01eca: Add support for Yocto fido releaseJukka Rissanen
These changes are needed to use meta-eca in fido release.
2015-04-08readme: Add clarification to applying patchesJukka Rissanen
2015-04-08patch: Enabling ConnMan to build with poky dizzy releaseJukka Rissanen
A patch is needed in poky dizzy release to use the latest ConnMan.
2015-04-08connman: Update to latest versionJukka Rissanen
ConnMan changed the way how autogenerated files are created from .in files. This requires some changes to connman.inc in poky.
2015-04-08connman: Update systemd startup files for connmand and connman-vpndJukka Rissanen
Fix the paths because of new ConnMan version.
2015-04-02wpa-supplicant: Remove libnl include path patchJukka Rissanen
This patch is no longer needed so remove it.
2015-04-02wpa-supplicant: Remove the exponential scan supportJukka Rissanen
The CONFIG_AUTOSCAN_EXPONENTIAL from supplicant config file as that configuration does not work well with hidden SSIDs. We let ConnMan to do the auto scan instead as it does that well.
2015-04-02wpa-supplicant: Upgrade to 2.4+Jukka Rissanen
2015-04-02ofono: Upgrade to latest releaseJukka Rissanen
Changes since last release: - GDBus fixes - atmodem fixes - hfpmodem fixes - sms fix
2015-04-02neard: Upgrade to latest versionJukka Rissanen
Changes since last release: - secure element handling fixes - GDbus fixes
2015-04-02bluez5: Upgrade to 5.30Jukka Rissanen
Changes in recipe since last commit: ver 5.30: Fix compilation error in C++ due to inline function. Fix issue with missing storage of device information. Fix issue with GATT client and gaps in service handles. Fix issue with AVDTP discovery callback crashing. Fix issue with AVCTP channel handling in case of conflicts. Fix issue with AVRCP target and get capabilities command. Add experimental support for LE advertising manager API. Add support for Android 5.1 GATT MTU exchange API. ver 5.29: Fix issue with AVCTP initial key repeat timeout. Fix issue with Android application disconnect handling. Fix issue with Android support and service notifications. Fix issue with Android support and Exchange MTU Request. Fix issue with Android HFP support and AT+CMER handling. Fix issue with Android HFP support and SLC setup. Fix issue with Android HFP support and call hold status. Fix issue with Android HFP support and indicator handling. Fix issue with Android HFP support and SCO/eSCO disconnection. Fix issue with Android HID over GATT support and battery service. Fix issue with GATT sending Exchange MTU Request for BR/EDR. Fix issue with GATT notification support without CCC. Fix issue with GATT object life-time after disconnects. Fix issue with GATT notification handling API. Add experimental support for GATT client D-Bus API. Add experimental support for GATT server D-Bus API. Add support for Multi Profile Specification. Update Android qualification documentation to PTS 6.0 release.
2015-03-27readme: Add clarification about required Yocto releaseJukka Rissanen
ECA is currently only tested with Yocto dizzy release so wrote that also to some of the README files.
2015-03-27neard: Add dependency on systemdKrisztian Litkey
neard seems to require $systemd_unitdir to be in place by the time configure is run. Omitting the dependency can break massively parallel builds when neard and systemd are compiled simultaneously.
2015-03-27usb-modeswitch-data: Updated checksumsJustin Skists
2015-03-24unstrung: RPL implementation for LinuxJukka Rissanen
Unstrung is implementing IPv6 routing protocol for low power and lossy networks. See RFC 6550 for details.
2015-02-05neard: Fix the parallel compile issueJukka Rissanen
The Makefile.am patch is from poky master branch.
2015-02-03steward: Fix the debug package pathsJukka Rissanen
Some npm packages have very long paths so fix the dbg package accordingly.
2015-02-03wpa-supplicant: Update to 2.3+ releaseJukka Rissanen
Updating so that ConnMan can use the fixed P2P dbus APIs.
2015-02-02usb-modeswitch: Update the versionJukka Rissanen
Using the latest version usb-modeswitch 2.2.1 and usb-modeswitch-data 20150115
2015-02-02scapy: Enabling documentationJukka Rissanen
Adding dependency to python-pydoc so that online documentation works.
2015-02-02scapy: Update to latest 2.3.1 releaseJukka Rissanen
2015-02-02connman-ncurses: Update the versionJukka Rissanen
No major changes, only small bug fixes.
2015-02-02ofono: Upgrade to 1.16Jukka Rissanen
Changes in recipe since last commit: ver 1.16: Fix issue with PIN retry handling. Fix issue with HFP and multiple calls. Add support for Distracted Driving Reduction. Add support for available technologies property. Add support for Telit location reporting driver. Add support for u-blox SARA-U270 modems. Add support for Quectel UC15 modems.
2015-02-02bluez5: Upgrade to 5.28Jukka Rissanen
Changes in recipe since last commit: ver 5.28: Fix issue with GATT device discovery and probing. Fix issue with bearer selection for dual-mode devices. Fix issue with device removal while connected. Fix issue with device name setting from inquiry response. Fix issue with missing termination of name characteristic. Fix issue with UTF-8 length handling for device name. Fix issue with AVCTP key auto release handling. Fix issue with AVCTP key press repetition handling. Fix issue with payload sizes and GATT notifications. Fix issue with memory corruption and GATT notifications. Add support for HID proxy switching and CSR 8510 A10 devices. Add support for Broadcom hex2hcd conversion utility. ver 5.27: Fix issue with endian handling and management interface. Fix issue with pending GATT operations when disconnecting. Fix issue with 128-bit UUID conversions for HID over GATT. Add support for Android 5.0 SELinux policies. ver 5.26: Fix issue with handling A2DP XCASE connection state. Fix issue with crash and A2DP configuration failures. Fix issue with crash during OBEX session shutdown. Add support for version 1.2 of Phonebook Access Profile. Add support for HID over GATT get and set report handling. Add support for Low Energy Secure Connections feature. Add support for Bluetooth 4.2 commands and events. Add support for Android 5.0 Bluetooth features.
2015-02-02connman: Upgrade to 1.28Jukka Rissanen
Changes in recipe since last commit: ver 1.28: Fix issue with DHCPv6 re-transmission timer. Fix issue with DHCP service ID option byte order. Fix issue with IPv6 connections and SLAAC/DHCPv6. Fix issue with telephony and IPv6 autoconfiguration. Fix issue with Bluetooth technology setting changes. Fix issue with WiFi autoscan interval calculation. Fix issue with WiFi and missing BSS signal strength. Add support for IPv4 information for WiFi Display. ver 1.27: Fix issue with memory leak in IP configuration. Fix issue with providing random numbers for DHCP. Fix issue with handling IN_MOVED_TO inotify events. Fix issue with channel selection for WiFi scanning. Add support for handling Bluetooth GN and PANU roles.
2015-01-15eca: Add iproute2-tc packageJukka Rissanen
tc (traffic control) package was missing from the distro.
2014-12-08edison: Activate wlan AP mode by default when board boots first timeJukka Rissanen
User can toggle the wlan AP status later and that value is then honored.
2014-12-08neard: Update to 0.15+80113dd4Jukka Rissanen
New point release.
2014-12-08bluez5: Update to 5.25+e84a0fffJukka Rissanen
Too many changes to mention, but most of the them are for Android port.
2014-12-08connman: Update to 1.26+3240a051 releaseJukka Rissanen
- fix possible agent crash - inotify fixes (refcounting + size of inotify buffer) - use proper source for random numbers (use /dev/urandom by default) - ntp callback missed the poll id
2014-12-08connman: Add lost debugging featureJukka Rissanen
Earlier commit removed by accident the support for having a simple debug switch for connman. Now /etc/connman/connmand.env file support is back.
2014-12-08ap-mode-toggle: Works ok when activating AP mode in EdisonJukka Rissanen
Changes: - start after connman has started - do not restart connman when reloading wifi kernel module, that is not needed - added sleeps between various commands because bcm4334x driver is very fragile and slow without them - wlan0 cannot be added to tether bridge by connman (might be because wlan driver is so slow), so as a dirty hack we need to add it to tether interface manually after activating tethering in connman
2014-12-07connman-init: Remove extra line from settings fileJukka Rissanen
The connman settings template file contained extra EOF chars that should not be there.
2014-12-07connman: Make sure connman-init is run before connman serviceJukka Rissanen
In order the connman-init to run and setup the connman settings file properly, make sure the connman-init is run before connman.
2014-12-07eca: Recipe masking was incorrectly doneJukka Rissanen
Setting the masking of eca-image.bbappend so that it works again correctly for edison, quark and other machines.