Skip to content

Commit 6bd5501

Browse files
committed
readme: update readme.md for v1.7 release.
Update the version and remove outdated information. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
1 parent 0c9b35c commit 6bd5501

1 file changed

Lines changed: 7 additions & 30 deletions

File tree

README.md

Lines changed: 7 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ binaries and pre-compiled topologies for snapshot, stable and LTS releases.
1212

1313
# Installation
1414

15-
The latest SOF release is version 1.6.1 and is available here on the
16-
stable-v1.6.1 branch. If you want to install this manually instead of from your
17-
distribution then please follow these instructions
15+
The latest SOF release is version 1.7 and is available here. If you want to
16+
install this manually instead of from your distribution then please follow
17+
these instructions
1818

1919
```
2020
git clone https://github.com/thesofproject/sof-bin.git
2121
cd sof-bin
22-
git checkout origin/stable-v1.6.1 -b stable-v1.6.1
22+
git checkout v1.7 -b local/v1.7
2323
sudo ./go.sh
2424
```
2525

2626
alternatively zip and tar files are available to download.
2727

28-
https://github.com/thesofproject/sof-bin/releases/tag/v1.6.1
28+
https://github.com/thesofproject/sof-bin/releases/tag/v1.7
2929

3030
These files can be uncompressed and the go.sh can be executed as above.
3131

@@ -67,11 +67,11 @@ There are four types of SOF releases.
6767
Deleted immediately upon release of next vendor snapshot. Signed
6868
with vendor key - less frequent than nightly.
6969

70-
The repository will have a branch for each release e.g. latest vendor snapshots,
70+
The repository will have a tag for each release e.g. latest vendor snapshots,
7171
nightlies and stable releases.
7272

7373
```
74-
master ----+---> v1.4.2
74+
main ------+---> v1.4.2
7575
|
7676
+---> v1.5.4
7777
|
@@ -84,29 +84,6 @@ master ----+---> v1.4.2
8484
+---> lts-20.10
8585
```
8686

87-
The master branch will not contain any binaries, but will contain all the tools
88-
necessary for release management.
89-
9087
It's possible due to release cadence to have several stable branches in the
9188
repository.
9289

93-
The nightly nightly snapshot branch will have a date tag vDDMMYYYY. The same
94-
date tag format will be used by vendor snapshots too.
95-
96-
Probably you need to clone a specific branch instead of cloning the default master branch.
97-
For example, to clone a stable branch, you can do:
98-
```
99-
git clone -b stable-v1.4.2 https://github.com/thesofproject/sof-bin.git
100-
```
101-
After that, change to the created directory and execute the script:
102-
```
103-
sudo ./go.sh
104-
```
105-
# Archived Releases
106-
107-
Each release currently takes up about 7MB and would quickly fill up and slow
108-
down the repository with old data. Therefore SOF stable releases will be also
109-
available on github whilst nightly and snapshot releases may be available on
110-
vendor servers (in line with any vendor build/signing cadence). Old release
111-
branches will be deleted.
112-

0 commit comments

Comments
 (0)