-
Notifications
You must be signed in to change notification settings - Fork 62
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
emit inline checksum #73
base: master
Are you sure you want to change the base?
Conversation
@kraj Bump |
@kraj Is this crate still maintained? It does no longer produce compilable recipes for newer Yocto Versions. This PR fixes it. |
Yes it is |
In that case, I apologize for my rudeness. Either way, I'd love to get this merged and released :) |
I've been following the work of @jaskij, @kkettinger and @ensc closely, and I'm inclined to suggest adopting an approach similar to what's available in this file. @codyps and @ColinFinck, I'm willing to offer my assistance in maintaining this repository |
@IniterWorker you credit me needlessly, I just incorporated this change into my version because I needed both. |
Any news here? This is becoming a problem due to its incompatibility with newer Yocto versions ... Some further discussion about this was done in #75, but whatever way works is fine for me, I just need this for a Yocto project :/ |
I have been meaning to do a ground-up rewrite of the project, since it has other issues and it shouldn't be hard, but I'm not currently working with anything Yocto, so it's been put on hold. Is there something missing in #75 which means you can't just use that version? You can always use that version by running
|
Yah, that's what I've been doing, but it seems kinda hacky for production use |
@jaskij If you do a ground-up rework, there's a couple of features that would be absolutely amazing and are making my life very difficult right now:
Although I'm not sure how many of those can be accomplished with |
Those are still files where you manually run the generator and add the output to git, so it's not that bad IMO |
recent OE requires valid checksums for
crates://
. Patch adds them as something likeDue to restrictions in
bitbake
, a simplesha256sum=...
does not suffice but it must be expressed with the crate name (<name>-<version>.sha256sum
). Simple argument is kept for completeness.