iotivity: add IoTivity

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>
This commit is contained in:
Hauke Mehrtens
2015-06-22 19:06:18 +02:00
committed by Hauke Mehrtens
parent deeb315ff1
commit 2627b0ea50
11 changed files with 492 additions and 0 deletions
@@ -0,0 +1,11 @@
--- a/resource/SConscript
+++ b/resource/SConscript
@@ -61,7 +61,7 @@ if target_os == 'linux':
SConscript('csdk/stack/samples/linux/secure/SConscript')
# Build C/C++ unit tests
- SConscript('unit_tests.scons')
+ # SConscript('unit_tests.scons')
elif target_os == 'darwin':
# Build linux samples for now.