From 80f9100249e1d8e555e58a67f58c46c09dba9c1a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 23 Sep 2024 09:50:57 -0700 Subject: [PATCH 1/3] Layer Updates: sources/meta-arm sources/meta-freescale sources/meta-openembedded sources/meta-qcom sources/meta-raspberrypi sources/meta-rockchip sources/meta-tegra sources/meta-tegra-community sources/poky * sources/meta-arm 45a2b442...ea2c1ab5 (3): > arm-bsp/fvp: Re-enable parselogs > arm-bsp/fvp-base: Get 6.10 kernel working > arm-bsp/fvp-base: support poky-altcfg * sources/meta-freescale 71bf3770...5b1074a6 (1): > Merge pull request #1950 from hiagofranco/update_vvcam * sources/meta-openembedded 8c4bbc148b...22677f96c2 (33): > non-repro-meta-networking: update known non-reproducible list > protobuf: upgrade 4.25.4 -> 4.25.5 > protobuf: add abseil-cpp to RDEPENDS > abseil-cpp: upgrade 20240116.2 -> 20240722.0 > opencv: upgrade 4.9.0 -> 4.10.0 > traceroute: upgrade 2.1.5 -> 2.1.6 > tecla: upgrade 46.0 -> 47.0 > stunnel: upgrade 5.72 -> 5.73 > python3-yarl: upgrade 1.10.0 -> 1.11.1 > python3-xmlschema: upgrade 3.3.2 -> 3.4.1 > python3-virtualenv: upgrade 20.26.4 -> 20.26.5 > python3-robotframework: upgrade 7.0.1 -> 7.1 > python3-rich: upgrade 13.8.0 -> 13.8.1 > python3-regex: upgrade 2024.7.24 -> 2024.9.11 > python3-pyunormalize: upgrade 15.1.0 -> 16.0.0 > python3-pyproject-api: upgrade 1.7.1 -> 1.7.2 > python3-pymisp: upgrade 2.4.197 -> 2.4.198 > python3-pyasn1-modules: upgrade 0.4.0 -> 0.4.1 > python3-psycopg: upgrade 3.2.1 -> 3.2.2 > python3-platformdirs: upgrade 4.3.1 -> 4.3.6 > python3-paramiko: upgrade 3.4.1 -> 3.5.0 > python3-nmap: upgrade 1.6.0 -> 1.9.1 > python3-greenlet: upgrade 3.0.3 -> 3.1.0 > python3-filelock: upgrade 3.16.0 -> 3.16.1 > python3-eventlet: upgrade 0.36.1 -> 0.37.0 > python3-elementpath: upgrade 4.4.0 -> 4.5.0 > pegtl: upgrade 3.2.7 -> 3.2.8 > libmanette: upgrade 0.2.7 -> 0.2.9 > gnome-font-viewer: upgrade 46.0 -> 47.0 > gnome-chess: upgrade 46.0 -> 47.0 > gnome-backgrounds: upgrade 46.0 -> 47.0 > ctags: upgrade 6.1.20240908.0 -> 6.1.20240915.0 > bdwgc: upgrade 8.2.6 -> 8.2.8 * sources/meta-qcom 1f53a82...46d8b33 (1): > Merge pull request #651 from avs-sas/sas/master/u-boot * sources/meta-raspberrypi f44832b...d5ffe13 (1): > linux-firmware-rpidistro: Upgrade to bookworm/20230625-2+rpt3 * sources/meta-rockchip ae59945...24a411a (1): > abd-partition: add runtime dependency * sources/meta-tegra 98e065a4...e9fe765b (1): > arm-trusted-firmware: set DEBUG and LOG_LEVEL from bitbake * sources/meta-tegra-community b18eebb...4efa0a2 (1): > python3-jetson-stats: update to 4.2.4 * sources/poky 8f01ae5c7cb...8634e46b404 (29): > gsettings-desktop-schemas: update 46.1 -> 47.1 > libadwaita: update 1.5.3 -> 1.6.0 > libportal: update 0.7.1 -> 0.8.1 > glib-2.0: update 2.80.4 -> 2.82.1 > gtk4: update 4.14.5 -> 4.16.0 > oeqa/postactions: Fix archive retrieval from target > json-c: avoid ptest failure caused by valgrind > binutils: Fix binutils mingw packaging > bitbake.conf: Add mingw32 SOLIBS and SOLIBSDEV definitions > libpam: use libdir in conditional > image_types: make tar images more reproducible > python3-pip: keep pip program name > binutils: Add missing perl modules to RDEPENDS for nativsdk variant > genericarm64: don't pin to linux 6.6 > linux-yocto: add .bbappend for 6.10 > qemu: Fix build on musl/riscv64 > systemd-bootchart: Add riscv 32bit support > security-flags: Re-enable pie for power pc > omvf: update from edk2-stable202402 to edk2-stable202408 > nfs-utils: 2.6.4 -> 2.7.1 > bitbake: tests/fetch: Update GoModTest and GoModGitTest > bluez: Fix mesh builds on musl > go-mod.bbclass: Unpack module dependency license files > go-mod.bbclass: Set GO_MOD_CACHE_DIR > connman: upgrade 1.42 -> 1.43 > iputils: upgrade 20240117 -> 20240905 > json-glib: upgrade 1.8.0 -> 1.10.0 > doc/features: describe distribution feature pni-name > doc/features: remove duplicate word in distribution feature ext2 Signed-off-by: Khem Raj --- sources/meta-arm | 2 +- sources/meta-freescale | 2 +- sources/meta-openembedded | 2 +- sources/meta-qcom | 2 +- sources/meta-raspberrypi | 2 +- sources/meta-rockchip | 2 +- sources/meta-tegra | 2 +- sources/meta-tegra-community | 2 +- sources/poky | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sources/meta-arm b/sources/meta-arm index 45a2b4428..ea2c1ab5d 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit 45a2b44284444aaf89e03c40258f876785425582 +Subproject commit ea2c1ab5db4e2bd9ad0e93534f62391c86417a0c diff --git a/sources/meta-freescale b/sources/meta-freescale index 71bf37702..5b1074a61 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 71bf377029d99dc64a54f6cff8941fcdfb8fb58d +Subproject commit 5b1074a614e1a84f564e82f6354d183192b2799f diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 8c4bbc148..22677f96c 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 8c4bbc148be8e181ebc5ee574c1c64a152ed5d30 +Subproject commit 22677f96c2c1339d66412bfe7147e51702c71214 diff --git a/sources/meta-qcom b/sources/meta-qcom index 1f53a82f4..46d8b3339 160000 --- a/sources/meta-qcom +++ b/sources/meta-qcom @@ -1 +1 @@ -Subproject commit 1f53a82f45fb2f8e93619eb5299d35e3e073f3db +Subproject commit 46d8b3339ca79cc8c449fbbd28c6ff1d083fea11 diff --git a/sources/meta-raspberrypi b/sources/meta-raspberrypi index f44832bcd..d5ffe135c 160000 --- a/sources/meta-raspberrypi +++ b/sources/meta-raspberrypi @@ -1 +1 @@ -Subproject commit f44832bcddada39bf61ead8e6164e285807cead3 +Subproject commit d5ffe135c73ab940148e595c6fb010d50ddcfc60 diff --git a/sources/meta-rockchip b/sources/meta-rockchip index ae59945bf..24a411a17 160000 --- a/sources/meta-rockchip +++ b/sources/meta-rockchip @@ -1 +1 @@ -Subproject commit ae59945bfee4120dc1da7947a35705744cfb928d +Subproject commit 24a411a17f389650c4cea38bef1f9279117fab8e diff --git a/sources/meta-tegra b/sources/meta-tegra index 98e065a4d..e9fe765b5 160000 --- a/sources/meta-tegra +++ b/sources/meta-tegra @@ -1 +1 @@ -Subproject commit 98e065a4d969755b99d3f8261e181ed481bf4b00 +Subproject commit e9fe765b56bc1d0e320c9d977f46c7223ed40db8 diff --git a/sources/meta-tegra-community b/sources/meta-tegra-community index b18eebbc4..4efa0a254 160000 --- a/sources/meta-tegra-community +++ b/sources/meta-tegra-community @@ -1 +1 @@ -Subproject commit b18eebbc46036737f7285a6bfb5c0b852050fc68 +Subproject commit 4efa0a254766756809ce5045b687998848abadd2 diff --git a/sources/poky b/sources/poky index 8f01ae5c7..8634e46b4 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 8f01ae5c7cba251ed25c80f0141a950ebc8a5f73 +Subproject commit 8634e46b4040b6008410b6d77fecb5cbaec7e90e From dbfbcd1a34c1283dcf6b283f917b3685ba417f92 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 23 Sep 2024 09:58:35 -0700 Subject: [PATCH 2/3] CHANGELOG: Document changes Signed-off-by: Khem Raj --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a5c019e..8f1ef15d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,9 @@ and this project adheres to - Upgrade Clang to 19.1.0 major release - Fix several recipes to build for RISCV32 architecture - Switch QT6 to 6.8 release +- Upgrade glib-2.0 to 2.82.1 +- Upgrade gtk4 to 4.16 +- Upgrade OpenCV to 4.10 ### Added From 0731d9de4c23b90ffb8fa4db42a295b4bb2b2a1f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 23 Sep 2024 09:59:10 -0700 Subject: [PATCH 3/3] site.conf: Bump image version Signed-off-by: Khem Raj --- conf/site.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/site.conf b/conf/site.conf index 52d9355d5..046d0db4d 100644 --- a/conf/site.conf +++ b/conf/site.conf @@ -8,7 +8,7 @@ SCONF_VERSION = "1" require ${TOPDIR}/conf/projects/${PROJECT}/config.conf # Override default distro profile if needed -#YOE_PROFILE = "yoe-musl-sysvinit-wayland" +#YOE_PROFILE = "yoe-musl-systemd-wayland" #require conf/world.conf -IMG_VERSION = "24.8.4" +IMG_VERSION = "24.8.5"