meta-rust / cargo-bitbake

cargo extension that can generate BitBake recipes utilizing the classes from meta-rust
Apache License 2.0
84 stars 59 forks source link

add filtering packages by target #36

Closed 24icewolf42 closed 3 years ago

24icewolf42 commented 3 years ago

When a certain workspace contains target specific package selection then all packages and their dependencies are pulled into the resulting bitbake recipe.

This PR addresses this issue by adding an optional argument to generate the list of depend packages for a specific target.

24icewolf42 commented 3 years ago

fixed the optional argument for specifying the target