cargo-bitbake icon indicating copy to clipboard operation
cargo-bitbake copied to clipboard

cargo extension that can generate BitBake recipes utilizing the classes from meta-rust

Results 42 cargo-bitbake issues
Sort by recently updated
recently updated
newest added

I am sending this PR with 2 tiny changes.

Fixes: https://github.com/meta-rust/cargo-bitbake/issues/49

I wrote #34 . Since then my company has adopted a policy of always using `-R`. Is there any reason to behave the other way? I think it should probably...

- 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...

When trying to build a recipe generated by the latest master cargo bitbake with Bitbake 4.0, the following error is thrown: ``` do_fetch: Bitbake Fetcher Error: FetchError("Recipe uses a floating...

cargo-bitbake doesn't support edition 2021 in Cargo.toml ``` $ cargo bitbake error: failed to parse manifest at `/home/snke/git/xxx/Cargo.toml` Caused by: failed to parse the `edition` key Caused by: this version...

In order to use auto-generated recipe without changes, one needs to edit the usage of '_' in the recipe name references. Example Rust project ``` registration_server ``` Auto-generated ``` registration_server_0.4.0.bb...

Exactly what the title and the three commits say. Replaced structopt with clap v3 because that has been integrated and fix some clippy lints

Hi, We tried to build cargo-bitbake as part of yocto. Yocto is upgraded to openssl-3.0 so cargo-bitbake recipe fails while building openssl-sys v0.9.54 which is dependent for carg-bitbake. Recipe(.bb) and...

When running `cargo-bitbake bitbake` in a package containing a Git SSH dependency, the URL is then mangled and copied into SRC_URI. This is an unnecessary step as the Git dependency...

bug