diff --git a/CHANGELOG.md b/CHANGELOG.md index be5c71718..24e6ce72e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ 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.11] - 2024-12-xx + +### Changed + +- Upgrade openssl to 3.4.0 +- Upgrade gnu-efi to 4.0.0 +- Improve bitbake's setscene performance + ## [2024.11] - 2024-11-30 ### Changed diff --git a/conf/site.conf b/conf/site.conf index 4bb8f83f2..02715579c 100644 --- a/conf/site.conf +++ b/conf/site.conf @@ -11,4 +11,4 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf #YOE_PROFILE = "yoe-musl-systemd-wayland" #require conf/world.conf -IMG_VERSION = "24.11.0" +IMG_VERSION = "24.11.1" diff --git a/sources/meta-openembedded b/sources/meta-openembedded index b43c4901c..a68a7f7b4 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit b43c4901cfc455637d56ae3317fd606507f72b9c +Subproject commit a68a7f7b43fb29f3168c595012575d50a30b349c diff --git a/sources/meta-qt6 b/sources/meta-qt6 index d7a832b54..2c539209f 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit d7a832b542010219a561385fd7a3a6f4aa10bd00 +Subproject commit 2c539209f38440c07d792d19496a05950e1bc573 diff --git a/sources/meta-tegra b/sources/meta-tegra index acb5907d2..55708dbcd 160000 --- a/sources/meta-tegra +++ b/sources/meta-tegra @@ -1 +1 @@ -Subproject commit acb5907d2c6cf79b666fd7de631ef9518a2025fe +Subproject commit 55708dbcda73689b7ac22d2dddb4ce02bab91edb diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index 8a6304aea..2bcbc0da2 100644 --- a/sources/meta-yoe/conf/distro/yoe.inc +++ b/sources/meta-yoe/conf/distro/yoe.inc @@ -6,8 +6,8 @@ MAINTAINER = "Yoe Distro Community " TARGET_VENDOR = "-yoe" SDK_VENDOR = "-yoesdk" # Distro version is YYYY.MM -DISTRO_VERSION = "2024.11" -DISTRO_CODENAME = "Uda" +DISTRO_VERSION = "2024.12-rc.1" +DISTRO_CODENAME = "Valais Blacknose" SDK_VERSION := "${DISTRO_VERSION}" SDK_NAME_PREFIX = "yoe" diff --git a/sources/poky b/sources/poky index 7434b5428..2a163834b 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 7434b5428971576c6c1422d0a385084936ee9768 +Subproject commit 2a163834b025bb3bb39f019d4f9d283a68de1526