aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-03-04meta-oic update for IoTivity 1.0.1 release1.0.1Kishen Maloor
* Added new IoTivity recipe for building 1.0.1 resource and service components. Signed-off-by: Kishen Maloor <kishen.maloor@intel.com>
2016-03-04Layer configuration update1.0Kishen Maloor
* Modified layer.conf to ignore all .bbappend recipes from recipes-kernel instead of using BBMASK to achieve the same. Signed-off-by: Kishen Maloor <kishen.maloor@intel.com>
2016-01-08Updates to IoTivity 1.0.0 recipeKishen Maloor
* Incorporated the standlone plugin framework for non OIC protocols along with the ZigBee/Telegesis wrappers, sample applications and tests into the build. * Removed unnecessary end-of-line whitespaces in the recipe. Signed-off-by: Kishen Maloor <kishen.maloor@intel.com>
2015-11-08Added Yocto sysroot paths for the IoTivity build.Kishen Maloor
Signed-off-by: Kishen Maloor <kishen.maloor@intel.com>
2015-11-02Updated meta-oic READMEKishen Maloor
Signed-off-by: Kishen Maloor <kishen.maloor@intel.com>
2015-11-02Recipe for the OICSensorBoard applicationKishen Maloor
* Added recipe with packaged source code for the OICSensorBoard application. * Application description and set-up guidelines are in https://wiki.iotivity.org/_media/oicsensorboardreadme.pdf Signed-off-by: Kishen Maloor <kishen.maloor@intel.com>
2015-10-28meta-oic update for IoTivity 1.0 releaseKishen Maloor
* Added new IoTivity recipe for building 1.0 resource and service components. Removed older 0.9.2 recipe. * Added separate source code patches for: * Extending list of supported Yocto target architectures in IoTivity's scons build. * Passing Yocto's PKG_CONFIG.. settings to scons. * Excluding the ZigBee plug-in in the Yocto build. * Allowing hippomocks based unit tests to build on a MIPS target. * Updated source for the iotivity-simple-client recipe sample. Signed-off-by: Kishen Maloor <kishen.maloor@intel.com>
2015-09-09IoTivity source patch for compatibility with newer compilersKishen Maloor
Taken from iotivity master commit ca25f608ed10f6c9b5adbdeadb74068f476a04c6 to address GCC5.0 and CLANG 3.5 and newer compile issues. Signed-off-by: Kishen Maloor <kishen.maloor@intel.com>
2015-08-16Updates for IoTivity 0.9.2Kishen Maloor
-Added new recipe for IoTivity 0.9.2 framework, SDK and samples. -Updated README for meta-oic. -Modified iotivity-simple-client with an updated simpleclient example and a Makefile to its source archive. -Moved BBMASK directive for recipes-kernel (not everyone will want to use it) to layer.conf. -Removed old recipes for IoTivity 0.9.0 and 0.9.1, which are now deprecated. Signed-off-by: Kishen Maloor <kishen.maloor@intel.com>
2015-07-29Updated source patch for IoTivityKishen Maloor
Updated IoTivity source patch-set to include i686 to list of supported architectures for the Yocto platform. Signed-off-by: Kishen Maloor <kishen.maloor@intel.com>
2015-07-06Fix a typo in iotivity_0.9.1.bbJuliet Cai
Signed-off-by: Juliet Cai <juliet.z.cai@intel.com>
2015-07-01Updates to Iotivity-0.9.1 recipeJuliet Cai
* Updated recipe to download the released source files instead pulling from git repository * Added a patch file to the Iotivity source code that - adds libuuid back to the linked library list for yocto build in build_common/SConscript - changes OICSensorboard application to work with updated APIs Note: For OICSensorboard client to work properly, this patch must be applied on host machine
2015-05-31Updates to IoTivity 0.9.1 recipeKishen Maloor
* Updated recipe to Point to the current tip of the 0.9.1-dev branch. * Added hook to configure https_proxy to be used by the IoTivity build process. This is applicable while performing a build from behind a network proxy. * Updated README with detais on the proxy setting. Signed-off-by: Kishen Maloor <kishen.maloor@intel.com>
2015-05-28Updates for IoTivity 0.9.1 releaseKishen Maloor
* Added new recipe iotivity_0.9.1.bb to fetch IoTivity 0.9.1 "pre-release" source code and perform build/packaging. * Updated iotivity-simple-client sample to work with the new release. * Added linux-yocto 3.19 kernel configuration recipe (.bbappend) to incorporate bluetooth and 6LoWPAN support in a resulting OS image. Signed-off-by: Kishen Maloor <kishen.maloor@intel.com>
2015-02-09FIXED issue around fulfilling scons dependency in sysrootKishen Maloor
-Moved location of 'inherit' directive so that Yocto scons dependencies are picked up.
2014-12-30meta-oic software layer for the Iotivity SDK and apps.Kishen Maloor
-Targets the Iotivity 0.9.0 release. -Supports the resource layer of the Iotivity stack.