Skip to content

Commit

Permalink
Merge pull request #906 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Prepare for 2024.02 release
  • Loading branch information
kraj authored Feb 29, 2024
2 parents 1de08b2 + 91f2f75 commit 66b79ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2024.02] - 2024-02-XX
## [2024.02] - 2024-02-29

### Changed

Expand Down
5 changes: 2 additions & 3 deletions sources/meta-yoe/conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MAINTAINER = "Yoe Distro Community <http://yoedistro.org>"
TARGET_VENDOR = "-yoe"
SDK_VENDOR = "-yoesdk"
# Distro version is YYYY.MM
DISTRO_VERSION = "2024.02-rc.1"
DISTRO_VERSION = "2024.02"
DISTRO_CODENAME = "Lati"
SDK_VERSION := "${DISTRO_VERSION}"

Expand All @@ -16,8 +16,7 @@ SDKPATHINSTALL = "/opt/${DISTRO}/${SDK_VERSION}"
SDKEXTPATH = "~/${SDK_NAME_PREFIX}_sdk/${DISTRO_VERSION}"
SDK_INCLUDE_NATIVESDK = "1"

DISTRO_VERSION[vardepsexclude] = "DATE"
SDK_VERSION[vardepsexclude] = "DATE"
SDK_VERSION[vardepvalue] = "${SDK_VERSION}"

PREMIRRORS ??= "\
bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
Expand Down

0 comments on commit 66b79ba

Please sign in to comment.