From 3c67d710617b467a9e71966faaca3f43e9f9b474 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 17 Oct 2024 22:07:05 -0700 Subject: [PATCH 1/3] Layer Updates: sources/meta-freescale sources/meta-intel sources/meta-openembedded sources/meta-ti * sources/meta-freescale 12fc8f4d...17fdf02f (3): > Merge pull request #1976 from MaxKrummenacher/master > Merge pull request #1975 from MaxKrummenacher/mesa-etnaviv-env > Merge pull request #1973 from Livius90/master * sources/meta-intel 35d96117...feb12460 (1): > oidn: fix useless-rpaths QA issue * sources/meta-openembedded 456a5e1cc8...8255ea81d8 (21): > libplacebo: reorganize dependencies > tomlplusplus: Inherit pkgconfig > ptest-packagelists-meta-oe.inc: Add tomlplusplus > tomlplusplus: Add ptest support > tomlplusplus: Move from meta-wayland > mosquitto: upgrade 2.0.18 -> 2.0.19 > nng: Rename default branch of github.com:nanomsg/nng.git > python3-grpcio-tools/channelz/reflection: update 1.62.2 -> 1.66.2 > python3-wxgtk4: update 4.2.1 -> 4.2.2 > python3-m2crypto: update 0.40.1 -> 0.42.0 > libcec: disable python wrapper > libsigrokdecode: add py3.13 compatibility tweak > mraa: disable python bindings > python3-grpcio: update 1.66.1 -> 1.66.2 > python3-yappi: backport a python 3.13 patch > python3-httptools: update 0.6.1 -> 0.6.2 > python3-geojson: backport python 3.13 patch > cmpi-bindings: disable python3 due to 3.13 incompatibility > python3-html2text: remove python3-cgitb dependency > python3-meld: do not depend on python3-cgitb > nodejs: cleanup * sources/meta-ti ad8b020a...82ee1dc3 (4): > CI/CD Auto-Merger: cicd.master.202410170100 > layer.conf: add compatibility with walnascar > ti-bsp: Add RT and systest support > ti-bsp: Fix copy/paste error for bsp-ti-6_12 setting Signed-off-by: Khem Raj --- sources/meta-freescale | 2 +- sources/meta-intel | 2 +- sources/meta-openembedded | 2 +- sources/meta-ti | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/meta-freescale b/sources/meta-freescale index 12fc8f4da..17fdf02fc 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 12fc8f4da4677d60404acb116a3dbce6366102cf +Subproject commit 17fdf02fcb997fa03bef67c8a9074bef3eba8cab diff --git a/sources/meta-intel b/sources/meta-intel index 35d961172..feb12460c 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit 35d9611724169a86d136c9b84ccd07f3f203545a +Subproject commit feb12460c907e69173aa9b9ea3009b9d4a398c40 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 456a5e1cc..8255ea81d 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 456a5e1cc82d039c45a7b60fe96ddf6101b470ed +Subproject commit 8255ea81d8ed6f59e8483d4f61a1405da9a16d60 diff --git a/sources/meta-ti b/sources/meta-ti index ad8b020af..82ee1dc3b 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit ad8b020afeb481f7aec8d59f7eedb201cd1a53e5 +Subproject commit 82ee1dc3bb3229a8cb1acff748d1e36ede6b871f From b4731768b0d397c91bcb853b7747dfc1550947a5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 17 Oct 2024 22:10:02 -0700 Subject: [PATCH 2/3] CHANGELOG.md: Document changes Signed-off-by: Khem Raj --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d95c3aed..adfcc77d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,10 +24,12 @@ and this project adheres to - Update Gnome components to version 47 - Fix ptests in meta-filesystems and meta-multimedia - Upgrade clang to 19.1.2 release +- Fix several recipes to work with python 3.13 ### Added - Added recipes for - fastfloat, glad, python3-pytest-codspeed + tomlplusplus ### Removed From d5e324f7f746e3024e1abf0c469f00b86ac19359 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 17 Oct 2024 22:11:15 -0700 Subject: [PATCH 3/3] 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 dd6d2fa95..11d17da2f 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.9.3" +IMG_VERSION = "24.9.4"