aboutsummaryrefslogtreecommitdiff
path: root/net/iotivity
Commit message (Collapse)AuthorAge
* iotivity: add some default security configurationHauke Mehrtens2016-07-02
| | | | | | This is just a dummy configuration. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* iotivity: make it possible to build the debug versionHauke Mehrtens2016-07-02
| | | | | | This adds a new config option to build IoTivity with debugging support. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* iotivity: fix package dependenciesHauke Mehrtens2016-07-02
| | | | | | | add PKG_BUILD_DEPENDS and PKG_CONFIG_DEPENDS and also make the sub packages select the main package. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* iotivity: update to version 1.1.0Hauke Mehrtens2016-07-02
| | | | | | | | | | This brings IoTivoity to version 1.1.0 The old @lantiq.com address does not work any more, update to the @intel.com address. The removed patches were merged upstream, but there are still some new ones needed. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* net: Fix typos (found by codespell)Stefan Weil2016-04-10
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* iotivity: add resource-containerHauke Mehrtens2015-10-27
| | | | | | This is the new interface to add support for non OIC protocols to IoTivity. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
* iotivity: update to version 1.0.0Hauke Mehrtens2015-10-27
| | | | | | | | | This brings IoTivity to version 1.0.0. The patches removed by this commit are merged upstream now. There are some new patches needed for new problems with Big Endian CPUs and also for musl. The plugin manager was removed in upstream IoTivity 1.0.0. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
* iotivity: update to version 0.9.2Hauke Mehrtens2015-08-29
| | | | | | | | | | | This brings IoTivity to version 0.9.2 in addition it does the following: * split C and C++ Stack into two packages * backport some patches which are adding missing dependencies to the shared libs * remove patches merged upstream * add some other patches fixing some problems, most of them are already merged upstream * activate security and logging support Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
* iotivity: deactivate it on uClibcHauke Mehrtens2015-07-12
| | | | | | | | | | | | | IoTivity makes use of std::sto* and this is deactivated because GCC things uClibc does not support C11, but it supports this part, not C11 completely. To make IoTivity work with uClibc a patch for this bug is needed: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58393 An option would be this patch: https://github.com/maximeh/buildroot/blob/master/package/gcc/4.9.1/850-libstdcxx-uclibc-c99.patch Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* iotivity: add IoTivityHauke Mehrtens2015-07-01
IoTivity is a Internet of Things framework implementing the Open Interconnect Consortium Specification. The current version of IoTivity is still in heavy development and does not support all its intended features, but I still want to add it to the packages feed to make it easier for others to extend the OpenWrt support. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>