aboutsummaryrefslogtreecommitdiffstats
path: root/meta-eca/recipes-eca
AgeCommit message (Collapse)Author
2015-09-03eca: Add nmap packageJukka Rissanen
2015-07-13eca: Add wpan-tools packageJukka Rissanen
This is needed for IEEE 802.15.4 networks.
2015-01-15eca: Add iproute2-tc packageJukka Rissanen
tc (traffic control) package was missing from the distro.
2014-11-11eca: Remove avahi packageJukka Rissanen
There is no such package called avahi any more so it is removed.
2014-11-11eca: Use default libc from YoctoJukka Rissanen
No need to mention eglibc in the dependencies. This helps later as Yocto is moving to glibc as a default libc.
2014-11-11eca: Add trace-cmd debugging toolJukka Rissanen
Adding trace-cmd so that wifi debugging is a bit easier.
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-01eca: Add omping to the imageJukka Rissanen
omping is useful when testing multicast support.
2014-09-08eca: Add connman-ncurses console UI to imageJukka Rissanen
Useful when there is no graphical environment available and still some UI is needed.
2014-07-22eca: Add ethtool into imageJukka Rissanen
ethtool is useful when trying to find out connectivity issues.
2014-04-23eca: Add desktop supportJukka Rissanen
2014-04-22eca: Configuration that contains graphicsJukka Rissanen
This is just there so that a browser can be started in localhost.
2014-02-05eca: Added avahi-daemon-init to iot imageJukka Rissanen
2014-01-31packagegroup: Add usbutils and wireless-tools packagesJukka Rissanen
Useful in debugging hw issues.
2013-12-05eca: Removed packagegroup-eca from EXTRA_INSTALL as it is already thereJukka Rissanen
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2013-12-05packagegroup: Add bind-utils for host and dig commandsJukka Rissanen
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2013-12-05packagegroup: Add tzdata for timezone informationJukka Rissanen
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2013-12-05eca: Add packagegroup support for Internet of ThingsJukka Rissanen
Add internet-of-things to DISTRO_FEATURES to add TheThingSystem to the distro. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2013-12-01packagegroup: Added ScapyJukka Rissanen
Very good for creating network packets from python scripts. Needed for testing. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2013-12-01packagegroup: Added netcat-openbsd packageJukka Rissanen
Useful for simple connectivity checks. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2013-12-01packagegroup: bluez-test package renamedJukka Rissanen
bluez-test package was renamed to bluez-testtools Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2013-09-02packagegroup: Add macchangerJukka Rissanen
It is a tool to view/change network interface MAC addresses
2013-09-02packagegroup: Add moshJukka Rissanen
mosh is a remote shell supporting roaming and high-latency connections
2013-09-02packagegroup: Add iw toolJukka Rissanen
iw is a nl80211 based CLI configuration utility for wireless devices.
2013-08-06packagegroup: Added links text web browser to imageJukka Rissanen
Useful if one needs to configure eca using eca-web ui.
2013-07-26eca: Created meta-eca directory that holds the recipesJukka Rissanen
Instead of mixing meta-eca-bsp layer and recipes from meta-eca, the new meta-eca directory will hold all meta-eca recipes.