From 9a643b53ea3c566ff5fa4db4201c37a53d529ff4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 30 Nov 2024 16:35:08 -0800 Subject: [PATCH 1/4] Layer Updates: sources/meta-openembedded sources/meta-qt6 sources/meta-tegra sources/poky * sources/meta-openembedded b43c4901cf...a68a7f7b43 (10): > python3-ansi2html: drop python3-six from RDEPENDS > pipewire: Add glib-2.0-native dep for bluez5 > fluentbit: use system libs instead of vendored ones > fluentbit: upgrade to v3.2.1 > python3-service-identity: Upgrade 21.1.0 -> 24.2.0 > python3-waitress: Upgrade 3.0.0 -> 3.0.2 > python3-typer: Upgrade 0.13.1 -> 0.14.0 > python3-stevedore: Upgrade 5.3.0 -> 5.4.0 > python3-yarl: Upgrade 1.17.1 -> 1.18.0 > ot-br-posix: Fix GCC-14 build error * sources/meta-qt6 d7a832b...2c53920 (1): > Merge pull request #71 from YoeDistro/kraj/6.8 * sources/meta-tegra acb5907d...55708dbc (1): > l4t-graphics-demos: refresh weston-dmabuf-formats build patch * sources/poky 7434b542897...2a163834b02 (20): > gnu-efi: upgrade to 4.0.0 > gnu-efi: fix license > gnu-efi: remove obsolete patch > gnu-efi: pass HOSTCC and INCLUDEDIR > gcr: correct gpg2 -> gpg > gnupg: upgrade 2.5.0 -> 2.5.1 > python: backport patches to support openssl 3.4.0 > openssl: upgrade 3.3.1 -> 3.4.0 > bitbake: runqueue: Fix scenetask processing performance issue > bitbake: runqueue: Optimise setscene loop processing > bitbake: runqueue: Fix performance of multiconfigs with large overlap > kmscube: Upgrade to the latest revision > scocat: upgrade 1.8.0.0 -> 1.8.0.1 > gpgme: upgrade 1.23.2 -> 1.24.0 > man-db: upgrade 2.12.1 -> 2.13.0 > bitbake: fetch2: fix unpack of a single zstd file > migration-guides: add release notes for 4.0.23 > ref-manual: classes: fix bin_package description > classes.rst variables.rst: add documentation for uki.bbclass > migration-guides: add release notes for 5.0.5 Signed-off-by: Khem Raj --- sources/meta-openembedded | 2 +- sources/meta-qt6 | 2 +- sources/meta-tegra | 2 +- sources/poky | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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/poky b/sources/poky index 7434b5428..2a163834b 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 7434b5428971576c6c1422d0a385084936ee9768 +Subproject commit 2a163834b025bb3bb39f019d4f9d283a68de1526 From 342650c015d49008a5a3e3b9af0d5aa4764d6c1f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 30 Nov 2024 16:37:37 -0800 Subject: [PATCH 2/4] site: Bump image version Signed-off-by: Khem Raj --- conf/site.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 6b741d43ea98cb7ef15157cb9345b20a860902e4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 30 Nov 2024 16:40:53 -0800 Subject: [PATCH 3/4] yoe: Start 2024.12 release Codename - Valais Blacknose Signed-off-by: Khem Raj --- sources/meta-yoe/conf/distro/yoe.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" From bf3661217e9caaeb733e0b00c442b9ab45f07a5c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 30 Nov 2024 16:44:57 -0800 Subject: [PATCH 4/4] CHANGELOG.md: Document changes Signed-off-by: Khem Raj --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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