diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2016-04-19 12:10:26 +0000 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2016-04-19 13:08:35 +0000 |
commit | b93125718bd84e95a69568525fac908665f68df8 (patch) | |
tree | 5ca0ab8df841fc28edd31d76ef888f0839ff1986 /default.xml | |
parent | 7de6abf2ec0c084b234a01c649acf833ddfaa99c (diff) |
Add meta-rust
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>
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/default.xml b/default.xml index 16b54d96..2da988e2 100644 --- a/default.xml +++ b/default.xml @@ -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> |