Add meta-oic and meta-ti 19/5519/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 12 Apr 2016 16:29:51 +0000 (18:29 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 12 Apr 2016 16:38:36 +0000 (18:38 +0200)
meta-oic is added to allow exploring iotivity.
meta-ti is added to allow support for jacinto boards.

v2: we have a remote for YP git already.

Change-Id: I8152fb530821f5157a001d11c24817f4e915efbb
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
default.xml

index d6a08be..16b54d9 100644 (file)
@@ -13,6 +13,7 @@
   <remote name="qt5"
           fetch="https://github.com/meta-qt5/" />
 
+  <!-- freescale bsp -->
   <remote name="freescale"
           fetch="https://github.com/Freescale/" />
 
   <project name="meta-fsl-arm" path="meta-fsl-arm" remote="yocto" revision="jethro" />
   <project name="meta-fsl-arm-extra" path="meta-fsl-arm-extra" remote="freescale" revision="jethro" />
 
+  <!-- ti vayu / jacinto 6 / DRA7 -->
+  <project name="meta-ti" path="meta-ti" remote="yocto" revision="master" />
+
+  <!-- iotivity -->
+  <project name="meta-oic" path="meta-oic" remote="yocto" revision="1.0.1" />
+
 </manifest>