From 91ce4e145e57fdb34e6c1085d18bd2d95b223419 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 2 Sep 2024 00:42:39 -0700 Subject: [PATCH 1/5] yoe:Start 2024.09 dev cycle 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 86519efb9..422131cf1 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.08" -DISTRO_CODENAME = "Rabo Largo" +DISTRO_VERSION = "2024.09-rc.1" +DISTRO_CODENAME = "Sahel" SDK_VERSION := "${DISTRO_VERSION}" SDK_NAME_PREFIX = "yoe" From c46a1184bc9563ef43e85430c0bd048fee644816 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 2 Sep 2024 18:13:53 -0700 Subject: [PATCH 2/5] Layer Updates: sources/meta-clang sources/meta-freescale sources/meta-openembedded sources/meta-qt6 sources/meta-tegra sources/poky * sources/meta-clang 9e0ef14...685abe9 (1): > vulkan-samples: Add Wno-error=overriding-option and remove Wno-error=deprecated-declarations * sources/meta-freescale 8266ad6f...d3519082 (1): > Merge pull request #1915 from MaxKrummenacher/master * sources/meta-openembedded 65bac5505f...c8f4a78640 (9): > nodejs: upgrade 20.16.0 -> 20.17.0 > tcpdump: upgrade 4.99.4 -> 4.99.5 > mpv: Fix typo in x11 option > klibc: fix debug pkgs reproducibility > python3-flatbuffers: provide nativesdk support > gcab: fix buildpaths QA issue > gcab: keep buildpaths QA issue as a warning > xerces-c: fix buildpaths QA issue > gpm: fix buildpaths QA issue * sources/meta-qt6 8cee80e...f3c6e15 (1): > Merge pull request #62 from YoeDistro/kraj/6.7 * sources/meta-tegra ba9e09c9...a0a0005b (1): > tegra-storage-layout-base: fix typo on external layout * sources/poky d78224151d0...bd2159719c0 (26): > patchtest: test_non_auh_upgrade: improve parse logic > iw: Fix LICENSE > patchtest: test_shortlog_length: omit shortlog prefixes > patchtest: test_mbox: remove duplicate regex definition > ffmpeg: Package example files in ffmpeg-examples > python: Backport fixes for CVE-2024-7592 > testexport: support for executing tests over serial > packagegroup-core-tools-profile.bb: Enable aarch64 valgrind > openssh: Mark CVE-2023-51767 as wont-fix > systemd: dont set polkit permissions manually > abi-version/ssate: Bump to avoid systemd hash corruption issue > u-boot: Ensure we use BFD as linker even if using GCC for it > aspell: Backport a fix to build with gcc-15/clang-19 > buildcfg.py: add dirty status to get_metadata_git_describe > apr: upgrade 1.7.4 -> 1.7.5 > insane: Remove redundant returns > oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction > systemd.bbclass: Clean up empty parent directories > piglit: add missing dependency on wayland > runqemu: add sd card device > uboot-sign: fix counters in do_uboot_assemble_fitimage > linux-firmware: Move Silabs wfx firmware to a separate package > runqemu: Fix detection of -serial parameter > fmt: Get rid of std::copy > python3-pyparsing: upgrade 3.1.2 -> 3.1.4 > python3-hypothesis: upgrade 6.111.1 -> 6.111.2 Signed-off-by: Khem Raj --- sources/meta-clang | 2 +- sources/meta-freescale | 2 +- sources/meta-openembedded | 2 +- sources/meta-qt6 | 2 +- sources/meta-tegra | 2 +- sources/poky | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sources/meta-clang b/sources/meta-clang index 9e0ef14c5..685abe9da 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 9e0ef14c505b8621baad385328293f5eb2d1202a +Subproject commit 685abe9da706985c3f9c3d836ce4969c2cf5ef03 diff --git a/sources/meta-freescale b/sources/meta-freescale index 8266ad6ff..d35190827 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 8266ad6fffc600ea940b8f02649136e86d666540 +Subproject commit d351908271556aed6e900372f6ca3d12081065a4 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 65bac5505..c8f4a7864 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 65bac5505f306c693244186c769cef18aa436f60 +Subproject commit c8f4a786402063d160fa16284c16c8fca8165a5a diff --git a/sources/meta-qt6 b/sources/meta-qt6 index 8cee80e72..f3c6e150a 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit 8cee80e729d540cc86b546beb065e3df198895c3 +Subproject commit f3c6e150afbdbbcfc76928f5f0b39f35d09baf0a diff --git a/sources/meta-tegra b/sources/meta-tegra index ba9e09c98..a0a0005b1 160000 --- a/sources/meta-tegra +++ b/sources/meta-tegra @@ -1 +1 @@ -Subproject commit ba9e09c980886d2e095332a5a3c817da2f415b85 +Subproject commit a0a0005b157505081539a851dfdcf3948da215b3 diff --git a/sources/poky b/sources/poky index d78224151..bd2159719 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit d78224151d076ea900c74fc5f6acc418cf65c4ea +Subproject commit bd2159719c08c101a25a5012fc684163135653e6 From c5ddb1301286828e1aec984271294228df8341c7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 2 Sep 2024 18:22:07 -0700 Subject: [PATCH 3/5] CHANGELOG: Document changes Signed-off-by: Khem Raj --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b2cdd164..278be1e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ 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.09] - 2024-09-xx + +### Changed + +- Fix systemd to not set polkit permissions manually +- Support testing over serial connection in textexport +- Always use BFD linker to build u-boot +- Fix several recipes to build with Clang-19 +- Fix more buildpaths QA error in meta-openembedded +- Update QT6 to latest on 6.7 series + +### Added + +### Removed + + ## [2024.08] - 2024-08-31 ### Changed From b91357ce6fa32704e3927b79b94968510706e0b2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 2 Sep 2024 18:22:29 -0700 Subject: [PATCH 4/5] 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 322d30393..797b16e2c 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.8.0" +IMG_VERSION = "24.8.1" From 7855efb58249de98adb7b6a4be89c5489438bc08 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 2 Sep 2024 18:22:52 -0700 Subject: [PATCH 5/5] Layer Updates: sources/meta-openembedded * sources/meta-openembedded c8f4a78640...84d6e138cb (1): > cleanup after polkit fix Signed-off-by: Khem Raj --- sources/meta-openembedded | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/meta-openembedded b/sources/meta-openembedded index c8f4a7864..84d6e138c 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit c8f4a786402063d160fa16284c16c8fca8165a5a +Subproject commit 84d6e138cb558cea9155e5a392e2ff7647e2e688