diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1ef15d9..d049f0ced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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 +## [2024.09] - 2024-09-30 ### Changed @@ -29,16 +29,21 @@ and this project adheres to - Upgrade glib-2.0 to 2.82.1 - Upgrade gtk4 to 4.16 - Upgrade OpenCV to 4.10 +- Use GNU C++ runtime for building vte +- Fix all ptest failures in meta-python layer ### Added -- Added recipes - libspelling, imx-cst, freeipmi +- Added recipes - libspelling, imx-cst, freeipmi, valkey + python3-trio, python3-python-multipart, python3-outcome + python3-pdm-build-locked, python3-starlette python3-setproctitle - Add gomodule fetcher - Add genimage support ### Removed - Drop TCLIBCAPPEND +- Removed cmem and ti-osal recipes ## [2024.08] - 2024-08-31 diff --git a/conf/site.conf b/conf/site.conf index 046d0db4d..8deda9287 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.8.5" +IMG_VERSION = "24.9.0" diff --git a/sources/meta-arm b/sources/meta-arm index ea2c1ab5d..3db8bc67b 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit ea2c1ab5db4e2bd9ad0e93534f62391c86417a0c +Subproject commit 3db8bc67b4a42d8c1b196b7a62f9dfa55c40ea07 diff --git a/sources/meta-clang b/sources/meta-clang index f3cf77541..32c4e622b 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit f3cf775413863c61121911ca83e72bee9e27ec29 +Subproject commit 32c4e622bd723abf08753a0f7720a4b4064d8f95 diff --git a/sources/meta-freescale b/sources/meta-freescale index 5b1074a61..cfabecce5 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 5b1074a614e1a84f564e82f6354d183192b2799f +Subproject commit cfabecce5662af7e71900882a45c093bb70619a5 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 22677f96c..206639044 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 22677f96c2c1339d66412bfe7147e51702c71214 +Subproject commit 2066390446b6c9201c88ed3c53fc894163374796 diff --git a/sources/meta-qcom b/sources/meta-qcom index 46d8b3339..cff2e7942 160000 --- a/sources/meta-qcom +++ b/sources/meta-qcom @@ -1 +1 @@ -Subproject commit 46d8b3339ca79cc8c449fbbd28c6ff1d083fea11 +Subproject commit cff2e79422d714327fa1a408fe1980a1277cc1b2 diff --git a/sources/meta-qt6 b/sources/meta-qt6 index e82314636..20efa11f8 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit e82314636b15d0d6a4dc83fcf6e9e60af22aeef8 +Subproject commit 20efa11f88a327c6e43320117abed5043591ac8d diff --git a/sources/meta-tegra b/sources/meta-tegra index e9fe765b5..d01401058 160000 --- a/sources/meta-tegra +++ b/sources/meta-tegra @@ -1 +1 @@ -Subproject commit e9fe765b56bc1d0e320c9d977f46c7223ed40db8 +Subproject commit d01401058ace3c4a11daf7184fdf0423c789c8e4 diff --git a/sources/meta-ti b/sources/meta-ti index 82e8543cd..348fa454b 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit 82e8543cdcec09f1fe95fd2c937121ed3c513c22 +Subproject commit 348fa454bcfb6334fe91939b1735c7ee41cf2512 diff --git a/sources/meta-variscite-bsp b/sources/meta-variscite-bsp index 65109b321..c6500eb0d 160000 --- a/sources/meta-variscite-bsp +++ b/sources/meta-variscite-bsp @@ -1 +1 @@ -Subproject commit 65109b321ff437d295b79b103bde7ca08c908ad3 +Subproject commit c6500eb0d437b5d442aa0109650900088641ad49 diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index 81cfceb10..55b9d6f41 100644 --- a/sources/meta-yoe/conf/distro/yoe.inc +++ b/sources/meta-yoe/conf/distro/yoe.inc @@ -6,7 +6,7 @@ MAINTAINER = "Yoe Distro Community " TARGET_VENDOR = "-yoe" SDK_VENDOR = "-yoesdk" # Distro version is YYYY.MM -DISTRO_VERSION = "2024.09-rc.1" +DISTRO_VERSION = "2024.09" DISTRO_CODENAME = "Sahel" SDK_VERSION := "${DISTRO_VERSION}"