-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorporate bindgen support #96
Comments
I mean, where else? This layer is about compiling software with Rust. That includes bindgen as well, because it's part of the rust ecosystem. I can see, that this is very specific to one package (namely bindgen) and other may have different quirks (I don't know anything about cbindgen or similar). So, either we can have a generic environment variable, e.g. |
ping @nastevens :) |
Any workout here? |
As a Workaround use #75 (comment)
use it like this:
|
Adapted from #75
Presumably there is a large crossover between people using meta-rust-bin and people who need to interface C with Rust. Providing a "paved path" for using bindgen would therefore be useful.
I am unaware of any existing recipes/layers to support bindgen in yocto right now but would be happy to be proven wrong.
The text was updated successfully, but these errors were encountered: