diff options
-rw-r--r-- | scripts/README-oe-go-mod-autogen.txt | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/scripts/README-oe-go-mod-autogen.txt b/scripts/README-oe-go-mod-autogen.txt index 36f1d89e..80a35e52 100644 --- a/scripts/README-oe-go-mod-autogen.txt +++ b/scripts/README-oe-go-mod-autogen.txt | |||
@@ -6,12 +6,18 @@ Description: | |||
6 | 6 | ||
7 | Example: | 7 | Example: |
8 | 8 | ||
9 | cmd: <path_to>/meta-virtualization/scripts/oe-go-mod-autogen.py \ | 9 | a) generate |
10 | --repo https://github.com/docker/compose --rev v2.20.3 | ||
11 | output: src_uri.inc, relocation.inc, modules.txt | ||
12 | 10 | ||
13 | Copy these three generated files to replace the original ones, | 11 | cmd: <path_to>/meta-virtualization/scripts/oe-go-mod-autogen.py \ |
14 | then we only need update PV and SRCREV, and docker-compose is upgraded. | 12 | --repo https://github.com/docker/compose --rev v2.20.3 |
13 | output: src_uri.inc, relocation.inc, modules.txt | ||
14 | |||
15 | b) Copy the three generated files to replace the original ones. | ||
16 | |||
17 | c) update SRCREV | ||
18 | |||
19 | Edit the recipe to update PV and the main SRCREV, and | ||
20 | docker-compose is upgraded. | ||
15 | 21 | ||
16 | See --help for more explanations and examples. | 22 | See --help for more explanations and examples. |
17 | 23 | ||