aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-05-01eca: ConnMan needs patches applied to poky in dizzy releasedizzyJukka Rissanen
connman.inc file found in dizzy will not compile without this patch.
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.
2014-12-07pwr-button-handler: Daemon that catches power button presses in EdisonJukka Rissanen
Toggle AP mode via power button in Edison.
2014-12-07ap-mode-toggle: Toggle wifi AP mode in EdisonJukka Rissanen
Helpers to toggle wifi AP mode in Edison which uses Broadcom wlan. Thet bcm driver requires to be in special mode before AP mode works.
2014-12-06edison: Set kernel module parametersJukka Rissanen
Set kernel module parameters for wifi module and g_multi here instead of using the values from edison-src package. This way the options are easily found and possibly changed.
2014-12-05connman-init: Create connman settings file more flexible wayJukka Rissanen
Create connman settings file in a way that allows different initial values to be used according to hw we are using. For example in Edison, do not enable wifi tethering as that does not work in Edison.
2014-12-04u-boot: Source fetching issue in EdisonJukka Rissanen
Sources from git repo were not fetched. The SRC_URI needs to be machine specific in order to it to work properly.
2014-12-03readme: Do not use the desktop recipes with master branchJukka Rissanen
The desktop recipes were a failed experiment, do you try to use the instructions described in this file as they will fail with current master.
2014-12-03eca: Fix compilation in other machines than edisonJukka Rissanen
Now compiles in all supported machine architectures.
2014-12-02edison: Initial support for Intel Edison boardJukka Rissanen
It is possible to run ECA in Intel Edison device after this.
2014-12-02meta-eca-bsp: Bumping up the layer priorityJukka Rissanen
Setting the meta-eca-bsp layer priority to be the same as meta-eca layer.
2014-12-02connman-init: Figure out the MAC address properlyJukka Rissanen
Get the MAC address of network interface from /proc. We will still take the first network interface found so it might not be the wlan one.
2014-12-02eca-grub-conf: Only to be used in GalileoJukka Rissanen
Set the SRC_URI properly in order to avoid warning in other machines.
2014-12-02galileo: Some minor quark tweaksJukka Rissanen
Nothing major here, comment was wrong, path to quark files was incorrect.
2014-12-02kernel: Renaming kernel recipe for Galileo properlyJukka Rissanen
Old clanton machine name was still in use here.
2014-12-02git: Adding .gitignore fileJukka Rissanen
Do not show backup files.
2014-11-28readme: Removed extra rootfs.img copying in GalileoJukka Rissanen
The rootfs.img was copied twice in the README.quark file.