Skip to content

Commit

Permalink
conf: distro: freedom-u-sdk: set the distro version to 2022.12.00
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Perrot <[email protected]>
  • Loading branch information
tprrt committed Dec 8, 2022
1 parent b9a1c74 commit c717883
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions ReleaseNotes/2022.12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Release Notes for 2022.12.00

This release includes major changes compared previous Freedom-U-SDK (FUSDK) release. The notable changes include:

- Layers and Bitbake have been updated.
- GCC is still 12.2.0.
- LLVM has been updated from 15.0.3 to 15.0.4.
- Binutils is still 2.39.
- Glibc is still 2.36.
- GDB is still 12.1.
- Mesa has been updated from 22.2.0 to 22.2.2.
- U-Boot has been updated from 2022.07 to 2022.10.
- Linux kernel has been updated from 5.18.15 to 5.19.14.
- Provides virtualization support.
4 changes: 2 additions & 2 deletions conf/distro/freedom-u-sdk.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DISTRO = "freedom-u-sdk"
DISTRO_NAME = "FreedomUSDK (SiFive Freedom Unleashed SDK)"
DISTRO_VERSION = "2022.10.00"
DISTRO_CODENAME = "2022October"
DISTRO_VERSION = "2022.12.00"
DISTRO_CODENAME = "2022December"
SDK_VENDOR = "-freedomusdk"
SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${METADATA_REVISION}', 'snapshot')}"
SDK_VERSION[vardepvalue] = "${SDK_VERSION}"
Expand Down

0 comments on commit c717883

Please sign in to comment.