update readme

This commit is contained in:
Cody P Schafer
2014-12-01 14:14:30 -05:00
parent e7917112b6
commit b2b4c8a2e4
+4 -3
View File
@@ -6,16 +6,17 @@ This openembedded layer provides the rust compiler, tools for building packages
## What works: ## What works:
- MACHINE="beaglebone" (TARGET_SYS=arm-poky-linux-gnueabi) - MACHINE="beaglebone" (TARGET_SYS=arm-poky-linux-gnueabi)
- Building rust-native, rust-cross, rust-hello-world - Building rust-native, rust-cross, rust-hello-world, cargo-native
- Running/using all of these except rust-hello-world
## What doesn't: ## What doesn't:
- building cargo-native (Using a local cargo install from somewhere else works just fine). - Probably some of the untested things
## What's untested: ## What's untested:
- cargo, rust (built for target) - cargo, rust (built for target)
- running anything - running rust-hello-world on target
- Other TARGETs - Other TARGETs
## TODO ## TODO