Skip to content

Commit

Permalink
conf: distro: freedom-u-sdk: set the distro version to 2024.03.00-lts
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Perrot <[email protected]>
  • Loading branch information
tprrt committed Jul 3, 2024
1 parent 9035c42 commit 9401d32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/distro/freedom-u-sdk.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
DISTRO = "freedom-u-sdk"
DISTRO_NAME = "FreedomUSDK (SiFive Freedom Unleashed SDK)"
DISTRO_VERSION = "2024.03.00"
DISTRO_CODENAME = "2024March"
DISTRO_VERSION = "2024.03.00-lts"
DISTRO_CODENAME = "LTS2024March"
SDK_VENDOR = "-freedomusdk"
SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${METADATA_REVISION}', 'snapshot')}"
SDK_VERSION[vardepvalue] = "${SDK_VERSION}"

MAINTAINER = " SiFive <[email protected]>"
MAINTAINER = "SiFive <[email protected]>"

TARGET_VENDOR = "-freedomusdk"

Expand Down

0 comments on commit 9401d32

Please sign in to comment.