-
Notifications
You must be signed in to change notification settings - Fork 195
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
[Kirkstone] cross dependency with meta-rust and meta-lts-mixins #805
Comments
we only support master branch across releases so best option is to try master branch |
I tried master branch but it doesn't support kirkstone. Only scarthgap and nanbield |
I added kirkstone to the layer.conf file but the compilation of rust fails, my bet is that it can't build rust, only rust-native
|
there is |
That's my point. I change to kirkstone branch in meta-chromium and it depends of lts-rust-mixins. This is what creates the conflict with meta-rust. |
I see you also maintain lts-rust-mixins @kraj Is there a way for this two projects meta-rust and meta-lts-mixins to coexist? The moment I add the layer for meta-lts-mixins the builds of iotedge fail and with meta-rust only the build for chromium fail. Any help will be welcome since I've spent already weeks trying to figure this one out. |
same problem here - any workaround? |
same problem here - any update for this one ? |
What exactly is the error here? |
Hi @MaxIhlenfeldt , thanks for your quick reply , ERROR at //build/config/linux/dri/BUILD.gn:11:20: Script returned non-zero exit code. Error from pkg-config. See //content/gpu/BUILD.gn:132:18: which caused the file to be included. |
Thanks for the info! That error is specific to #528, so let's keep the discussion there. Unfortunately I can't really help with that issue. |
Note that as described in #852 (comment) this will soon be an issue for Scarthgap as well. It would still be useful if someone could paste the error message of the cross dependency with meta-rust and meta-lts-mixins. |
I'm currently building a project that requires azure-iotedge which depends on meta-rust and chromium. The project is based on kirkstone thus it needs meta-lts-mixins to provide rust according to the documentation.
Is there any way I can combine both dependecies? I'm quite new to yocto/rust/cargo etc. Any help is welcome.
The text was updated successfully, but these errors were encountered: