Skip to content

Commit 04c49e3

Browse files
committed
README-RELEASE updates
1 parent 7c5b244 commit 04c49e3

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README-RELEASE.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,18 @@ Note: if you missed to update the `CHANGELOG.md` before starting the build,
6262
edit the file and rerun the build, it should take only a few minutes to
6363
recreate the archives with the correct file.
6464

65-
### Update qemu.git
65+
### Update qemu.git for development builds
6666

67-
Currently not necessary.
67+
In the `xpack-dev-tools/qemu` git repo:
68+
69+
- checkout the `master` branch
70+
- merge the `v7.0.0` tag into current
71+
- push `master`
72+
- checkout the `xpack-develop` branch
73+
- merge `master` into current
74+
- push `xpack-develop`
75+
- add a `v7.0.0-tag` tag
76+
- push tag to `origin`
6877

6978
### Update the version specific code
7079

@@ -112,6 +121,14 @@ bash ${HOME}/Work/qemu-riscv-xpack.git/scripts/helper/build.sh --develop --arm32
112121

113122
Work on the scripts until all platforms pass the build.
114123

124+
### Update qemu.git for release builds
125+
126+
In the `xpack-dev-tools/qemu` git repo:
127+
128+
- checkout the `xpack` branch
129+
- merge `xpack-develop` into current
130+
- push `xpack`
131+
115132
## Push the build scripts
116133

117134
In this Git repo:

0 commit comments

Comments
 (0)