Files
meta-rust/README.md
T
2014-11-17 00:55:02 -05:00

683 B

Introduction

This openembedded layer provides the rust compiler, tools for building packages (cargo), and a few example projects.

What works:

  • Building rust-native and rust-cross (tested with qemux86, SYS=i586-poky-linux)

What doesn't:

  • building rust-hello-world
  • building cargo-native (I managed to break it)

What's untested:

  • cargo, rust (built for target)
  • running anything

TODO

  • Use rust-native when building rust & rust-cross
  • Include downloaded stage0 snapshot in SRC_URI

Dependencies

On the host: unknown

On the target: unknown

Maintainer(s) & Patch policy

Open a Pull Request

MIT/Apache-2.0 - Same as rust