meta-virtualization/scripts
Bruce Ashfield 43a9e53dee oe-go-mod-fetcher: use dereferenced tags
Use dereferenced tag (^{}) to get the actual commit hash
For annotated tags, ref_hint returns the tag object hash, not the commit

Example: refs/tags/v1.0.1 -> c49ff274 (tag object)
         refs/tags/v1.0.1^{} -> 37c8de36 (actual commit)
         current_tag_commit = git_ls_remote(vcs_url, f"{ref_hint}^{{}}")

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-12-08 20:57:44 -05:00
..
data scripts: add oe-go-mod-fetcher for Go module VCS resolution 2025-12-08 20:57:44 -05:00
lib/wic/plugins/source scripts: wic plugin bootimg-biosxen drop helper to reuse bootimg_pcbios 2025-07-31 13:34:50 -04:00
.gitignore scripts: add oe-go-mod-fetcher for Go module VCS resolution 2025-12-08 20:57:44 -05:00
extract-discovered-modules.py scripts: add oe-go-mod-fetcher for Go module VCS resolution 2025-12-08 20:57:44 -05:00
oe-go-mod-autogen.py scripts: adjust relocation.inc to not copy large directories 2025-04-18 13:56:50 +00:00
oe-go-mod-fetcher.py oe-go-mod-fetcher: use dereferenced tags 2025-12-08 20:57:44 -05:00
README-oe-go-mod-autogen.txt oe-go-mod-autogen: clarify need to update main SRCREV 2023-11-06 16:21:12 +00:00