Skip to content

Commit 09a3952

Browse files
authored
Merge pull request #126 from jmaygarden/add-note-on-bbmask
Add a note about BBMASK to avoid conflicts with poky rust recipe
2 parents 703fd52 + 70c32a0 commit 09a3952

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,16 @@ Future:
6666
(provides space savings).
6767
* [ ] Total static linking using MUSL.
6868

69+
### Use with Yocto Release 3.4 (honister) and Above
6970

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+
```
7079

7180
## Advanced Features
7281

0 commit comments

Comments
 (0)