Add meta-rust 77/5577/2
authorLeon Anavi <leon.anavi@konsulko.com>
Tue, 19 Apr 2016 12:10:26 +0000 (12:10 +0000)
committerLeon Anavi <leon.anavi@konsulko.com>
Tue, 19 Apr 2016 13:08:35 +0000 (13:08 +0000)
Layer meta-rust is required by RVI SOTA client
which is written in the Rust programming
language.

Bug-AGL: SPEC-176

Change-Id: I9f9d2f0791ca327a03005033ba02a20526d9c754
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
default.xml

index 16b54d9..2da988e 100644 (file)
@@ -17,6 +17,9 @@
   <remote name="freescale"
           fetch="https://github.com/Freescale/" />
 
+  <!-- meta-rust -->
+  <remote name="meta-rust" fetch="https://github.com/jmesmon/" />
+
   <default revision="master"
            remote="agl"
            sync-j="4" />
@@ -48,4 +51,7 @@
   <!-- iotivity -->
   <project name="meta-oic" path="meta-oic" remote="yocto" revision="1.0.1" />
 
+  <!-- meta-rust -->
+  <project name="meta-rust" path="meta-rust" remote="meta-rust" revision="master" />
+
 </manifest>