meta-rust / cargo-bitbake

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

WIP: Attempt at filtering to linux-only dependencies #64

Closed willstott101 closed 1 year ago

willstott101 commented 1 year ago

This is a first pass at limiting downloaded dependencies to those required for linux.

Note the TODO regarding platforms other than x86_64-unknown-linux-gnu

N.B. this is based on #63 and #61