diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2016-05-14 08:40:58 +0000 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2016-05-14 15:39:55 +0000 |
commit | 65ad2f813c35d6f6247fd20f760a89541aa4b8ba (patch) | |
tree | c41dac7dad3ace4803056570b7f0ef9ab96c690c /default.xml | |
parent | 0eac36784e9cb0dbc5002b73c097cee84eb943f7 (diff) |
default.xml: Use branch Jethro for meta-rust
The upstream of meta-rust does not provide
branches for the releases of the Yocto Project.
Using directly the master branch may lead to
compatibility issues in future. Therefore it is
better to switch to another repository with branch
Jethro which is know to work with RVI SOTA client
and its dependencies written in the Rust
programming language.
Change-Id: Ibaf5fb84aa3db86833193cf2c3ffc6e5d55ebaa1
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index cf213c66..c6078782 100644 --- a/default.xml +++ b/default.xml @@ -53,7 +53,7 @@ <project name="tripzero/meta-amb" path="meta-amb" remote="github" revision="master" /> <!-- meta-rust --> - <project name="jmesmon/meta-rust" path="meta-rust" remote="github" revision="master" /> + <project name="konsulko/meta-rust" path="meta-rust" remote="github" revision="jethro" /> <!-- rpi 2 and 3 --> <project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="master" /> |