Skip to content
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

u-boot: add git describe to README #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davidkaroly
Copy link
Contributor

I believe it should be possible to build a specific git commit from u-boot repo with the build script
rationale:

  • in some cases the latest u-boot might not work quite well
  • we might want to use tagged releases e.g. v2022.04 etc.

@davidkaroly davidkaroly force-pushed the build-specific-version branch from e3de4ef to bab13ae Compare August 17, 2022 16:47
@davidkaroly
Copy link
Contributor Author

this is mostly superseded by 1da5ddc

@davidkaroly davidkaroly force-pushed the build-specific-version branch from df5b630 to 9ac8b1b Compare March 3, 2023 17:00
@davidkaroly davidkaroly changed the title u-boot: add option to build specific revision u-boot: add git describe to README Mar 3, 2023
@davidkaroly
Copy link
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

@kallisti5
Copy link
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants