issues
search
meta-rust
/
cargo-bitbake
cargo extension that can generate BitBake recipes utilizing the classes from meta-rust
Apache License 2.0
85
stars
59
forks
source link
Add support for selecting Cargo features
#50
Open
sirhcel
opened
2 years ago
sirhcel
commented
2 years ago
This is a companion to
https://github.com/meta-rust/meta-rust/pull/382
adding feature selection support to
cargo-bitbake
Adds CLI arguments equivalent to the ones of Cargo for selecting or deselection features
--features LIST
--all-features
--no-default-features
It depends on
https://github.com/meta-rust/meta-rust/pull/382
cargo-bitbake
--features LIST
--all-features
--no-default-features