u-boot: add git describe to README#4
Open
davidkaroly wants to merge 1 commit into
Open
Conversation
e3de4ef to
bab13ae
Compare
Contributor
Author
|
this is mostly superseded by 1da5ddc |
bab13ae to
df5b630
Compare
df5b630 to
9ac8b1b
Compare
Contributor
Author
|
u-boot binary contains a git describe string so I guess it would make sense to include something similar in README.md, at least it's easier to identify u-boot version from describe string than from a commit id |
Collaborator
|
If you can grab that git describe string we could include it as well. Essentially I just want to make sure every binary blob we host is matched to the exact source it was built from. u-boot is rightfully sensitive to GPL abuse, and i've gotten unofficial sign-off that this model keeps with the spirit of their licensing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I believe it should be possible to build a specific git commit from u-boot repo with the build script
rationale: