aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-03-26Merge branch 'desktop' of git.yoctoproject.org:meta-eca into desktopdesktopJukka Rissanen
Rebase from master.
2014-03-26pulseaudio: Use bluez5 instead of bluez4Jukka Rissanen
ECA is not using bluez4 any more and as chromium needs pulseaudio, we must tweak the pulseaudio recipe to use bluez5.
2014-03-26readme.desktop: Instructions how to create a version with graphical desktopJukka Rissanen
This can be used in demo setups where local web browser is desired.
2014-03-26eca: Configuration that contains graphicsJukka Rissanen
This is just there so that a browser can be started in localhost.
2014-03-20eca: Setting PV in recipe correctlyJukka Rissanen
Replacing SRCREV by SRCPV as that is the correct thing to do.
2014-03-20wpa_supplicant: Use wildcard instead of specific version in recipe nameJukka Rissanen
2014-03-18readme: Update the commit id of the master versionsJukka Rissanen
Use 1.6_M3.final from poky and corresponding commit from meta-oe
2014-03-18steward: Add current user to sysroot passwd fileJukka Rissanen
Do this automatically in recipe so user does not need to add the user id to sysroot /etc/passwd file manually. The issue is this python bug http://bugs.python.org/issue10496
2014-03-18busybox: Use wildcard instead of specific busybox versionJukka Rissanen
2014-03-13pulseaudio: Use bluez5 instead of bluez4Jukka Rissanen
ECA is not using bluez4 any more and as chromium needs pulseaudio, we must tweak the pulseaudio recipe to use bluez5.
2014-03-13readme.desktop: Instructions how to create a version with graphical desktopJukka Rissanen
This can be used in demo setups where local web browser is desired.
2014-03-13eca: Configuration that contains graphicsJukka Rissanen
This is just there so that a browser can be started in localhost.
2014-03-13steward: noble: Use HCI user channel socket during BT LE discoveryJukka Rissanen
The HCI user channel socket is available from linux kernel 3.13 onwards. If HCI user channel socket is not available (too old kernel), then fallback to using raw HCI socket.
2014-03-11neard: Upgrade to 0.14+Jukka Rissanen
2014-03-11bluez5: Upgrading to 5.15+Jukka Rissanen
Only minor fixes
2014-03-11connman: Upgrade to 1.22Jukka Rissanen
Highlights: - If VPN is split routed and not the default service, then allow DNS queries also to be sent to VPN DNS server. - Session API fixes - Memory leak fixes - Crash fixes - NTP kiss-of-death packet support - Support for full USB gadget networking. Now USB gadget network can be used without tethering.
2014-03-11ofono: Upgrade to 1.14+Jukka Rissanen
2014-03-05node: Upgrade to v0.10.26Jukka Rissanen
Upgrading from v0.10.22 to latest stable release
2014-03-04steward: Upgrade to 1.5 releaseJukka Rissanen
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2014-02-28steward: sensortag: Use the latest version for TI SensorTag supportJukka Rissanen
The node-sensortag version 0.1.1 that comes with TheThingSystem v1.4 does not work properly (temperature etc. are not shown). The tip version 5167997d1a3ad8a from https://github.com/sandeepmistry/node-sensortag works correctly.
2014-02-28steward: Avoid self signed cert error when installing modulesJukka Rissanen
Telling npm to use known registrars will prevent this error | npm ERR! Error: SSL Error: SELF_SIGNED_CERT_IN_CHAIN when running npm.
2014-02-27bluez: Upgrade to 5.15 versionJukka Rissanen
2014-02-11readme.fri2: Installation instructions for Intel FRI2 deviceJukka Rissanen
2014-02-11readme: Fixed the quotes in installation readme filesJukka Rissanen
2014-02-11readme.nuc: Installation instructions for Intel NUC deviceJukka Rissanen
2014-02-10readme.iot: Added npm shasum error recovery instructionsJukka Rissanen
2014-02-10steward: libbluetooth-dev was missing from dependency listJukka Rissanen
Noticed this when building image for clanton (Galileo) device.
2014-02-10bluez5: Downgraded to 5.4Jukka Rissanen
TheThingSystem noble BT component seems not to work with latest version 5.14 so using this older release atm.
2014-02-10readme.vbox: Installation instructions for VirtualBoxJukka Rissanen
2014-02-10readme.iot: Added more installation instructionsJukka Rissanen
2014-02-10steward: Use 1.4 release as that seems to work somehowJukka Rissanen
2014-02-10node.js: Use 0.10.22 release as that seems to work properlyJukka Rissanen
2014-02-10node.js: Indentation fixJukka Rissanen
2014-02-10steward: Use package.json file from 1.4 releaseJukka Rissanen
2014-02-10steward: Startup script that enables BT debuggingJukka Rissanen
2014-02-07steward: package.json updated according to latest upstream versionJukka Rissanen
2014-02-07steward: Upgrade steward to 1.4+Jukka Rissanen
2014-02-07steward-init: Refactor the generation of server key and certJukka Rissanen
2014-02-07tts-nodejs: Removed the genericx86 settingJukka Rissanen
This does not work when compiling in 64-bit environment as we might be missing 32-bit runtime.
2014-02-07steward: Added support for compilation for normal PC (64-bit)Jukka Rissanen
2014-02-06bluez5: Add gatttool to the packageJukka Rissanen
Very useful tool to have when dealing with LE devices.
2014-02-06bluez5: Bump up the versionJukka Rissanen
We are now at 5.14+
2014-02-06bluez5: Remove obsolete configure optionsJukka Rissanen
--enable-pand and --enable-dund options are no longer used
2014-02-06readme.bbb: Instructions for BeagleBoneBlackJukka Rissanen
2014-02-06readme.rpi: Instructions for RaspberryPiJukka Rissanen
2014-02-06steward: ARM support addedJukka Rissanen
Compiles now ok in RaspberryPi
2014-02-06avahi: Indentation changeJukka Rissanen
2014-02-05avahi: Moved the recipe to IOT specific directoryJukka Rissanen
Done as the avahi changes are related to TheThingSystem node.js weirdness.
2014-02-05readme: Update the usable meta and meta-oe commit idJukka Rissanen
2014-02-05eca: Added avahi-daemon-init to iot imageJukka Rissanen