We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 703fd52 + 70c32a0 commit 09a3952Copy full SHA for 09a3952
README.md
@@ -66,7 +66,16 @@ Future:
66
(provides space savings).
67
* [ ] Total static linking using MUSL.
68
69
+### Use with Yocto Release 3.4 (honister) and Above
70
71
+Rust is included directly in `openmbedded-core` as of Yocto version 3.4. The
72
+included recipe builds Rust components from the sources. To use binaries from
73
+the `meta-rust-bin` layer instead, set `BBMASK` to exclude the package in your
74
+configuration:
75
+
76
+```bitbake
77
+BBMASK = "poky/meta/recipes-devtools/rust"
78
+```
79
80
## Advanced Features
81
0 commit comments