From ed689fdda848567e73cbc9b124da49a2e683e925 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Tue, 2 Dec 2014 16:48:01 -0500 Subject: [PATCH] clarify readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5936a4..63875a7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ To a conf file (probably local.conf) ### What about cargo?: -We provide .bb files for these, and they are working every now-and-then. +We provide .bb files for cargo (-target) and cargo-native, and they are working +every now-and-then. Unfortunately, rust moves a bit too quickly for cargo to keep up, and it ends up broken fairly often. @@ -30,6 +31,8 @@ Very often we'll want newer versions of rust than cargo is able to build with. Thankfully, we don't need any custom cargo configuration, and can use a vanilla cargo binary. +We add "cargo-native" to ASSUME_PROVIDED unless overridden by clearing CARGO_PROVIDED (via conf/layer.conf) + ## What's untested: - rust (built for target)