From 61c90c814ffc944b18b532c132431a6ca75469d5 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Fri, 13 Feb 2015 14:32:03 -0500 Subject: [PATCH] readme: update to reflect the state of cargo alternate build functionality --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 648e166..a0b1e56 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ This openembedded layer provides the rust compiler, tools for building packages - rust (built for target) - Other TARGETs - - cargo ## Common issues when packaging things using cargo @@ -39,7 +38,7 @@ do this. ## Cargo Cargo may not work with the latest rust. -You can either: +You can try either: - use the system cargo: @@ -50,8 +49,9 @@ You can either: PACKAGECONFIG_append_pn-cargo-native = " rust-snapshot" -For now, we default to using the 'rust-snapshot' PACKAGECONFIG to avoid lots of -failures. +Note that using the rust-snapshot currently has issues with the targets +provided by bitbake, for it to work we need to generate the same target.json +that we do for the main compiler. ## TODO