diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-12-05 14:26:55 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-12-08 20:57:44 -0500 |
| commit | ae9fa39e6f52e71052ba37c54a7e0b3aea2e7ee3 (patch) | |
| tree | 1396b35a3734d45fbdc87ff28c8a69b815d536de /recipes-devtools/python/python3-udica_git.bb | |
| parent | 02f6761794d3a4480d10564aee3db16c83855f11 (diff) | |
| download | meta-virtualization-ae9fa39e6f52e71052ba37c54a7e0b3aea2e7ee3.tar.gz | |
go-mod-discovery: split into more tasks
To make it easier to run individual components of the go module
discovery and generation process, we add invidual tasks as well
as a combined task:
AVAILABLE TASKS:
bitbake <recipe> -c discover_modules
Build project and download modules from proxy.golang.org
This populates the discovery cache but does NOT extract or generate
bitbake <recipe> -c extract_modules
Extract module metadata from discovery cache to modules.json
Requires: discover_modules to have been run first
bitbake <recipe> -c generate_modules
Generate go-mod-git.inc and go-mod-cache.inc from modules.json
Requires: extract_modules to have been run first
bitbake <recipe> -c discover_and_generate
Run all three steps: discover -> extract -> generate
This is the "do everything" convenience task
bitbake <recipe> -c show_upgrade_commands
Show copy-pasteable command lines without running anything
bitbake <recipe> -c clean_discovery
Remove the persistent discovery cache
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-udica_git.bb')
0 files changed, 0 insertions, 0 deletions
