From 7a20b85014a72fc00876aa19782e608e7fbd5de6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 30 May 2024 12:00:06 -0700 Subject: [PATCH] yoe: Prepare for 2024.05 release Signed-off-by: Khem Raj --- CHANGELOG.md | 10 ++++++++-- conf/site.conf | 2 +- sources/meta-yoe/conf/distro/yoe.inc | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26daa5d99..4fe5f93f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/conf/site.conf b/conf/site.conf index ce4b8b478..30fb19526 100644 --- a/conf/site.conf +++ b/conf/site.conf @@ -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" diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index a220a6876..264dd8109 100644 --- a/sources/meta-yoe/conf/distro/yoe.inc +++ b/sources/meta-yoe/conf/distro/yoe.inc @@ -6,7 +6,7 @@ MAINTAINER = "Yoe Distro Community " 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}"