Skip to content

Commit

Permalink
Prepare for 2021.11
Browse files Browse the repository at this point in the history
Update branches to 2021.11.

Signed-off-by: David Abdurachmanov <[email protected]>
  • Loading branch information
David Abdurachmanov committed Dec 2, 2021
1 parent e5a8102 commit 2310d36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This needs to be done every time you want a clean setup based on the latest laye

```bash
mkdir riscv-sifive && cd riscv-sifive
repo init -u git://github.com/sifive/freedom-u-sdk -b master -m tools/manifests/sifive.xml
repo init -u git://github.com/sifive/freedom-u-sdk -b 2021.11 -m tools/manifests/sifive.xml
repo sync
```

Expand Down
4 changes: 2 additions & 2 deletions tools/manifests/sifive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<remote name="davidlt" fetch="git://github.com/davidlt/" />
<default remote="openembedded" revision="master" />

<project name="freedom-u-sdk" remote="sifive" path="freedom-u-sdk" revision="master" />
<project name="meta-sifive" remote="sifive" path="meta-sifive" revision="master" />
<project name="freedom-u-sdk" remote="sifive" path="freedom-u-sdk" revision="2021.11" />
<project name="meta-sifive" remote="sifive" path="meta-sifive" revision="2021.11" />
<project name="meta-riscv" remote="riscv" path="meta-riscv" revision="a0d27eca2482f0b8822c5c780ce9fe0cba0e3867" />
<project name="openembedded-core" remote="openembedded" path="openembedded-core" revision="3770d539d83b589b3f8bde21fcf896bb046611d4" />
<project name="bitbake" remote="openembedded" path="openembedded-core/bitbake" revision="7e1ca7ab50e3c6b642c3c11504c7c8f52cfa4528" />
Expand Down

0 comments on commit 2310d36

Please sign in to comment.