-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
can't generate Yocto recipe #3511
Comments
Are there some specified dependencies or all dependencies from github? |
all the sources from github can be fetched but it failed to compile on the first dependency from github. |
Thanks. Can you share |
this is the auto generated vector.bb file: |
this is bitbake do_compile log:
|
This looks like your issue: rust-lang/rust#63476 😞 |
is there any temporary solution to this problem? |
Hmm, if a problem in cloning with git maybe this can be solved if you clone dependencies to local storage manually and change |
~Bump. I'm also interested in this. Has anyone figured out a workaround? |
It seems like the linked issue was resolved in Rust. Maybe it would work now? I'm not familiar with Yocto so it'd probably be best if someone who is would give it a shot and let us know if there are any additional issues. |
Closing this due to lack of response since it seems like it should work now as the linked Rust issue was resolved, but please leave a comment if it isn't. |
most of embedded devices use yocto for creating os release.
and vector is a good choice for log in embedded area.
i want to add vector to yocto. after some works i failed to do that.
my steps:
1- cargo-bitbake: auto generate recipe from toml file.
2- use meta-rust layer
problem:
some dependencies are from github and cant be used with meta-rust.
solution:
if all dependencies come from stable cargo repositories we can use vector in yocto.
The text was updated successfully, but these errors were encountered: