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 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" 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..84d6e138c 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 65bac5505f306c693244186c769cef18aa436f60 +Subproject commit 84d6e138cb558cea9155e5a392e2ff7647e2e688 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/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" 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