Initial, untested

- rust-cross builds
 - cargo-native still broken
 - untested wrappers for rust and cargo provided in rust.bbclass
This commit is contained in:
Cody P Schafer
2014-10-15 16:03:30 -04:00
commit f7801cf999
19 changed files with 412 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
## Introduction
This openembedded layer provides the rust compiler, tools for building packages
(cargo), and a few example projects.
## Dependencies
On the host:
unknown
On the target:
unknown
## Build Examples
## Maintainer(s) & Patch policy
## Copyright
MIT/Apache-2.0 - Same as rust