aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-10-16Update README with notice of maintainership statusHEADmasterPaul Eggleton
This layer is no longer maintained - update README to reflect that and drop MAINTAINERS since there is no maintenance. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-10-16mdns: remove in favour of recipe in meta-networkingPaul Eggleton
I sent a patch to move this recipe into meta-python and it was accepted. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-10-12python-pyfirmata: remove in favour of recipe in meta-pythonPaul Eggleton
I sent a patch to move this recipe into meta-python and it was accepted. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-10-12mraa: remove in favour of recipe in meta-oePaul Eggleton
I sent a patch to move this recipe into meta-oe and it was accepted. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-10-12upm: remove in favour of recipe in meta-oePaul Eggleton
I sent a patch to move this recipe into meta-oe and it was accepted. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-09-14hid-api: remove in favour of meta-oe hidapi recipePaul Eggleton
meta-oe already carries this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-09-08paho-mqtt-c: remove in favour of recipe in meta-oePaul Eggleton
I sent a patch to move this recipe into meta-oe and it was accepted. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-09-08mosquitto: remove in favour of recipe in meta-oePaul Eggleton
I sent a patch to move this recipe into meta-oe and it was accepted. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-09-01paho-mqtt: rename to paho-mqtt-cPaul Eggleton
The Eclipse Paho project has more than one mqtt implementation - ensure this one is identified as the C version. This also allows us to drop the PE value. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-09-01python-pyfirmata: upgrade to 1.0.3Paul Eggleton
Now requires setuptools rather than distutils, so change the inherit. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-09-01upm: update to 1.3.0 version from meta-refkit-corePaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-09-01mraa: update SUMMARYPaul Eggleton
Make summary more accurate by borrowing the first part of the description now in the mraa github repo. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-09-01mraa: update to 1.7.0 version from meta-refkit-corePaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-09-01xdk-daemon: remove as obsoletePaul Eggleton
The XDK Build Service was discontinued in June 2017 according to [1] so it seems there's not much point keeping this around. [1] https://software.intel.com/en-us/blogs/2017/07/10/intel-xdk-update-for-july-2017-mobile-app-build-service-is-closed Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-09-01mosquitto: add initscript and userPaul Eggleton
Enable mosquitto to start on boot on systems using sysvinit using an modified version of the initscript from Debian. The default configuration also tries to switch to run under a "mosquitto" user so create that as well. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-09-01paho-mqtt: upgrade to 1.2.0Paul Eggleton
Unfortunately the version number used previously was bogus - I guess someone saw that it supported the MQTT *protocol* version 3.1 and assumed that was the library version. Bump PE and use the correct version number. Also drop makefile.patch as it does not seem to be needed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-09-01paho-mqtt: fixup recipePaul Eggleton
* Fix SRC_URI since the previous repository has been removed * Fix "No GNU_HASH in the elf binary" QA error * Add notice.html and about.html to LIC_FILES_CHKSUM since they cover licensing * Set short description in SUMMARY * Add description, Signed-off-by and Upstream-Status to patch * Drop unnecessary custom do_compile - the default implementation basically does the same thing * Drop RDEPENDS on openssl - linking already ensures runtime dependencies get set correctly * Move DEPENDS further up Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-09-01mosquitto: upgrade to 1.4.14Paul Eggleton
Changelog for this release is here: https://github.com/eclipse/mosquitto/blob/v1.4.14/ChangeLog.txt Documentation generation tries to load the stylesheets from the host despite adding a docbook-xsl-stylesheets-native dependency - probably fixable but I've elected to just disable it for now. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-09-01mosquitto: fixup recipePaul Eggleton
* Use correct LICENSE value (license changed in version 1.4) * Add files containing the actual license terms to LIC_FILES_CHKSUM * Make optional dependencies optional through PACKAGECONFIG (c-ares dependency now defaults to disabled) * Use ${prefix} instead of /usr * Drop python package since the python client was removed in 1.4 * Add brief description and Upstream-Status to build.patch * SUMMARY and DESCRIPTION now reflect that it supports MQTT 3.1.1 * Drop PR = "r0" * Drop unnecessary setting of FILES_${PN}-staticdev since the default already includes this file * Move SRC_URI checksums next to SRC_URI * Move inherit of systemd further up Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-08-24iotkit-agent: remove as obsoletePaul Eggleton
It seems like enableiot.com (the service which this agent relies upon) has gone down, and the code hasn't been touched for at least 7 months. I have no special information but I can only assume that it's gone for good. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-08-24parse-embedded-sdks: remove obsolete recipePaul Eggleton
The Parse service was discontinued in 2017. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-08-24python-redis: remove in favour of recipe in meta-pythonPaul Eggleton
meta-python already carries this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-08-24nodejs: remove in favour of recipe in meta-oePaul Eggleton
meta-oe already carries this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-08-24linuxptp: remove in favour of recipe in meta-oePaul Eggleton
meta-oe already carries this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-08-24hiredis: remove in favour of recipe in meta-oePaul Eggleton
meta-oe already carries this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-08-24zeromq: remove in favour of recipe in meta-oePaul Eggleton
meta-oe already carries this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-08-24cppzmq: remove in favour of recipe in meta-oePaul Eggleton
meta-oe already carries this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-08-24c-ares: remove in favour of recipe in meta-networkingPaul Eggleton
meta-networking already carries this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-08-24swig: remove in favour of OE-Core versionPaul Eggleton
OE-Core now carries this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-01-04Update mosquitto to version 1.4.10.Sylvain Lemieux
Signed-off-by: Sylvain Lemieux <slemieux@tycoint.com> Reviewed-by: André Draszik <adraszik@tycoint.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2016-04-27mosquitto: fix lib install pathAnuj Mittal
Fix typo in libdir path and make sure we pass the lib suffix Signed-off-by: Anuj Mittal <anujx.mittal@intel.com>
2016-04-27mraa: update to 0.10.1Anuj Mittal
* Fix packaging errors related to incorrect paths for python site package and lib dirs. * SKIP_RPATH to make sure mraa.node isn't installed with RPATH pointing to local dirs. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com>
2016-04-27mraa: update to 0.10.1 releaseFathi Boudra
update SRC_URI to 0.10.1 revision Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-04-26upm: add additional cflags for edisonKevron Rees
2016-04-20upm: don't move jar filesKevron Rees
2016-04-20mraa: remove relink on 64bitKevron Rees
2016-04-15upm: Split bindings into separate packagesAndrei Vasiliu
Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com>
2016-04-15upm: Add Java supportAndrei Vasiliu
Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com>
2016-04-15upm: Update to upm 0.6.1Andrei Vasiliu
Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com>
2016-04-15mraa: Split bindings into separate packagesAndrei Vasiliu
Python, NodeJS and Java bindings for MRAA are now split in 3 separate packages: python-mraa, node-mraa and mraa-java. Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com>
2016-04-15mraa: Add Java supportAndrei Vasiliu
Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com>
2016-04-15mraa: Update to mraa 0.9.6Andrei Vasiliu
Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com>
2016-04-15README: add line about github PRKevron Rees
2016-04-15nodejs: update to 4.2.4Kevron Rees
Signed-off-by: Kevron Rees <kevron.m.rees@intel.com>
2016-04-01mosquitto: update to 1.4Bruno Bottazzini
Signed-off-by: Bruno Bottazzini <bruno.bottazzini@intel.com>
2016-01-26maintainers: update new maintainerKevron Rees
Signed-off-by: Kevron Rees <kevron.m.rees@intel.com>
2016-01-21upm: Update to UPM 0.4.1Sudarsana Nagineni
Signed-off-by: Sudarsana Nagineni <sudarsana.nagineni@intel.com>
2016-01-21mraa: Update to mraa 0.9.0Sudarsana Nagineni
Signed-off-by: Sudarsana Nagineni <sudarsana.nagineni@intel.com>
2015-09-24upm: Update to UPM 0.4.0Brendan Le Foll
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2015-09-23mraa: Update to mraa 0.8.0Brendan Le Foll
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>