Skip to content

Commit 64f2de5

Browse files
authored
Merge pull request #1035 from YoeDistro/kraj/master
Prepare for 2025.05 release
2 parents b128dc5 + 13dd40a commit 64f2de5

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ and this project adheres to
4141
- Upgrade mesa to 25.1.0 and add support for asahi drivers
4242
- Upgrade linux-yocto/6.12 to v6.12.30
4343
- Update coreutils to 9.7
44+
- Upgrade QT6 to 1.9.1
4445

4546
### Added
4647

conf/site.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf
1111
#YOE_PROFILE = "yoe-musl-systemd-wayland"
1212
#require conf/world.conf
1313

14-
IMG_VERSION = "25.04.5"
14+
IMG_VERSION = "25.05.0"
1515

1616
#INHERIT += "cve-check"

sources/meta-qt6

sources/meta-yoe/conf/distro/yoe.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ MAINTAINER = "Yoe Distro Community <http://yoedistro.org>"
66
TARGET_VENDOR = "-yoe"
77
SDK_VENDOR = "-yoesdk"
88
# Distro version is YYYY.MM
9-
DISTRO_VERSION = "2025.04"
10-
DISTRO_CODENAME = "Zagoria"
9+
DISTRO_VERSION = "2025.05"
10+
DISTRO_CODENAME = "Adali"
1111
SDK_VERSION := "${DISTRO_VERSION}"
1212

1313
SDK_NAME_PREFIX = "yoe"

0 commit comments

Comments
 (0)