summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-10-12 19:50:37 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-11-06 16:21:12 +0000
commitf7188da2ca22dfc49e6bc8979a9afcafa1c8bd41 (patch)
treef4d91e97978f454c3ff523650234bc95e6e05038 /scripts
parent9e8a6af94715ffad2774a7818e64af1ee3c04405 (diff)
downloadmeta-virtualization-f7188da2ca22dfc49e6bc8979a9afcafa1c8bd41.tar.gz
oe-go-mod-autogen: clarify need to update main SRCREV
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/README-oe-go-mod-autogen.txt16
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