From c5dbc8ce286f3cef6a57a320d4b12042b562e967 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Tue, 2 Dec 2014 16:34:17 -0500 Subject: [PATCH] note about ASSUME_PROVIDED --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8faa5c8..74221b8 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ This openembedded layer provides the rust compiler, tools for building packages now-and-then. Unfortunately, rust moves a bit too quickly for cargo to keep up, and it ends up broken fairly often. + - To use a local cargo, add `ASSUME_PROVIDED = "cargo-native"` to your + local.conf file (or use the `bitbake -I cargo-native` option) + ## What's untested: - rust (built for target)