Skip to content

Commit e90e1bd

Browse files
authored
Merge pull request #995 from YoeDistro/kraj/master
Update layers and prepare for 2024.12 release
2 parents f03ba54 + 29fa28c commit e90e1bd

File tree

8 files changed

+12
-8
lines changed

8 files changed

+12
-8
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [2024.11] - 2024-12-xx
9+
## [2024.12] - 2024-12-31
1010

1111
### Changed
1212

@@ -32,6 +32,10 @@ and this project adheres to
3232
- Use 7zip 24.09 to replace p7zip 16.02
3333
- Add fido and apparmor packageconfigs to systemd
3434
- Upgrade meson to 1.6.1
35+
- Drop debug tweaks setting from meta-odroid
36+
- Update VisionFive2 SDK to JH7110_VF2_6.6_v5.13.1
37+
- Update VisionFive2 kernel to 6.6.20
38+
- Bump OpenSBI to 1.6
3539

3640
### Added
3741

conf/site.conf

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

14-
IMG_VERSION = "24.11.4"
14+
IMG_VERSION = "24.12.0"

sources/meta-openembedded

Submodule meta-openembedded updated 29 files

sources/meta-qt6

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MAINTAINER = "Yoe Distro Community <http://yoedistro.org>"
66
TARGET_VENDOR = "-yoe"
77
SDK_VENDOR = "-yoesdk"
88
# Distro version is YYYY.MM
9-
DISTRO_VERSION = "2024.12-rc.1"
9+
DISTRO_VERSION = "2024.12"
1010
DISTRO_CODENAME = "Valais Blacknose"
1111
SDK_VERSION := "${DISTRO_VERSION}"
1212

0 commit comments

Comments
 (0)