From 34ed27da30d5db10fd1572a1cf07ed71b2b8640e Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Sat, 15 Nov 2014 22:51:42 -0500 Subject: [PATCH] Update readme, put example in example dir --- README.md | 9 ++++++--- .../rust-hello-world/rust-hello-world_git.bb | 0 2 files changed, 6 insertions(+), 3 deletions(-) rename {recipes => recipes-example}/rust-hello-world/rust-hello-world_git.bb (100%) diff --git a/README.md b/README.md index 567a4c0..83c458f 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,19 @@ This openembedded layer provides the rust compiler, tools for building packages ## What works: Building: - rust-native, cargo-native + rust-native, cargo-native, + rust-cross (tested with qemux86) ## What doesn't: Building: - rust-cross + - rust-hellow-world ## What's untested: - cargo, rust (built for target) + - cargo, rust (built for target) + + - running anything ## TODO diff --git a/recipes/rust-hello-world/rust-hello-world_git.bb b/recipes-example/rust-hello-world/rust-hello-world_git.bb similarity index 100% rename from recipes/rust-hello-world/rust-hello-world_git.bb rename to recipes-example/rust-hello-world/rust-hello-world_git.bb