Skip to content

Commit

Permalink
Lock meta-sifive & freedom-u-sdk layers for 2022.04.00
Browse files Browse the repository at this point in the history
Lock commits, update README and roll-out the release.

Signed-off-by: Ruinland Tsai <[email protected]>
  • Loading branch information
Ruinland-Tsai committed May 17, 2022
1 parent beedaa1 commit 03c0733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The new experimental Freedom Unleashed (FU) SDK is based on OpenEmbedded (OE). U

- build predefined disk images for QEMU, [SiFive HiFive Unleashed](https://www.sifive.com/boards/hifive-unleashed) development board and [SiFive HiFive Unmatched](https://www.sifive.com/boards/hifive-unmatched);
+ __Note__: The support for HiFive Unleashed Expansion board from Microsemi is now removed from SiFive OpenEmbedded layer (i.e. [meta-sifive](https://github.com/sifive/meta-sifive)). If you have the expansion board we advice you to switch to [Microchip PolarFire SoC Yocto BSP](https://github.com/polarfire-soc/meta-polarfire-soc-yocto-bsp/) which includes support for MPFS-DEV-KIT (HiFive Unleashed Expansion Board) directly from the manufacturer. You are also welcome to use older releases (2021.02.00 or older) from SiFive OpenEmbedded layer.
+ __Note:__ 2021.02.00 release introduces the support for the SiFive HiFive Unmatched board __(pre-production 8GB variant)__. Contact your SiFive representative before using disk images built for `unmatched` machine on your particular board. If you received the __final board (16GB) variant__ via Mouser or CrowdSupply you should skip 2021.02.00 release and use 2021.03.00 (or newer).
+ __Note:__ 2021.02.00 release introduces the support for the SiFive HiFive Unmatched board __(pre-production 8GB variant)__. Contact your SiFive representative before using disk images built for `unmatched` machine on your particular board. If you received the __final board (16GB) variant__ via Mouser or CrowdSupply you should skip 2021.02.00 release and use 2021.04.00 (or newer).
- build custom disk images with additional software packages from various third-party OE layers;
- quickly launch QEMU VM instance with your built disk image;
- build bootloader binaries (OpenSBI, U-Boot, U-Boot SPL);
Expand Down 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 https://github.com/sifive/freedom-u-sdk -b master -m tools/manifests/sifive.xml
repo init -u https://github.com/sifive/freedom-u-sdk -b 2022.04 -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 @@ -3,8 +3,8 @@

<default remote="github" revision="master" />

<project name="sifive/freedom-u-sdk" path="freedom-u-sdk" revision="2022.04" />
<project name="sifive/meta-sifive" path="meta-sifive" revision="2022.04" />
<project name="sifive/freedom-u-sdk" path="freedom-u-sdk" revision="beedaa10bf143904ca3ec5721086b4d22513c98b" />
<project name="sifive/meta-sifive" path="meta-sifive" revision="07141b482eae20bc13202ff27c59b4dad748bb14" />
<project name="riscv/meta-riscv" path="meta-riscv" revision="96b34d09763126b337df363e091d364ebb140bef" />
<project name="openembedded/openembedded-core" path="openembedded-core" revision="b3114d5d438b7a63a276b4e825b62f3b1ebceed6" />
<project name="openembedded/bitbake" path="openembedded-core/bitbake" revision="41eeb4f34fb2306303f7688ec5e0ae965a573aa4" />
Expand Down

0 comments on commit 03c0733

Please sign in to comment.