Skip to content

Commit

Permalink
yoe: Prepare for 2024.05 release
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed May 30, 2024
1 parent 39f7458 commit 7a20b85
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions 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.05] - 2024-05-XX
## [2024.05] - 2024-05-31

### Changed

Expand All @@ -28,17 +28,23 @@ and this project adheres to
- Upgrade valgrind to 3.23.0
- Upgrade QT6 to 6.7.2
- Upgrade vulkan SDK to 1.3.283.0
- Upgrade spirv-llvm-translator 18.1.0
- Fix renaming of network interfaces on rpi projects using systemd
- Upgrade go to 1.22.3

### Added

- Introduce UNPACKDIR bitbake variable
- New recipes
- glib-testing, opentelemetry-cpp, malcontent
python3-dasbus

### Removed

- Removed recipes
- orrery, libtirpc126, usbinit
- orrery, libtirpc126, usbinit, libomxil
- Drop using LLVMVERSION
- Drop unused 5.15 linux-raspberrypi version

## [2024.04] - 2024-04-30

Expand Down
2 changes: 1 addition & 1 deletion conf/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf
#YOE_PROFILE = "yoe-musl-sysvinit-wayland"
#require conf/world.conf

IMG_VERSION = "24.4.5"
IMG_VERSION = "24.5.0"
2 changes: 1 addition & 1 deletion 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.05-rc.1"
DISTRO_VERSION = "2024.05"
DISTRO_CODENAME = "Ossimi"
SDK_VERSION := "${DISTRO_VERSION}"

Expand Down

0 comments on commit 7a20b85

Please sign in to comment.