diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2017-01-09 17:35:44 +0200 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2017-01-09 17:35:44 +0200 |
commit | 5ae80055147f33c3f25c4e25cbcfe9b1b81a4180 (patch) | |
tree | 8359e5f997f33267e2045f67d4c5eb87580127ca /default.xml | |
parent | 935a8dbc6d33c035d4cb110bfec7fe948155c093 (diff) |
default.xml: Update meta-rust
Update Yocto/OE layer meta-rust following the
upstream fix in compiler-rt for building a
toolchain installer. This version of meta-rust
is required by the latest version of RVI SOTA
Client from Yocto/OE layer meta-agl-extra.
Bug-AGL: SPEC-385
Change-Id: Idf1a2d53327718c95401bdfedf4b8868dffdd560
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 1c53eb7c..d9c24508 100644 --- a/default.xml +++ b/default.xml @@ -65,7 +65,7 @@ <project name="tripzero/meta-amb" path="meta-amb" remote="github" revision="master" /> <!-- meta-rust --> - <project name="meta-rust/meta-rust" path="meta-rust" remote="github" revision="d0663639a08ed60bb83fd6eb99e3e2045b21b53c" /> + <project name="meta-rust/meta-rust" path="meta-rust" remote="github" revision="a506df4ba4b186e311117d5bdc6a54844583a4fd" /> <!-- rpi 2 and 3 --> <project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="krogoth" /> |