-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: David Abdurachmanov <[email protected]>
- Loading branch information
David Abdurachmanov
committed
Dec 11, 2020
1 parent
9b8e243
commit bd691f8
Showing
2 changed files
with
53 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Release Notes for 2020.12 | ||
|
||
This release includes major changes compared previous Freedom Unleashed SDK and thus is **experimental** at this stage. Main changes include: | ||
|
||
- All layers (openembedded-core, meta-openemedded, meta-riscv, meta-clang) updated to their latest revisions. | ||
|
||
- Layer compatibility switched to _gatesgarth_ release. | ||
|
||
- stress-ng updated to 0.12.00. | ||
|
||
- U-Boot updated to 2020.10. | ||
|
||
- Mesa updated to 20.2.4. | ||
|
||
- New packages added to Xfce4 disk image: | ||
|
||
- `epiphany` | ||
|
||
- `evince` | ||
|
||
- `xdg-utils` | ||
|
||
- `libva` | ||
|
||
- `libva-utils` | ||
|
||
- `libvdpau` | ||
|
||
- `gstreamer1.0` | ||
|
||
- `gstreamer1.0-vaapi` | ||
|
||
- `mesa-vdpau-drivers` | ||
|
||
- `vdpauinfo` | ||
|
||
- `hwcodecs` was added to Xfce4 disk image `IMAGE_FEATURES`. | ||
|
||
- Mesa is now configurated with `va` and `vdpau`. | ||
|
||
- GStreamer1 is configured with `vdpau`. | ||
|
||
- PulseAudio is now configured with `autospawn-for-root`. | ||
|
||
## Known Issues | ||
|
||
1. Avoid overclocking SoC using CPUFreq if you are using HiFive Unleashed Expansion Board from Microsemi as this will hang the board. Hard reset will be required. | ||
|
||
2. If Xfce4 desktop disk image is used with HiFive Unleashed Expansion Board and GPU then rebooting is required after the 1st boot. | ||
|
||
3. Newer OE/Yocto buildtools could cause build issues for `nspr-native` package. Use `-r yocto-3.2_M2 -t 20200729` as described in README file if you are using OE/Yocto buildtools. See Yocto bug [#14112](https://bugzilla.yoctoproject.org/show_bug.cgi?id=14112) |