From 66d69d2df78b0bbdcfeb7a13616e28ffa38f2a60 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 29 Sep 2024 14:02:45 -0700 Subject: [PATCH 1/4] yoe.inc: Mark for 2024.09 release Signed-off-by: Khem Raj --- sources/meta-yoe/conf/distro/yoe.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" From e150425028999fcc0c37c610242c511089ea0ab4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 29 Sep 2024 14:03:15 -0700 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 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" From 2b358e669bae757df2403c31ff739f91c3329075 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 29 Sep 2024 14:04:01 -0700 Subject: [PATCH 3/4] Layer Updates: sources/meta-arm sources/meta-clang sources/meta-freescale sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-tegra sources/meta-ti sources/meta-variscite-bsp * sources/meta-arm ea2c1ab5...3db8bc67 (7): > arm-bsp/trusted-firmware-m: corstone1000: Update metadata handling > CI: switch to building against styhead branches where possible > add basic b4 config file > arm/optee-client: fix systemd service dependencies > arm/optee: Add optee udev rules > arm/lib: Handle timeout for spawn object on stop() > arm-bsp/trusted-services: corstone1000: Update Trusted-Services patches * sources/meta-clang f3cf775...32c4e62 (3): > clang: Do not package clang-pseudo clang-pseudo-gen and clang-rename > vte: Disable gi data generation when using clang > vte: Use libstdc++ when using clang * sources/meta-freescale 5b1074a6...cfabecce (2): > Merge pull request #1954 from Livius90/master > Merge pull request #1949 from Freescale/bump-kernel * sources/meta-openembedded 22677f96c2...2066390446 (49): > libidn: upgrade 1.41 -> 1.42 > tk: upgrade 8.6.10 -> 8.6.15 > rocksdb: Add ptest support > libnetfilter-conntrack: upgrade 1.0.9 -> 1.1.0 > e2tools: upgrade 0.1.0 -> 0.1.2 > pipewire: add patch to fix zero initialization > pipewire: update 1.2.3 -> 1.2.5 > lksctp-tools: upgrade 1.0.20 -> 1.0.21 > thrift: upgrade 0.20.0 -> 0.21.0 > linuxptp: upgrade 4.1 -> 4.4 > catch2: upgrade 3.7.0 -> 3.7.1 > fio: upgrade 3.36 -> 3.37 > ipmtool: add UPSTREAM_CHECK_GITTAGREGEX > mariadb: Fix build with clang-20/trunk > softhsm: add destroyed global access prevention patch > xfce4-panel: upgrade 4.18.3 -> 4.18.4 > gpsd: condition the runtime dependence of pyserial on the pygps > Revert "gpsd: make the meta-python dependency conditionally" > python3-sqlparse: Add missing rdep on mypy module for ptests > python3-pytest-mock: Fix ptests > python3-pint: Upgrade to 0.24.3 > fuse: Add "fuse:fuse" to CVE_PRODUCT > capnproto: Add "capnp" to CVE_PRODUCT > polkit: Update Upstream-Status of a merged patch > syslog-ng: upgrade 4.6.0 -> 4.7.0 > valkey: Add recipe > python3-validators: Add missing rdeps for ptests > python3-eth-hash: Add packageconfigs and switch to pep517-backend > python3-gunicorn: Add missing rdeps for ptests > python3-ujson: Add python misc modules to ptest rdeps > python3-setproctitle: Add missing rdeps for ptests > python3-trio: Add recipe > python3-python-multipart: Add recipe > python3-outcome: Add recipe > python3-a2wsgi: Fix ptest run > python3-pdm-build-locked: Add recipe > python3-starlette: Add recipe > python3-pdm-backend: Upgrade to 2.4.1 release > python3-pdm: Upgrade to 2.19.1 > python3-pydbus: Add missing rdep on xml module for ptests > perfetto: upgrade 31.0 -> 47.0 > python3-typer: Disable test_rich_markup_mode tests > audit: Fix CVE_PRODUCT > python3-setproctitle: Add new recipe > tcpslice: upgrade 1.7 -> 1.8 > gpsd: make the meta-python dependency conditionally > gnome-desktop: update 44.0 -> 44.1 > gnome-shell: add gnome-control-center dependency > lksctp-tools: upgrade 1.0.19 -> 1.0.20 * sources/meta-qcom 46d8b33...cff2e79 (1): > Merge pull request #655 from lumag/CI-artifacts * sources/meta-qt6 e823146...20efa11 (1): > Merge pull request #64 from YoeDistro/kraj/6.8 * sources/meta-tegra e9fe765b...d0140105 (1): > external/openembedded-layer: update opencv bbappend version to 4.10 * sources/meta-ti 82e8543c...348fa454 (3): > meta-ti-extras: ti-osal: Remove this recipe > meta-ti-extras: dspdce-fw: Remove unused firmware > cmem: Remove CMEM userspace library * sources/meta-variscite-bsp 65109b3...c6500eb (1): > Merge pull request #34 from YoeDistro/kraj/mickledore-var02 Signed-off-by: Khem Raj --- sources/meta-arm | 2 +- sources/meta-clang | 2 +- sources/meta-freescale | 2 +- sources/meta-openembedded | 2 +- sources/meta-qcom | 2 +- sources/meta-qt6 | 2 +- sources/meta-tegra | 2 +- sources/meta-ti | 2 +- sources/meta-variscite-bsp | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) 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 From bedbd1f74c206cfd2b194d7dff22f7840d9bdc21 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 29 Sep 2024 14:11:28 -0700 Subject: [PATCH 4/4] CHANGELOG: Document changes Signed-off-by: Khem Raj --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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