aboutsummaryrefslogtreecommitdiffstats
path: root/meta-iot
AgeCommit message (Collapse)Author
2015-02-03steward: Fix the debug package pathsJukka Rissanen
Some npm packages have very long paths so fix the dbg package accordingly.
2014-10-17eca: Move TheThingSystem related stuff into meta-iot layerJukka Rissanen
The iot packagegroup is moved into meta-iot layer as it clearly belongs there.
2014-10-15steward: Added missing build time dependenciesJukka Rissanen
QA warns about these missing dependencies when building the image.
2014-09-08steward: Upgrade to 1.10 releaseJukka Rissanen
2014-07-31steward: Update to latest releaseJukka Rissanen
Update TheThingSystem to 1.9+d8248b1a048dcba69bd4f5f7e2d4c7cef3ec9db2 version. The package.json is updated to match the removed git repos.
2014-07-31eca: Update recipies so that FILESEXTRAPATHS do not emit warningJukka Rissanen
Latest meta core layer wants that FILESEXTRAPATHS contain either _append or _prepend. This patch updates relevant recipies that do not have "_append" in them.
2014-04-29steward: Upgrade to 1.7+Jukka Rissanen
Works a bit better than the earlier version. Especially this fix is important https://github.com/TheThingSystem/steward/issues/205
2014-04-24steward: Update the arp-a moduleJukka Rissanen
Using the same version of arp-a as what is used by upstream.
2014-04-24steward: Updated to latest version in a hope to fix a crash bugJukka Rissanen
There is still issue if one is accessing the Steward Place Settings and selecting any menu item. This causes steward to crash with this message alert: [steward] exception diagnostic=Cannot read property 'status' of undefined alert: [steward] exception stack=[ {"fileName":"/opt/TheThingSystem/steward/actors/actor-place.js","lineNumber":355, "functionName":null,"typeName":null,"methodName":null, "columnNumber":74,"native":false}, {"fileName":"/opt/TheThingSystem/steward/node_modules/geocoder/index.js", "lineNumber":46,"functionName":"","typeName":"ClientRequest","methodName":null, "columnNumber":12,"native":false},{"fileName":"events.js","lineNumber":95, "functionName":"ClientRequest.EventEmitter.emit","typeName":"ClientRequest", "methodName":"EventEmitter.emit","columnNumber":17,"native":false}, {"fileName":"http.js","lineNumber":1547, "functionName":"Socket.socketErrorListener","typeName":"Socket", "methodName":"socketErrorListener","columnNumber":9,"native":false}, {"fileName":"events.js","lineNumber":95, "functionName":"Socket.EventEmitter.emit","typeName":"Socket", "methodName":"EventEmitter.emit","columnNumber":17,"native":false}, {"fileName":"net.js","lineNumber":833, "functionName":null,"typeName":null,"methodName":null,"columnNumber":16, "native":false}, {"fileName":"node.js","lineNumber":415, "functionName":"process._tickCallback","typeName":"process", "methodName":"_tickCallback","columnNumber":13,"native":false}] uncaught exception: TypeError: Cannot read property 'status' of undefined
2014-04-22steward: Fix for using too much CPU if using multiple interfacesJukka Rissanen
This fixes https://github.com/TheThingSystem/steward/issues/197
2014-04-03steward: Update to 1.6+Jukka Rissanen
This version supports multiple network interfaces.
2014-03-20eca: Setting PV in recipe correctlyJukka Rissanen
Replacing SRCREV by SRCPV as that is the correct thing to do.
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-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-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-10steward: libbluetooth-dev was missing from dependency listJukka Rissanen
Noticed this when building image for clanton (Galileo) device.
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-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-05avahi-daemon-init: Initial versionJukka Rissanen
Used in iot image to set avahi options in 3.8 kernel (found in clanton).
2014-02-05steward: Clean npm cache before installationJukka Rissanen
This is necessary because otherwise there will be compilation errors for some components (speakeasy, axiscam, noble, node-netatmo)
2014-02-05steward: Check if proxies for npm need to be setupJukka Rissanen
2014-02-05steward: Too long lines wrappedJukka Rissanen
2014-02-05steward: Set the architecture properly for npmJukka Rissanen
2014-02-04tts-nodejs: Use known working version 0.10.20 instead of head versionJukka Rissanen
2014-01-31tts-nodejs: Bump up the versionJukka Rissanen
The upstream has rebased the git tree so the commit id in recipe is not found any more. Also fixed the license checksum.
2014-01-31eca: Moved TheThingSystem recipes to new meta-iot layerJukka Rissanen
Done as it is easier to re-use the recipes from a new layer.