* [OE-core] [PATCH 02/32] ell: upgrade 0.71 -> 0.73
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 03/32] erofs-utils: upgrade 1.8.4 -> 1.8.5 wangmy
` (31 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- Add support for the Test Anything Protocol.
- Fix issue with parsing hwdb.bin child structures.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-core/ell/{ell_0.71.bb => ell_0.73.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/ell/{ell_0.71.bb => ell_0.73.bb} (88%)
diff --git a/meta/recipes-core/ell/ell_0.71.bb b/meta/recipes-core/ell/ell_0.73.bb
similarity index 88%
rename from meta/recipes-core/ell/ell_0.71.bb
rename to meta/recipes-core/ell/ell_0.73.bb
index b9a0b595d4..c6691c7e54 100644
--- a/meta/recipes-core/ell/ell_0.71.bb
+++ b/meta/recipes-core/ell/ell_0.73.bb
@@ -15,4 +15,4 @@ DEPENDS = "dbus"
inherit autotools pkgconfig
SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "850f79cc993791f00232fd31cbaf3e8212edcef25ca0515f98c6d48dfb5952d7"
+SRC_URI[sha256sum] = "ae97f848b45a59be7741369880badfa8c08a55a24b21eae3468342cc012df11b"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 03/32] erofs-utils: upgrade 1.8.4 -> 1.8.5
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 02/32] ell: upgrade 0.71 -> 0.73 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 04/32] fmt: upgrade 11.1.1 -> 11.1.3 wangmy
` (30 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- (mkfs.erofs) Support '-Efragdedupe=inode' for multithreading;
- (dump.erofs) Add '--cat' to show file contents (Juan Hernandez);
- (mkfs.erofs) Fix inefficient fragment deduplication;
- (fsck.erofs/erofsfuse) Introduce fragment cache;
- (fsck.erofs) Preserve S{U,G}ID bits properly on extraction;
- (mkfs.erofs, tarerofs) Align non-existent directories with their parents;
- Several minor bugfixes.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../erofs-utils/{erofs-utils_1.8.4.bb => erofs-utils_1.8.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/erofs-utils/{erofs-utils_1.8.4.bb => erofs-utils_1.8.5.bb} (94%)
diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.4.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.5.bb
similarity index 94%
rename from meta/recipes-devtools/erofs-utils/erofs-utils_1.8.4.bb
rename to meta/recipes-devtools/erofs-utils/erofs-utils_1.8.5.bb
index ba06e7019d..54ead294fb 100644
--- a/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.4.bb
+++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.5.bb
@@ -5,7 +5,7 @@ SECTION = "base"
LIC_FILES_CHKSUM = "file://COPYING;md5=73001d804ea1e3d84365f652242cca20"
HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README"
-SRCREV = "b4b93c26c7e8e771af93627f02791818e7c78f6c"
+SRCREV = "7bc147fafd53a2a9ff7c22399491079e5bfffafc"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master;protocol=https"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 04/32] fmt: upgrade 11.1.1 -> 11.1.3
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 02/32] ell: upgrade 0.71 -> 0.73 wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 03/32] erofs-utils: upgrade 1.8.4 -> 1.8.5 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 05/32] gcr: upgrade 4.3.0 -> 4.3.91 wangmy
` (29 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
fix-gcc9.patch
removed since it's included in 11.1.3
Changelog:
=========
- Fixed compilation on GCC 9.4
- Worked around an internal compiler error when using C++20 modules with GCC
14.2 and earlier
- Worked around a bug in GCC 6
- Fixed an issue caused by instantiating 'formatter<const T>'
- Fixed formatting into 'std::ostreambuf_iterator' when using format string
compilation
- Restored a constraint on the map formatter so that it correctly reports as
unformattable when the element is
- Reduced the size of format specs
- Readded 'args()' to 'fmt::format_context'
- Fixed a bogus MSVC warning
- Fixed a pedantic mode error in the CMake config
- Fixed ABI compatibility with earlier 11.x versions
- Added 'wchar_t' support to the 'std::bitset' formatter
- Prefixed CMake components with 'fmt-' to simplify usage of {fmt} via
'add_subdirectory'
- Updated docs for meson
- Fixed a compilation error in chrono on nvcc
- Fixed various warnings
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../recipes-devtools/fmt/files/fix-gcc9.patch | 26 -------------------
.../fmt/{fmt_11.1.1.bb => fmt_11.1.3.bb} | 5 ++--
2 files changed, 2 insertions(+), 29 deletions(-)
delete mode 100644 meta/recipes-devtools/fmt/files/fix-gcc9.patch
rename meta/recipes-devtools/fmt/{fmt_11.1.1.bb => fmt_11.1.3.bb} (84%)
diff --git a/meta/recipes-devtools/fmt/files/fix-gcc9.patch b/meta/recipes-devtools/fmt/files/fix-gcc9.patch
deleted file mode 100644
index 1d67f7094d..0000000000
--- a/meta/recipes-devtools/fmt/files/fix-gcc9.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 5f0572acdca120e11f6d810765d7a6a3c593fcbb Mon Sep 17 00:00:00 2001
-From: Victor Zverovich <viz@meta.com>
-Date: Sat, 18 Jan 2025 09:00:22 -0800
-Subject: [PATCH] Workaround a compilation error on gcc 9.4
-
-Upstream-Status: Backport [5f0572acdca120e11f6d810765d7a6a3c593fcbb]
-Signed-off-by: Ross Burton <ross.burton@arm.com>
----
- include/fmt/format.h | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/include/fmt/format.h b/include/fmt/format.h
-index 9cd523a9e6a5..4466b4f4d24b 100644
---- a/include/fmt/format.h
-+++ b/include/fmt/format.h
-@@ -227,7 +227,9 @@ FMT_CONSTEXPR inline void abort_fuzzing_if(bool condition) {
- #if defined(FMT_USE_STRING_VIEW)
- template <typename Char> using std_string_view = std::basic_string_view<Char>;
- #else
--template <typename T> struct std_string_view {};
-+template <typename Char> struct std_string_view {
-+ operator basic_string_view<Char>() const;
-+};
- #endif
-
- template <typename Char, Char... C> struct string_literal {
diff --git a/meta/recipes-devtools/fmt/fmt_11.1.1.bb b/meta/recipes-devtools/fmt/fmt_11.1.3.bb
similarity index 84%
rename from meta/recipes-devtools/fmt/fmt_11.1.1.bb
rename to meta/recipes-devtools/fmt/fmt_11.1.3.bb
index cfacd81a11..9a2ee396dd 100644
--- a/meta/recipes-devtools/fmt/fmt_11.1.1.bb
+++ b/meta/recipes-devtools/fmt/fmt_11.1.3.bb
@@ -4,9 +4,8 @@ HOMEPAGE = "https://fmt.dev"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b9257785fc4f3803a4b71b76c1412729"
-SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https \
- file://fix-gcc9.patch"
-SRCREV = "e3ddede6c4ee818825c4e5a6dfa1d384860c27d9"
+SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https"
+SRCREV = "9cf9f38eded63e5e0fb95cd536ba51be601d7fa2"
S = "${WORKDIR}/git"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 05/32] gcr: upgrade 4.3.0 -> 4.3.91
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (2 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 04/32] fmt: upgrade 11.1.1 -> 11.1.3 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 8:35 ` Alexander Kanavin
2025-02-18 7:39 ` [OE-core] [PATCH 06/32] hwdata: upgrade 0.391 -> 0.392 wangmy
` (28 subsequent siblings)
32 siblings, 1 reply; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- Several updates to the CI
- gcr: Implement Certificate Policies extension
- gcr: Implement Authority Information Access (AIA) extension
- gcr: Implement Authority Key Identifier extension
- gcr: Implement CRL Distribution Points extension
- gcr: Add GcrGeneralNames helper object
- gck: Add missing finish-func annotation to gck_slot_open_session_full_async
- Migrate away from g_assert() in some unit tests
- Updated translations
- ci: Another tarball publish fix
- meson: fix library version
- ci: Tarball publish fix
- gcr: Add new GcrCertificateExtension API
- gcr: Vala override for CertificateField.get_value
- Fix meson test failures in FIPS mode
- doap: Remove invalid maintainer entry
- tests: Replace echo -n by printf
- build: Avoid redundant libegg linking into gck tests
- build: Fix some GLib/GTK deprecation warnings
- ssh-agent: Request rsa-sha2-256 signature in tests
- Updated translations
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-gnome/gcr/{gcr_4.3.0.bb => gcr_4.3.91.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-gnome/gcr/{gcr_4.3.0.bb => gcr_4.3.91.bb} (95%)
diff --git a/meta/recipes-gnome/gcr/gcr_4.3.0.bb b/meta/recipes-gnome/gcr/gcr_4.3.91.bb
similarity index 95%
rename from meta/recipes-gnome/gcr/gcr_4.3.0.bb
rename to meta/recipes-gnome/gcr/gcr_4.3.91.bb
index dcd8658d9c..a76e8d486a 100644
--- a/meta/recipes-gnome/gcr/gcr_4.3.0.bb
+++ b/meta/recipes-gnome/gcr/gcr_4.3.91.bb
@@ -18,7 +18,7 @@ inherit gnomebase gtk-icon-cache gi-docgen features_check vala gobject-introspec
REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl', '', d)}"
-SRC_URI[archive.sha256sum] = "c3ee8728e4364b0397f435fa20f92f901ab139d2b264f4e059d67b3c0f43cd36"
+SRC_URI[archive.sha256sum] = "9d326ed3d78ad0eafb0848395a068adbefdeb6cff04ec5615cb3ef767d933990"
PACKAGECONFIG ??= " \
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* Re: [OE-core] [PATCH 05/32] gcr: upgrade 4.3.0 -> 4.3.91
2025-02-18 7:39 ` [OE-core] [PATCH 05/32] gcr: upgrade 4.3.0 -> 4.3.91 wangmy
@ 2025-02-18 8:35 ` Alexander Kanavin
0 siblings, 0 replies; 41+ messages in thread
From: Alexander Kanavin @ 2025-02-18 8:35 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
4.3.91 is a beta pre-release. We need to set the upstream regex to
exclude x.y.9z versions.
Alex
On Tue, 18 Feb 2025 at 08:41, wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ===========
> - Several updates to the CI
> - gcr: Implement Certificate Policies extension
> - gcr: Implement Authority Information Access (AIA) extension
> - gcr: Implement Authority Key Identifier extension
> - gcr: Implement CRL Distribution Points extension
> - gcr: Add GcrGeneralNames helper object
> - gck: Add missing finish-func annotation to gck_slot_open_session_full_async
> - Migrate away from g_assert() in some unit tests
> - Updated translations
> - ci: Another tarball publish fix
> - meson: fix library version
> - ci: Tarball publish fix
> - gcr: Add new GcrCertificateExtension API
> - gcr: Vala override for CertificateField.get_value
> - Fix meson test failures in FIPS mode
> - doap: Remove invalid maintainer entry
> - tests: Replace echo -n by printf
> - build: Avoid redundant libegg linking into gck tests
> - build: Fix some GLib/GTK deprecation warnings
> - ssh-agent: Request rsa-sha2-256 signature in tests
> - Updated translations
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> meta/recipes-gnome/gcr/{gcr_4.3.0.bb => gcr_4.3.91.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-gnome/gcr/{gcr_4.3.0.bb => gcr_4.3.91.bb} (95%)
>
> diff --git a/meta/recipes-gnome/gcr/gcr_4.3.0.bb b/meta/recipes-gnome/gcr/gcr_4.3.91.bb
> similarity index 95%
> rename from meta/recipes-gnome/gcr/gcr_4.3.0.bb
> rename to meta/recipes-gnome/gcr/gcr_4.3.91.bb
> index dcd8658d9c..a76e8d486a 100644
> --- a/meta/recipes-gnome/gcr/gcr_4.3.0.bb
> +++ b/meta/recipes-gnome/gcr/gcr_4.3.91.bb
> @@ -18,7 +18,7 @@ inherit gnomebase gtk-icon-cache gi-docgen features_check vala gobject-introspec
>
> REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl', '', d)}"
>
> -SRC_URI[archive.sha256sum] = "c3ee8728e4364b0397f435fa20f92f901ab139d2b264f4e059d67b3c0f43cd36"
> +SRC_URI[archive.sha256sum] = "9d326ed3d78ad0eafb0848395a068adbefdeb6cff04ec5615cb3ef767d933990"
>
> PACKAGECONFIG ??= " \
> ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#211567): https://lists.openembedded.org/g/openembedded-core/message/211567
> Mute This Topic: https://lists.openembedded.org/mt/111247360/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 41+ messages in thread
* [OE-core] [PATCH 06/32] hwdata: upgrade 0.391 -> 0.392
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (3 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 05/32] gcr: upgrade 4.3.0 -> 4.3.91 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 07/32] libffi: upgrade 3.4.6 -> 3.4.7 wangmy
` (27 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../recipes-support/hwdata/{hwdata_0.391.bb => hwdata_0.392.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/hwdata/{hwdata_0.391.bb => hwdata_0.392.bb} (93%)
diff --git a/meta/recipes-support/hwdata/hwdata_0.391.bb b/meta/recipes-support/hwdata/hwdata_0.392.bb
similarity index 93%
rename from meta/recipes-support/hwdata/hwdata_0.391.bb
rename to meta/recipes-support/hwdata/hwdata_0.392.bb
index b2fa87c275..e0a1a7fbb2 100644
--- a/meta/recipes-support/hwdata/hwdata_0.391.bb
+++ b/meta/recipes-support/hwdata/hwdata_0.392.bb
@@ -8,7 +8,7 @@ LICENSE = "GPL-2.0-or-later | X11"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https"
-SRCREV = "0955087d49d085d1ef2207d6bef0c07b02844b78"
+SRCREV = "e3aac7f6bed87ca6d701bb5ad30f29a8df857f66"
S = "${WORKDIR}/git"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 07/32] libffi: upgrade 3.4.6 -> 3.4.7
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (4 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 06/32] hwdata: upgrade 0.391 -> 0.392 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 08/32] libpcre2: upgrade 10.44 -> 10.45 wangmy
` (26 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- Add static trampoline support for Linux on s390x.
- Fix BTI support for ARM64.
- Support pointer authentication for ARM64.
- Fix ASAN compatibility.
- Fix x86-64 calls with 6 GP registers and some SSE registers.
- Miscellaneous fixes for ARC and Darwin ARM64.
- Fix OpenRISC or1k and Solaris 10 builds.
- Remove nios2 port.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../recipes-support/libffi/{libffi_3.4.6.bb => libffi_3.4.7.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/libffi/{libffi_3.4.6.bb => libffi_3.4.7.bb} (94%)
diff --git a/meta/recipes-support/libffi/libffi_3.4.6.bb b/meta/recipes-support/libffi/libffi_3.4.7.bb
similarity index 94%
rename from meta/recipes-support/libffi/libffi_3.4.6.bb
rename to meta/recipes-support/libffi/libffi_3.4.7.bb
index a6857a3981..b2caaa88ba 100644
--- a/meta/recipes-support/libffi/libffi_3.4.6.bb
+++ b/meta/recipes-support/libffi/libffi_3.4.7.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1db54c9fd307a12218766c3c7f650ca7"
SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BPN}-${PV}.tar.gz \
file://not-win32.patch \
"
-SRC_URI[sha256sum] = "b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e"
+SRC_URI[sha256sum] = "138607dee268bdecf374adf9144c00e839e38541f75f24a1fcf18b78fda48b2d"
EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp"
EXTRA_OECONF:class-native += "--with-gcc-arch=generic"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 08/32] libpcre2: upgrade 10.44 -> 10.45
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (5 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 07/32] libffi: upgrade 3.4.6 -> 3.4.7 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 8:35 ` Alexander Kanavin
2025-02-18 7:39 ` [OE-core] [PATCH 09/32] libportal: upgrade 0.9.0 -> 0.9.1 wangmy
` (25 subsequent siblings)
32 siblings, 1 reply; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
License-Update: LICENCE renamed to LICENCE.md
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libpcre/{libpcre2_10.44.bb => libpcre2_10.45.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libpcre/{libpcre2_10.44.bb => libpcre2_10.45.bb} (91%)
diff --git a/meta/recipes-support/libpcre/libpcre2_10.44.bb b/meta/recipes-support/libpcre/libpcre2_10.45.bb
similarity index 91%
rename from meta/recipes-support/libpcre/libpcre2_10.44.bb
rename to meta/recipes-support/libpcre/libpcre2_10.45.bb
index 36f58e4612..e82de0fa5b 100644
--- a/meta/recipes-support/libpcre/libpcre2_10.44.bb
+++ b/meta/recipes-support/libpcre/libpcre2_10.45.bb
@@ -8,14 +8,14 @@ SUMMARY = "Perl Compatible Regular Expressions version 2"
HOMEPAGE = "http://www.pcre.org"
SECTION = "devel"
LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=321a5eb46acae6b6c1ff2c7a866d836a"
+LIC_FILES_CHKSUM = "file://LICENCE.md;md5=8446a1fd12e40d9d64c79234fbb1f812"
SRC_URI = "${GITHUB_BASE_URI}/download/pcre2-${PV}/pcre2-${PV}.tar.bz2"
GITHUB_BASE_URI = "https://github.com/PCRE2Project/pcre2/releases"
UPSTREAM_CHECK_REGEX = "releases/tag/pcre2-(?P<pver>\d+(\.\d+)+)$"
-SRC_URI[sha256sum] = "d34f02e113cf7193a1ebf2770d3ac527088d485d4e047ed10e5d217c6ef5de96"
+SRC_URI[sha256sum] = "21547f3516120c75597e5b30a992e27a592a31950b5140e7b8bfde3f192033c4"
CVE_PRODUCT = "pcre2"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 09/32] libportal: upgrade 0.9.0 -> 0.9.1
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (6 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 08/32] libpcre2: upgrade 10.44 -> 10.45 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 10/32] libtest-warnings-perl: upgrade 0.037 -> 0.038 wangmy
` (24 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- Meson 0.55.0 is required
- Fix memory management in the Input Capture portal code
- Correct the type used for GObject signal connections
- Remove wrong '(closure)' annotations, fixing GObject-Introspection warnings
- Don't require a C++ compiler for the build architecture
- Fix Meson warnings
- Consistently use '#pragma once'
- Initialize all g_autoptr variables
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libportal/{libportal_0.9.0.bb => libportal_0.9.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-gnome/libportal/{libportal_0.9.0.bb => libportal_0.9.1.bb} (94%)
diff --git a/meta/recipes-gnome/libportal/libportal_0.9.0.bb b/meta/recipes-gnome/libportal/libportal_0.9.1.bb
similarity index 94%
rename from meta/recipes-gnome/libportal/libportal_0.9.0.bb
rename to meta/recipes-gnome/libportal/libportal_0.9.1.bb
index 96c25b1db8..970db65bc5 100644
--- a/meta/recipes-gnome/libportal/libportal_0.9.0.bb
+++ b/meta/recipes-gnome/libportal/libportal_0.9.1.bb
@@ -7,7 +7,7 @@ LICENSE = "LGPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404"
SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=main"
-SRCREV = "731e7410fa5765e7c4eb76a51140a19637620c13"
+SRCREV = "8f5dc8d192f6e31dafe69e35219e3b707bde71ce"
S = "${WORKDIR}/git"
inherit meson gi-docgen gobject-introspection vala features_check pkgconfig
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 10/32] libtest-warnings-perl: upgrade 0.037 -> 0.038
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (7 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 09/32] libportal: upgrade 0.9.0 -> 0.9.1 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 11/32] libuv: upgrade 1.49.2 -> 1.50.0 wangmy
` (23 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
- no longer swap out done_testing method if :no_end_test is
configured
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...st-warnings-perl_0.037.bb => libtest-warnings-perl_0.038.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/perl/{libtest-warnings-perl_0.037.bb => libtest-warnings-perl_0.038.bb} (93%)
diff --git a/meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb b/meta/recipes-devtools/perl/libtest-warnings-perl_0.038.bb
similarity index 93%
rename from meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb
rename to meta/recipes-devtools/perl/libtest-warnings-perl_0.038.bb
index 1cdc93d776..656b38f2d8 100644
--- a/meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb
+++ b/meta/recipes-devtools/perl/libtest-warnings-perl_0.038.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=f98106ac3cc05d9cbebcdb8fbf7b7815"
SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz"
-SRC_URI[sha256sum] = "682de3e7a3e8ac9265c53d0e314b8b903294c5199c005bd37e808f4484c25df2"
+SRC_URI[sha256sum] = "3da27e003a3c3cafed3c09b42be05cf9bdbff0bee5c8590a731b02853880a273"
S = "${WORKDIR}/Test-Warnings-${PV}"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 11/32] libuv: upgrade 1.49.2 -> 1.50.0
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (8 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 10/32] libtest-warnings-perl: upgrade 0.037 -> 0.038 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 12/32] libwpe: upgrade 1.16.1 -> 1.16.2 wangmy
` (22 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changes since version 1.49.2:
==============================
* ci: run macOS and iOS tests also on macOS 14
* unix,win: map ENOEXEC errno
* test: skip multicast join test on ENOEXEC
* ci: make sure the macOS firewall is disabled
* darwin,test: squelch EBUSY error on multicast join
* build: update minimum cmake to 3.10
* kqueue: use EVFILT_USER for async if available
* unix,win: fix off-by-one in uv_wtf8_to_utf16()
* doc: add scala-native-loop to LINKS.md
* unix: fix build breakage on haiku, openbsd, etc
* kqueue: lower overhead in uv__io_check_fd
* doc: move cjihrig back to active maintainers
* build(deps): bump actions/checkout from 3 to 4
* unix,pipe: fix handling null buffer in uv_pipe_get{sock,peer}name
* unix,win: harmonize buffer checking
* unix,win: add support for detached threads
* src: add uv_thread_set/getname() methods
* build: fix qemu builds
* win: drop support for windows 8
* linux: fix uv_cpu_info() arm cpu model detection
* linux: always use io_uring for epoll batching
* doc: clarify repeating timer behavior more
* unix,win: handle nbufs=0 in uv_udp_try_send
* win: use GetQueuedCompletionStatusEx directly
* win: enable uv_thread_{get,set}name on MinGW
* win: drop support for the legacy MinGW
* win,fs: get (most) fstat when no permission
* win: plug uv_fs_event_start memory leak
* test: address FreeBSD kernel bug causing NULL path in fsevents
* unix: refactor udp sendmsg code
* unix,win: add uv_udp_try_send2
* build: enable fdsan in Android
* test: fix udp-multicast-join for FreeBSD
* win: fix leak processing fs event
* src: set a default thread name for workers
* misc: implement uv_getrusage_thread
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libuv/{libuv_1.49.2.bb => libuv_1.50.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/libuv/{libuv_1.49.2.bb => libuv_1.50.0.bb} (94%)
diff --git a/meta/recipes-connectivity/libuv/libuv_1.49.2.bb b/meta/recipes-connectivity/libuv/libuv_1.50.0.bb
similarity index 94%
rename from meta/recipes-connectivity/libuv/libuv_1.49.2.bb
rename to meta/recipes-connectivity/libuv/libuv_1.50.0.bb
index ecffb30c24..c5f4e9d3ac 100644
--- a/meta/recipes-connectivity/libuv/libuv_1.49.2.bb
+++ b/meta/recipes-connectivity/libuv/libuv_1.50.0.bb
@@ -6,7 +6,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=74b6f2f7818a4e3a80d03556f71b129b \
file://LICENSE-extra;md5=f9307417749e19bd1d6d68a394b49324"
-SRCREV = "e1095c7a4373ce00cd8874d8e820de5afb25776e"
+SRCREV = "8fb9cb919489a48880680a56efecff6a7dfb4504"
SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 12/32] libwpe: upgrade 1.16.1 -> 1.16.2
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (9 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 11/32] libuv: upgrade 1.49.2 -> 1.50.0 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 13/32] libx11: upgrade 1.8.10 -> 1.8.11 wangmy
` (21 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
- Fix ABI break accidentally introduced in the 1.16.2 release.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-sato/webkit/{libwpe_1.16.1.bb => libwpe_1.16.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-sato/webkit/{libwpe_1.16.1.bb => libwpe_1.16.2.bb} (88%)
diff --git a/meta/recipes-sato/webkit/libwpe_1.16.1.bb b/meta/recipes-sato/webkit/libwpe_1.16.2.bb
similarity index 88%
rename from meta/recipes-sato/webkit/libwpe_1.16.1.bb
rename to meta/recipes-sato/webkit/libwpe_1.16.2.bb
index 083e48b2cb..324e2f213c 100644
--- a/meta/recipes-sato/webkit/libwpe_1.16.1.bb
+++ b/meta/recipes-sato/webkit/libwpe_1.16.2.bb
@@ -11,7 +11,7 @@ inherit cmake features_check pkgconfig
REQUIRED_DISTRO_FEATURES = "opengl"
SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "9cca60f2c4393ea0de53c675ebc3cdbe9c5aa249259dd1d6d81a49b052d37481"
+SRC_URI[sha256sum] = "960bdd11c3f2cf5bd91569603ed6d2aa42fd4000ed7cac930a804eac367888d7"
# This is a tweak of upstream-version-is-even needed because
# ipstream directory contains tarballs for other components as well.
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 13/32] libx11: upgrade 1.8.10 -> 1.8.11
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (10 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 12/32] libwpe: upgrade 1.16.1 -> 1.16.2 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 14/32] libxkbcommon: upgrade 1.7.0 -> 1.8.0 wangmy
` (20 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../xorg-lib/{libx11_1.8.10.bb => libx11_1.8.11.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xorg-lib/{libx11_1.8.10.bb => libx11_1.8.11.bb} (92%)
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.8.10.bb b/meta/recipes-graphics/xorg-lib/libx11_1.8.11.bb
similarity index 92%
rename from meta/recipes-graphics/xorg-lib/libx11_1.8.10.bb
rename to meta/recipes-graphics/xorg-lib/libx11_1.8.11.bb
index eda184cb35..d7c34c74a1 100644
--- a/meta/recipes-graphics/xorg-lib/libx11_1.8.10.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11_1.8.11.bb
@@ -24,7 +24,7 @@ XORG_PN = "libX11"
SRC_URI += "file://disable_tests.patch"
-SRC_URI[sha256sum] = "2b3b3dad9347db41dca56beb7db5878f283bde1142f04d9f8e478af435dfdc53"
+SRC_URI[sha256sum] = "3b74e82943924b45a0b778cc6842976909c3010d9445a8fd185e1dca4d380e88"
inherit gettext
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 14/32] libxkbcommon: upgrade 1.7.0 -> 1.8.0
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (11 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 13/32] libx11: upgrade 1.8.10 -> 1.8.11 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 15/32] pango: upgrade 1.55.5 -> 1.56.1 wangmy
` (19 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../xorg-lib/{libxkbcommon_1.7.0.bb => libxkbcommon_1.8.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xorg-lib/{libxkbcommon_1.7.0.bb => libxkbcommon_1.8.0.bb} (96%)
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.0.bb
similarity index 96%
rename from meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb
rename to meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.0.bb
index f216a07983..a7dad3f4a2 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.0.bb
@@ -9,7 +9,7 @@ DEPENDS = "flex-native bison-native"
SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master"
-SRCREV = "7a31e3585edf78be281559377e26d15f8c4bc655"
+SRCREV = "76740e0c4583ae49675e7ba8213d31ee09aa00d2"
S = "${WORKDIR}/git"
inherit meson pkgconfig bash-completion
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 15/32] pango: upgrade 1.55.5 -> 1.56.1
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (12 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 14/32] libxkbcommon: upgrade 1.7.0 -> 1.8.0 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 17:15 ` Mathieu Dubois-Briand
2025-02-18 7:39 ` [OE-core] [PATCH 16/32] python3-babel: upgrade 2.16.0 -> 2.17.0 wangmy
` (18 subsequent siblings)
32 siblings, 1 reply; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- Avoid criticals when there are no fonts
- fontconfig: Handle lack of FC_FONT_WRAPPER in font cache
- fontconfig: Prefer application fonts even if they are older
- Support setting font features in font descriptions
- serialization: Document the tab array format
- serialization: Accept attributes without range
- win32: Improve the pango_font_map_reload_implementation
- win32: Take variations into account for caching
- layout: Fix measuring ellipsis runs with shapes
- build: Require C11
- build: Require GLib 2.80
- build: Require cairo 1.18
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../recipes-graphics/pango/{pango_1.55.5.bb => pango_1.56.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/pango/{pango_1.55.5.bb => pango_1.56.1.bb} (93%)
diff --git a/meta/recipes-graphics/pango/pango_1.55.5.bb b/meta/recipes-graphics/pango/pango_1.56.1.bb
similarity index 93%
rename from meta/recipes-graphics/pango/pango_1.55.5.bb
rename to meta/recipes-graphics/pango/pango_1.56.1.bb
index 6c7242274f..cb4d779a55 100644
--- a/meta/recipes-graphics/pango/pango_1.55.5.bb
+++ b/meta/recipes-graphics/pango/pango_1.56.1.bb
@@ -18,7 +18,7 @@ UPSTREAM_CHECK_REGEX = "pango-(?P<pver>\d+\.(?!9\d+)\d+\.\d+)"
GIR_MESON_ENABLE_FLAG = "enabled"
GIR_MESON_DISABLE_FLAG = "disabled"
-SRC_URI[archive.sha256sum] = "e396126ea08203cbd8ef12638e6222e2e1fd8aa9cac6743072fedc5f2d820dd8"
+SRC_URI[archive.sha256sum] = "426be66460c98b8378573e7f6b0b2ab450f6bb6d2ec7cecc33ae81178f246480"
DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* Re: [OE-core] [PATCH 15/32] pango: upgrade 1.55.5 -> 1.56.1
2025-02-18 7:39 ` [OE-core] [PATCH 15/32] pango: upgrade 1.55.5 -> 1.56.1 wangmy
@ 2025-02-18 17:15 ` Mathieu Dubois-Briand
2025-02-19 2:06 ` Mingyu Wang (Fujitsu)
0 siblings, 1 reply; 41+ messages in thread
From: Mathieu Dubois-Briand @ 2025-02-18 17:15 UTC (permalink / raw)
To: wangmy, openembedded-core
On Tue Feb 18, 2025 at 8:39 AM CET, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ==========
> - Avoid criticals when there are no fonts
> - fontconfig: Handle lack of FC_FONT_WRAPPER in font cache
> - fontconfig: Prefer application fonts even if they are older
> - Support setting font features in font descriptions
> - serialization: Document the tab array format
> - serialization: Accept attributes without range
> - win32: Improve the pango_font_map_reload_implementation
> - win32: Take variations into account for caching
> - layout: Fix measuring ellipsis runs with shapes
> - build: Require C11
> - build: Require GLib 2.80
> - build: Require cairo 1.18
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
Hi,
This does fail on qemux86-world-alt:
ERROR: pango-1.56.1-r0 do_configure: Execution of '/srv/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/core2-64-poky-linux/pango/1.56.1/temp/run.do_configure.1676834' failed with exit code 1
...
| Program rst2man rst2man.py found: NO
| Program rst2html5 rst2html5.py found: NO
|
| ../pango-1.56.1/docs/meson.build:222:12: ERROR: Program 'rst2html5 rst2html5.py' not found or not executable
|
| A full log can be found at /srv/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/core2-64-poky-linux/pango/1.56.1/build/meson-logs/meson-log.txt
| ERROR: meson failed
| WARNING: exit code 1 from a shell command
https://autobuilder.yoctoproject.org/valkyrie/?#/builders/17/builds/955/steps/11/logs/stdio
Can you have a look at this failure please?
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 41+ messages in thread
* RE: [OE-core] [PATCH 15/32] pango: upgrade 1.55.5 -> 1.56.1
2025-02-18 17:15 ` Mathieu Dubois-Briand
@ 2025-02-19 2:06 ` Mingyu Wang (Fujitsu)
2025-02-19 9:03 ` Alexander Kanavin
0 siblings, 1 reply; 41+ messages in thread
From: Mingyu Wang (Fujitsu) @ 2025-02-19 2:06 UTC (permalink / raw)
To: Mathieu Dubois-Briand, openembedded-core@lists.openembedded.org
Could you please let me know the build options? I have selected machine x86-64 and bitbake panggo, but this issue did not occur.
--
Best Regards
---------------------------------------------------
Wang Mingyu
FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST)
No.6 Wenzhu Road, Nanjing, 210012, China
TEL:+86+25-86630566--8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com
> -----Original Message-----
> From: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
> Sent: Wednesday, February 19, 2025 1:16 AM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>;
> openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 15/32] pango: upgrade 1.55.5 -> 1.56.1
>
> On Tue Feb 18, 2025 at 8:39 AM CET, wangmy via lists.openembedded.org
> wrote:
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > Changelog:
> > ==========
> > - Avoid criticals when there are no fonts
> > - fontconfig: Handle lack of FC_FONT_WRAPPER in font cache
> > - fontconfig: Prefer application fonts even if they are older
> > - Support setting font features in font descriptions
> > - serialization: Document the tab array format
> > - serialization: Accept attributes without range
> > - win32: Improve the pango_font_map_reload_implementation
> > - win32: Take variations into account for caching
> > - layout: Fix measuring ellipsis runs with shapes
> > - build: Require C11
> > - build: Require GLib 2.80
> > - build: Require cairo 1.18
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
>
> Hi,
>
> This does fail on qemux86-world-alt:
>
> ERROR: pango-1.56.1-r0 do_configure: Execution of
> '/srv/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/core2-6
> 4-poky-linux/pango/1.56.1/temp/run.do_configure.1676834' failed with exit
> code 1 ...
> | Program rst2man rst2man.py found: NO
> | Program rst2html5 rst2html5.py found: NO
> |
> | ../pango-1.56.1/docs/meson.build:222:12: ERROR: Program 'rst2html5
> | rst2html5.py' not found or not executable
> |
> | A full log can be found at
> | /srv/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/cor
> | e2-64-poky-linux/pango/1.56.1/build/meson-logs/meson-log.txt
> | ERROR: meson failed
> | WARNING: exit code 1 from a shell command
>
> https://autobuilder.yoctoproject.org/valkyrie/?#/builders/17/builds/955/steps/1
> 1/logs/stdio
>
> Can you have a look at this failure please?
>
>
> --
> Mathieu Dubois-Briand, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
^ permalink raw reply [flat|nested] 41+ messages in thread
* Re: [OE-core] [PATCH 15/32] pango: upgrade 1.55.5 -> 1.56.1
2025-02-19 2:06 ` Mingyu Wang (Fujitsu)
@ 2025-02-19 9:03 ` Alexander Kanavin
0 siblings, 0 replies; 41+ messages in thread
From: Alexander Kanavin @ 2025-02-19 9:03 UTC (permalink / raw)
To: wangmy; +Cc: Mathieu Dubois-Briand, openembedded-core@lists.openembedded.org
You can see it here:
https://git.yoctoproject.org/yocto-autobuilder-helper/tree/config.json#n871
Probably DISTRO_FEATURES:append = ' api-documentation' will reproduce the fail.
Alex
On Wed, 19 Feb 2025 at 03:06, wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> Could you please let me know the build options? I have selected machine x86-64 and bitbake panggo, but this issue did not occur.
>
> --
> Best Regards
> ---------------------------------------------------
> Wang Mingyu
> FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST)
> No.6 Wenzhu Road, Nanjing, 210012, China
> TEL:+86+25-86630566--8568
> COINS: 79988548
> FAX: +86+25-83317685
> MAIL: wangmy@fujitsu.com
>
> > -----Original Message-----
> > From: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
> > Sent: Wednesday, February 19, 2025 1:16 AM
> > To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>;
> > openembedded-core@lists.openembedded.org
> > Subject: Re: [OE-core] [PATCH 15/32] pango: upgrade 1.55.5 -> 1.56.1
> >
> > On Tue Feb 18, 2025 at 8:39 AM CET, wangmy via lists.openembedded.org
> > wrote:
> > > From: Wang Mingyu <wangmy@fujitsu.com>
> > >
> > > Changelog:
> > > ==========
> > > - Avoid criticals when there are no fonts
> > > - fontconfig: Handle lack of FC_FONT_WRAPPER in font cache
> > > - fontconfig: Prefer application fonts even if they are older
> > > - Support setting font features in font descriptions
> > > - serialization: Document the tab array format
> > > - serialization: Accept attributes without range
> > > - win32: Improve the pango_font_map_reload_implementation
> > > - win32: Take variations into account for caching
> > > - layout: Fix measuring ellipsis runs with shapes
> > > - build: Require C11
> > > - build: Require GLib 2.80
> > > - build: Require cairo 1.18
> > >
> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > > ---
> >
> > Hi,
> >
> > This does fail on qemux86-world-alt:
> >
> > ERROR: pango-1.56.1-r0 do_configure: Execution of
> > '/srv/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/core2-6
> > 4-poky-linux/pango/1.56.1/temp/run.do_configure.1676834' failed with exit
> > code 1 ...
> > | Program rst2man rst2man.py found: NO
> > | Program rst2html5 rst2html5.py found: NO
> > |
> > | ../pango-1.56.1/docs/meson.build:222:12: ERROR: Program 'rst2html5
> > | rst2html5.py' not found or not executable
> > |
> > | A full log can be found at
> > | /srv/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/cor
> > | e2-64-poky-linux/pango/1.56.1/build/meson-logs/meson-log.txt
> > | ERROR: meson failed
> > | WARNING: exit code 1 from a shell command
> >
> > https://autobuilder.yoctoproject.org/valkyrie/?#/builders/17/builds/955/steps/1
> > 1/logs/stdio
> >
> > Can you have a look at this failure please?
> >
> >
> > --
> > Mathieu Dubois-Briand, Bootlin
> > Embedded Linux and Kernel engineering
> > https://bootlin.com
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#211660): https://lists.openembedded.org/g/openembedded-core/message/211660
> Mute This Topic: https://lists.openembedded.org/mt/111247369/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 41+ messages in thread
* [OE-core] [PATCH 16/32] python3-babel: upgrade 2.16.0 -> 2.17.0
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (13 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 15/32] pango: upgrade 1.55.5 -> 1.56.1 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 17/32] python3-cython: upgrade 3.0.11 -> 3.0.12 wangmy
` (17 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
License-Update: Copyright year updated to 2025.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-babel_2.16.0.bb => python3-babel_2.17.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-babel_2.16.0.bb => python3-babel_2.17.0.bb} (74%)
diff --git a/meta/recipes-devtools/python/python3-babel_2.16.0.bb b/meta/recipes-devtools/python/python3-babel_2.17.0.bb
similarity index 74%
rename from meta/recipes-devtools/python/python3-babel_2.16.0.bb
rename to meta/recipes-devtools/python/python3-babel_2.17.0.bb
index 929d7e9983..f7ffbccdac 100644
--- a/meta/recipes-devtools/python/python3-babel_2.16.0.bb
+++ b/meta/recipes-devtools/python/python3-babel_2.17.0.bb
@@ -1,9 +1,9 @@
SUMMARY = "A collection of tools for internationalizing Python applications"
HOMEPAGE = "http://babel.edgewall.org/"
LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e7ebed8cd9f4ff11f547e3afd024a28c"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e83509a66c69efcb4f3a7d4f27fd0693"
-SRC_URI[sha256sum] = "d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316"
+SRC_URI[sha256sum] = "0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d"
inherit pypi setuptools3
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 17/32] python3-cython: upgrade 3.0.11 -> 3.0.12
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (14 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 16/32] python3-babel: upgrade 2.16.0 -> 2.17.0 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 18/32] python3-dtschema: upgrade 2024.11 -> 2025.2 wangmy
` (16 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Bugfix:
===========
* Release 3.0.11 introduced some incorrect "noexcept" warnings.
* Conditional assignments to variables using the walrus operator could crash.
* Dict assignments to struct members with reserved C names could generate invalid C code.
* Fused ctuples with the same entry types but different sizes could fail to compile.
* In Py3, 'pyximport' was not searching 'sys.path' when looking for importable source files.
* Using '& 0' on integers produced with 'int.from_bytes()' could read invalid memory on Python 3.10.
* Modules could fail to compile in PyPy 3.11 due to missing CPython specific header files.
Patch by Matti Picus.
* Minor fix in C++ "partial_sum()" declaration.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-cython_3.0.11.bb => python3-cython_3.0.12.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-cython_3.0.11.bb => python3-cython_3.0.12.bb} (93%)
diff --git a/meta/recipes-devtools/python/python3-cython_3.0.11.bb b/meta/recipes-devtools/python/python3-cython_3.0.12.bb
similarity index 93%
rename from meta/recipes-devtools/python/python3-cython_3.0.11.bb
rename to meta/recipes-devtools/python/python3-cython_3.0.12.bb
index c1d45eaff5..f1951e3ae6 100644
--- a/meta/recipes-devtools/python/python3-cython_3.0.11.bb
+++ b/meta/recipes-devtools/python/python3-cython_3.0.12.bb
@@ -8,7 +8,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61c3ee8961575861fa86c7e62bc9f69c"
SRC_URI += "file://0001-Output-import-relative-paths-in-generated-C-code.-GH.patch"
-SRC_URI[sha256sum] = "7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80b1faff"
+SRC_URI[sha256sum] = "b988bb297ce76c671e28c97d017b95411010f7c77fa6623dd0bb47eed1aee1bc"
inherit pypi setuptools3 cython
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 18/32] python3-dtschema: upgrade 2024.11 -> 2025.2
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (15 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 17/32] python3-cython: upgrade 3.0.11 -> 3.0.12 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 19/32] python3-hypothesis: upgrade 6.124.7 -> 6.125.3 wangmy
` (15 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- schemas: gpio: Add descriptions
- schemas: root-node: add 'spectacles' chassis-type
- schemas: gpio: Restrict HOG node name pattern to suffixes
- schemas: property-units: Add the picoamp type
- validator: Add warning for properties with incompatible multiple types
- schemas: Add access controller consumer
- github: Disable python 3.7
- meta-schemas: Allow additionalItems to be a schema
- on Dec 17, 2024
- dt-bindings: trigger: Add trigger source
- schemas: pci: bridge: Document PCIe equalization presets
- dtb: Fix type collision with "mode-gpios"
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-dtschema_2024.11.bb => python3-dtschema_2025.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-dtschema_2024.11.bb => python3-dtschema_2025.2.bb} (85%)
diff --git a/meta/recipes-devtools/python/python3-dtschema_2024.11.bb b/meta/recipes-devtools/python/python3-dtschema_2025.2.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-dtschema_2024.11.bb
rename to meta/recipes-devtools/python/python3-dtschema_2025.2.bb
index 8d052d6910..2071763741 100644
--- a/meta/recipes-devtools/python/python3-dtschema_2024.11.bb
+++ b/meta/recipes-devtools/python/python3-dtschema_2025.2.bb
@@ -7,7 +7,7 @@ inherit pypi python_setuptools_build_meta
PYPI_PACKAGE = "dtschema"
-SRC_URI[sha256sum] = "bb7dd36ff9406ec89607b893cfc5e1ffa7ead76fd5c48df77eafc9b4d4196047"
+SRC_URI[sha256sum] = "9adeaff2079a8b5fbc4bd1c8f02cbd232016a84a9684739cac20b4df3b19509e"
DEPENDS += "python3-setuptools-scm-native"
RDEPENDS:${PN} += "\
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 19/32] python3-hypothesis: upgrade 6.124.7 -> 6.125.3
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (16 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 18/32] python3-dtschema: upgrade 2024.11 -> 2025.2 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 20/32] python3-mako: upgrade 1.3.8 -> 1.3.9 wangmy
` (14 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
============
- Improves sharing of some internal cache behavior.
- Optimize performance (improves speed by ~5%) and clarify the wording in
an error message.
- Fixes a bug since around version 6.124.4 where we might have generated
-0.0 for st.floats(min_value=0.0), which is unsound.
- Add 2024.12 to the list of recognized Array API versions in hypothesis.extra.array_api.
- Registration of experimental Alternative backends for Hypothesis is now done
via hypothesis.internal.conjecture.providers.AVAILABLE_PROVIDERS instead of
hypothesis.internal.conjecture.data.AVAILABLE_PROVIDERS.
- Refactor some internals for better type hinting.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...hon3-hypothesis_6.124.7.bb => python3-hypothesis_6.125.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-hypothesis_6.124.7.bb => python3-hypothesis_6.125.3.bb} (91%)
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.124.7.bb b/meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.124.7.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb
index 6b294ff68c..e5c1dfc6b4 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.124.7.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
file://test_rle.py \
"
-SRC_URI[sha256sum] = "8ed6c6ae47e7d26d869c1dc3dee04e8fc50c95240715bb9915ded88d6d920f0e"
+SRC_URI[sha256sum] = "6276d9d8f7f91ebd7ad95081f004bcf5699afb4d680a8321861cbf3a5de45d3b"
RDEPENDS:${PN} += " \
python3-attrs \
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 20/32] python3-mako: upgrade 1.3.8 -> 1.3.9
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (17 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 19/32] python3-hypothesis: upgrade 6.124.7 -> 6.125.3 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 21/32] python3-numpy: upgrade 2.2.2 -> 2.2.3 wangmy
` (13 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
License-Update: Copyright year updated to 2025.
Fixed test suite to not rely upon ancient "future division" statement to
test the Template.future_imports feature.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/{python3-mako_1.3.8.bb => python3-mako_1.3.9.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-mako_1.3.8.bb => python3-mako_1.3.9.bb} (78%)
diff --git a/meta/recipes-devtools/python/python3-mako_1.3.8.bb b/meta/recipes-devtools/python/python3-mako_1.3.9.bb
similarity index 78%
rename from meta/recipes-devtools/python/python3-mako_1.3.8.bb
rename to meta/recipes-devtools/python/python3-mako_1.3.9.bb
index 3cfe56e043..83b6149337 100644
--- a/meta/recipes-devtools/python/python3-mako_1.3.8.bb
+++ b/meta/recipes-devtools/python/python3-mako_1.3.9.bb
@@ -2,7 +2,7 @@ SUMMARY = "Templating library for Python"
HOMEPAGE = "http://www.makotemplates.org/"
SECTION = "devel/python"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d0995d6f7ba3f186a03118f244e88f57"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=73026b50800163bd3c75cfdc121d9eb5"
PYPI_PACKAGE = "mako"
@@ -10,7 +10,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest
-SRC_URI[sha256sum] = "577b97e414580d3e088d47c2dbbe9594aa7a5146ed2875d4dfa9075af2dd3cc8"
+SRC_URI[sha256sum] = "b5d65ff3462870feec922dbccf38f6efb44e5714d7b593a656be86663d8600ac"
RDEPENDS:${PN} = "python3-html \
python3-markupsafe \
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 21/32] python3-numpy: upgrade 2.2.2 -> 2.2.3
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (18 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 20/32] python3-mako: upgrade 1.3.8 -> 1.3.9 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 22/32] python3-pip: upgrade 25.0 -> 25.0.1 wangmy
` (12 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/{python3-numpy_2.2.2.bb => python3-numpy_2.2.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-numpy_2.2.2.bb => python3-numpy_2.2.3.bb} (96%)
diff --git a/meta/recipes-devtools/python/python3-numpy_2.2.2.bb b/meta/recipes-devtools/python/python3-numpy_2.2.3.bb
similarity index 96%
rename from meta/recipes-devtools/python/python3-numpy_2.2.2.bb
rename to meta/recipes-devtools/python/python3-numpy_2.2.3.bb
index 3b74e9059d..db9a99946c 100644
--- a/meta/recipes-devtools/python/python3-numpy_2.2.2.bb
+++ b/meta/recipes-devtools/python/python3-numpy_2.2.3.bb
@@ -12,7 +12,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \
file://fix_reproducibility.patch \
file://run-ptest \
"
-SRC_URI[sha256sum] = "ed6906f61834d687738d25988ae117683705636936cc605be0bb208b23df4d8f"
+SRC_URI[sha256sum] = "dbdc15f0c81611925f382dfa97b3bd0bc2c1ce19d4fe50482cb0ddc12ba30020"
GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases"
UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 22/32] python3-pip: upgrade 25.0 -> 25.0.1
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (19 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 21/32] python3-numpy: upgrade 2.2.2 -> 2.2.3 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 23/32] python3-poetry-core: upgrade 2.0.1 -> 2.1.1 wangmy
` (11 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- Fix an unsupported type annotation on Python 3.10 and earlier.
- Fix a regression where truststore would never be used while installing build dependencies.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/{python3-pip_25.0.bb => python3-pip_25.0.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-pip_25.0.bb => python3-pip_25.0.1.bb} (96%)
diff --git a/meta/recipes-devtools/python/python3-pip_25.0.bb b/meta/recipes-devtools/python/python3-pip_25.0.1.bb
similarity index 96%
rename from meta/recipes-devtools/python/python3-pip_25.0.bb
rename to meta/recipes-devtools/python/python3-pip_25.0.1.bb
index 8908fc9115..e54e63cba5 100644
--- a/meta/recipes-devtools/python/python3-pip_25.0.bb
+++ b/meta/recipes-devtools/python/python3-pip_25.0.1.bb
@@ -27,7 +27,7 @@ inherit pypi python_setuptools_build_meta
SRC_URI += "file://no_shebang_mangling.patch"
-SRC_URI[sha256sum] = "8e0a97f7b4c47ae4a494560da84775e9e2f671d415d8d828e052efefb206b30b"
+SRC_URI[sha256sum] = "88f96547ea48b940a3a385494e181e29fb8637898f88d88737c5049780f196ea"
RDEPENDS:${PN} = "\
python3-compile \
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 23/32] python3-poetry-core: upgrade 2.0.1 -> 2.1.1
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (20 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 22/32] python3-pip: upgrade 25.0 -> 25.0.1 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 24/32] python3-psutil: upgrade 6.1.1 -> 7.0.0 wangmy
` (10 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- Pass a local version label to the build backend interface
- Expose build-system dependencies via the poetry instance
- Add has_upper_bound method to VersionConstraint
- Improve performance of calculating intersections and unions of extra markers
- Improve performance of calculating intersections and unions of complex markers
- Improve performance of marker operations by simplifying python_version markers
- Improve performance by caching parsed requirements
- Improve error message when a referenced license file is missing
- Fix an issue where inclusive ordering with post releases was inconsistent with PEP 440
- Fix an issue where invalid URI tokens in PEP 508 requirement strings were silently discarded
- Fix an issue where wrong markers were calculated when removing parts covered by the project's python constraint
- Fix an issue where optional dependencies that are not part of an extra were included in the wheel metadata
- Fix an issue where the __pycache__ directory and *.pyc files were included in sdists and wheels
- Fix an issue where simplifying a python_version marker resulted in an invalid marker
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...ython3-poetry-core_2.0.1.bb => python3-poetry-core_2.1.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-poetry-core_2.0.1.bb => python3-poetry-core_2.1.1.bb} (94%)
diff --git a/meta/recipes-devtools/python/python3-poetry-core_2.0.1.bb b/meta/recipes-devtools/python/python3-poetry-core_2.1.1.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-poetry-core_2.0.1.bb
rename to meta/recipes-devtools/python/python3-poetry-core_2.1.1.bb
index 8fb39a7d67..1dd4337ae2 100644
--- a/meta/recipes-devtools/python/python3-poetry-core_2.0.1.bb
+++ b/meta/recipes-devtools/python/python3-poetry-core_2.1.1.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "\
file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
"
-SRC_URI[sha256sum] = "10177c2772469d9032a49f0d8707af761b1c597cea3b4fb31546e5cd436eb157"
+SRC_URI[sha256sum] = "c1a1f6f00e4254742f40988a8caf665549101cf9991122cd5de1198897768b1a"
inherit python_poetry_core pypi
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 24/32] python3-psutil: upgrade 6.1.1 -> 7.0.0
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (21 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 23/32] python3-poetry-core: upgrade 2.0.1 -> 2.1.1 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 25/32] ruby: upgrade 3.4.1 -> 3.4.2 wangmy
` (9 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- net_if_addrs() also returns the broadcast address instead of None.
- Python 2.7 is no longer supported. Latest version supporting Python 2.7 is
psutil 6.1.X. Install it with: pip2 install psutil==6.1.*.
- removed long deprecated Process.memory_info_ex() method. It was deprecated in
psutil 4.0.0, released 8 years ago. Substitute is Process.memory_full_info().
- Avoid segfault (a cPython bug) on Process.memory_maps() for processes that use
hundreds of GBs of memory.
- virtual_memory() now relies on host_statistics64 instead of host_statistics.
This is the same approach used by vm_stat CLI tool, and should grant more accurate results.
- Python 2.7 is no longer supported.
- removed long deprecated Process.memory_info_ex() method.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/{python3-psutil_6.1.1.bb => python3-psutil_7.0.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-psutil_6.1.1.bb => python3-psutil_7.0.0.bb} (90%)
diff --git a/meta/recipes-devtools/python/python3-psutil_6.1.1.bb b/meta/recipes-devtools/python/python3-psutil_7.0.0.bb
similarity index 90%
rename from meta/recipes-devtools/python/python3-psutil_6.1.1.bb
rename to meta/recipes-devtools/python/python3-psutil_7.0.0.bb
index 9cd2d20fff..22ead67ad9 100644
--- a/meta/recipes-devtools/python/python3-psutil_6.1.1.bb
+++ b/meta/recipes-devtools/python/python3-psutil_7.0.0.bb
@@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a9c72113a843d0d732a0ac1c200d81b1"
HOMEPAGE = "https://pypi.org/project/psutil/"
-SRC_URI[sha256sum] = "cf8496728c18f2d0b45198f06895be52f36611711746b7f30c464b422b50e2f5"
+SRC_URI[sha256sum] = "7be9c3eba38beccb6495ea33afd982a44074b78f28c434a1f51cc07fd315c456"
inherit pypi python_setuptools_build_meta
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 25/32] ruby: upgrade 3.4.1 -> 3.4.2
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (22 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 24/32] python3-psutil: upgrade 6.1.1 -> 7.0.0 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 26/32] strace: upgrade 6.12 -> 6.13 wangmy
` (8 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
License-Update: Added copyright for vendored turbo_tests.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-devtools/ruby/{ruby_3.4.1.bb => ruby_3.4.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/ruby/{ruby_3.4.1.bb => ruby_3.4.2.bb} (97%)
diff --git a/meta/recipes-devtools/ruby/ruby_3.4.1.bb b/meta/recipes-devtools/ruby/ruby_3.4.2.bb
similarity index 97%
rename from meta/recipes-devtools/ruby/ruby_3.4.1.bb
rename to meta/recipes-devtools/ruby/ruby_3.4.2.bb
index 09415a3132..aa22ef3992 100644
--- a/meta/recipes-devtools/ruby/ruby_3.4.1.bb
+++ b/meta/recipes-devtools/ruby/ruby_3.4.2.bb
@@ -10,7 +10,7 @@ LICENSE = "Ruby | BSD-2-Clause | BSD-3-Clause | GPL-2.0-only | ISC | MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=5b8c87559868796979806100db3f3805 \
file://BSDL;md5=8b50bc6de8f586dc66790ba11d064d75 \
file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
- file://LEGAL;md5=eff3bb1382b590cc5814f1f3de6eb4e5 \
+ file://LEGAL;md5=cb14358b7821c054ae14128885170204 \
"
DEPENDS = "zlib openssl libyaml libffi"
@@ -48,7 +48,7 @@ do_configure:prepend() {
DEPENDS:append:libc-musl = " libucontext"
-SRC_URI[sha256sum] = "3d385e5d22d368b064c817a13ed8e3cc3f71a7705d7ed1bae78013c33aa7c87f"
+SRC_URI[sha256sum] = "41328ac21f2bfdd7de6b3565ef4f0dd7543354d37e96f157a1552a6bd0eb364b"
PACKAGECONFIG ??= ""
PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 26/32] strace: upgrade 6.12 -> 6.13
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (23 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 25/32] ruby: upgrade 3.4.1 -> 3.4.2 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:59 ` Patchtest results for " patchtest
2025-02-18 7:39 ` [OE-core] [PATCH 27/32] stress-ng: upgrade 0.18.09 -> 0.18.10 wangmy
` (7 subsequent siblings)
32 siblings, 1 reply; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Makefile-ptest.patch
refreshed for 6.13
Improvements
===========
- Implemented decoding of getxattrat, setxattrat, listxattrat,
and removexattrat syscalls.
- Updated decoding of struct io_uring_clone_buffers, struct io_uring_napi,
and struct perf_event_attr.
- Updated decoding of crypto_user_alg netlink attributes of NETLINK_CRYPTO.
- Implemented decoding of IFLA_MCTP_PHYS_BINDING netlink attribute.
- Updated lists of AT_*, BPF_*, FAN_*, IORING_*, MADV_*, NT_*, and SCM_*
constants.
- Updated lists of ioctl commands from Linux 6.13.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-devtools/strace/strace/Makefile-ptest.patch | 9 ++++++---
.../strace/{strace_6.12.bb => strace_6.13.bb} | 4 ++--
2 files changed, 8 insertions(+), 5 deletions(-)
rename meta/recipes-devtools/strace/{strace_6.12.bb => strace_6.13.bb} (93%)
diff --git a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
index a78c86f6a1..4ae9a018ce 100644
--- a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
+++ b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
@@ -13,7 +13,7 @@ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
1 file changed, 20 insertions(+)
diff --git a/tests/Makefile.am b/tests/Makefile.am
-index e1254c3..149570d 100644
+index 0462563..abbf910 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -18,6 +18,7 @@ SIZEOF_LONG = @SIZEOF_LONG@
@@ -21,10 +21,10 @@ index e1254c3..149570d 100644
MPERS_CC_FLAGS =
ARCH_MFLAGS =
+TEST_SUITE_LOG = test-suite.log
- AM_CFLAGS = $(WARN_CFLAGS)
+ AM_CFLAGS = $(WARN_CFLAGS) $(TEST_WARN_CFLAGS)
bundled_CPPFLAGS =
if USE_BUNDLED_HEADERS
-@@ -903,3 +904,22 @@ BUILT_SOURCES = ksysent.h
+@@ -916,3 +917,22 @@ BUILT_SOURCES = ksysent.h
CLEANFILES = ksysent.h
include ../src/scno.am
@@ -47,3 +47,6 @@ index e1254c3..149570d 100644
+ #sed -i -e 's/$${srcdir=.}/./g' $(DESTDIR)/$(TESTDIR)/$$file; \
+ done
+ for i in net scm_rights-fd rt_sigaction; do sed -i -e 's/$$srcdir/./g' $(DESTDIR)/$(TESTDIR)/$$i.test; done
+--
+2.43.0
+
diff --git a/meta/recipes-devtools/strace/strace_6.12.bb b/meta/recipes-devtools/strace/strace_6.13.bb
similarity index 93%
rename from meta/recipes-devtools/strace/strace_6.12.bb
rename to meta/recipes-devtools/strace/strace_6.13.bb
index c16e5dc478..9ef9f5e53c 100644
--- a/meta/recipes-devtools/strace/strace_6.12.bb
+++ b/meta/recipes-devtools/strace/strace_6.13.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://strace.io"
DESCRIPTION = "strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor and tamper with interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state."
SECTION = "console/utils"
LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later"
-LIC_FILES_CHKSUM = "file://COPYING;md5=2433d82e1432a76dc3eadd9002bfe304"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1efaf30bb0084b4a17a6f55f9cbcd25b"
SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \
file://update-gawk-paths.patch \
@@ -15,7 +15,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \
file://0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch \
file://0002-tests-Replace-off64_t-with-off_t.patch \
"
-SRC_URI[sha256sum] = "c47da93be45b6055f4dc741d7f20efaf50ca10160a5b100c109b294fd9c0bdfe"
+SRC_URI[sha256sum] = "e209daf0ee038ca5adcc4c277e9273b4d51f46a2ff86da575d36742ac3508a17"
inherit autotools github-releases ptest
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* Patchtest results for [OE-core] [PATCH 26/32] strace: upgrade 6.12 -> 6.13
2025-02-18 7:39 ` [OE-core] [PATCH 26/32] strace: upgrade 6.12 -> 6.13 wangmy
@ 2025-02-18 7:59 ` patchtest
0 siblings, 0 replies; 41+ messages in thread
From: patchtest @ 2025-02-18 7:59 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 3012 bytes --]
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:
---
Testing patch /home/patchtest/share/mboxes/26-32-strace-upgrade-6.12---6.13.patch
FAIL: test lic files chksum modified not mentioned: LIC_FILES_CHKSUM changed without "License-Update:" tag and description in commit message (test_metadata.TestMetadata.test_lic_files_chksum_modified_not_mentioned)
PASS: pretest src uri left files (test_metadata.TestMetadata.pretest_src_uri_left_files)
PASS: test CVE check ignore (test_metadata.TestMetadata.test_cve_check_ignore)
PASS: test Signed-off-by presence (test_mbox.TestMbox.test_signed_off_by_presence)
PASS: test author valid (test_mbox.TestMbox.test_author_valid)
PASS: test commit message presence (test_mbox.TestMbox.test_commit_message_presence)
PASS: test commit message user tags (test_mbox.TestMbox.test_commit_message_user_tags)
PASS: test max line length (test_metadata.TestMetadata.test_max_line_length)
PASS: test mbox format (test_mbox.TestMbox.test_mbox_format)
PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade)
PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format)
PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length)
PASS: test src uri left files (test_metadata.TestMetadata.test_src_uri_left_files)
PASS: test target mailing list (test_mbox.TestMbox.test_target_mailing_list)
SKIP: pretest pylint: No python related patches, skipping test (test_python_pylint.PyLint.pretest_pylint)
SKIP: test CVE tag format: No new CVE patches introduced (test_patch.TestPatch.test_cve_tag_format)
SKIP: test Signed-off-by presence: No new CVE patches introduced (test_patch.TestPatch.test_signed_off_by_presence)
SKIP: test Upstream-Status presence: No new CVE patches introduced (test_patch.TestPatch.test_upstream_status_presence_format)
SKIP: test bugzilla entry format: No bug ID found (test_mbox.TestMbox.test_bugzilla_entry_format)
SKIP: test lic files chksum presence: No added recipes, skipping test (test_metadata.TestMetadata.test_lic_files_chksum_presence)
SKIP: test license presence: No added recipes, skipping test (test_metadata.TestMetadata.test_license_presence)
SKIP: test pylint: No python related patches, skipping test (test_python_pylint.PyLint.test_pylint)
SKIP: test series merge on head: Merge test is disabled for now (test_mbox.TestMbox.test_series_merge_on_head)
SKIP: test summary presence: No added recipes, skipping test (test_metadata.TestMetadata.test_summary_presence)
---
Please address the issues identified and
submit a new revision of the patch, or alternatively, reply to this
email with an explanation of why the patch should be accepted. If you
believe these results are due to an error in patchtest, please submit a
bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category
under 'Yocto Project Subprojects'). For more information on specific
failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank
you!
^ permalink raw reply [flat|nested] 41+ messages in thread
* [OE-core] [PATCH 27/32] stress-ng: upgrade 0.18.09 -> 0.18.10
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (24 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 26/32] strace: upgrade 6.12 -> 6.13 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 28/32] ttyrun: upgrade 2.36.0 -> 2.37.0 wangmy
` (6 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../stress-ng/{stress-ng_0.18.09.bb => stress-ng_0.18.10.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/stress-ng/{stress-ng_0.18.09.bb => stress-ng_0.18.10.bb} (94%)
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.18.09.bb b/meta/recipes-extended/stress-ng/stress-ng_0.18.10.bb
similarity index 94%
rename from meta/recipes-extended/stress-ng/stress-ng_0.18.09.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.18.10.bb
index 25ac66517a..7fcb5af0ee 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.18.09.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.18.10.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \
"
-SRCREV = "c84c8d5f5edb1ca8961d3bd97816d24e90392895"
+SRCREV = "e00c355b8e9af3f7ce091e88ec6ddb5c439dc972"
S = "${WORKDIR}/git"
DEPENDS = "coreutils-native libbsd"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 28/32] ttyrun: upgrade 2.36.0 -> 2.37.0
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (25 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 27/32] stress-ng: upgrade 0.18.09 -> 0.18.10 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:59 ` Patchtest results for " patchtest
2025-02-18 7:39 ` [OE-core] [PATCH 29/32] xhost: upgrade 1.0.9 -> 1.0.10 wangmy
` (5 subsequent siblings)
32 siblings, 1 reply; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changes of existing tools:
- dbginfo.sh: Add details on CPU-measurement
- dbginfo.sh: Add new crypto command
- dbginfo.sh: Add overview commands and crypto update
- dbginfo.sh: Adding kdump info
- dbginfo.sh: Removing outdated email references
- dbginfo.sh: Rework network section
- dbginfo.sh: Update copyright 2nd year
- pvimg: Add '--(enable|disable)-image-encryption' flags to 'pvimg create'
- pvimg: Add '--cck <FILE>' command line option and make '--comm-key' an alias
- pvimg: Add '--hdr-key' command line option to 'pvimg create'
- pvimg: Rename '--key' into '--hdr-key' and use '--key' as an alias (for 'pvimg info')
- pvsecret: Add support for retrievable secrets
- ziorep_config: Add PCHID field to adapter report
- ziorep_traffic: Add DEVBUSID column to traffic report
- ziorep_utilization: Add --fcp-device parameter to print virtual adapter report
- ziorep_utilization: Add PCHID column to physical adapter report
- ziorep_utilization: Now prints only physical adapter report by default
- ziorep_utilization: Swap Bus-ID and CHPID columns in virtual adapter report
- zipl/boot: Increase section size for eckd_mv dumper
- zkey: Add support for listing and importing protected virtualization secrets
Bug Fixes:
- chpstat: Fix invalid utilization data on older kernels
- opticsmon: Fix runaway loop in on_link_change()
- zipl: Update inline assembly for GCC 15
- zipl_helper.device-mapper: Add missed step in logical device resolution
gned-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-core/ttyrun/{ttyrun_2.36.0.bb => ttyrun_2.37.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/ttyrun/{ttyrun_2.36.0.bb => ttyrun_2.37.0.bb} (94%)
diff --git a/meta/recipes-core/ttyrun/ttyrun_2.36.0.bb b/meta/recipes-core/ttyrun/ttyrun_2.37.0.bb
similarity index 94%
rename from meta/recipes-core/ttyrun/ttyrun_2.36.0.bb
rename to meta/recipes-core/ttyrun/ttyrun_2.37.0.bb
index 3a58f19a9a..e8fb4831e2 100644
--- a/meta/recipes-core/ttyrun/ttyrun_2.36.0.bb
+++ b/meta/recipes-core/ttyrun/ttyrun_2.37.0.bb
@@ -7,7 +7,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f5118f167b055bfd7c3450803f1847af"
SRC_URI = "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master"
-SRCREV = "0cd063e40d12d7ca5bc59a09b2ee4803653678bd"
+SRCREV = "793c037ded98cd001075cdb55a9c58e122380256"
CVE_PRODUCT = "s390-tools"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* Patchtest results for [OE-core] [PATCH 28/32] ttyrun: upgrade 2.36.0 -> 2.37.0
2025-02-18 7:39 ` [OE-core] [PATCH 28/32] ttyrun: upgrade 2.36.0 -> 2.37.0 wangmy
@ 2025-02-18 7:59 ` patchtest
0 siblings, 0 replies; 41+ messages in thread
From: patchtest @ 2025-02-18 7:59 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 3006 bytes --]
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:
---
Testing patch /home/patchtest/share/mboxes/28-32-ttyrun-upgrade-2.36.0---2.37.0.patch
FAIL: test Signed-off-by presence: Mbox is missing Signed-off-by. Add it manually or with "git commit --amend -s" (test_mbox.TestMbox.test_signed_off_by_presence)
PASS: pretest src uri left files (test_metadata.TestMetadata.pretest_src_uri_left_files)
PASS: test CVE check ignore (test_metadata.TestMetadata.test_cve_check_ignore)
PASS: test author valid (test_mbox.TestMbox.test_author_valid)
PASS: test commit message presence (test_mbox.TestMbox.test_commit_message_presence)
PASS: test commit message user tags (test_mbox.TestMbox.test_commit_message_user_tags)
PASS: test lic files chksum modified not mentioned (test_metadata.TestMetadata.test_lic_files_chksum_modified_not_mentioned)
PASS: test max line length (test_metadata.TestMetadata.test_max_line_length)
PASS: test mbox format (test_mbox.TestMbox.test_mbox_format)
PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade)
PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format)
PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length)
PASS: test src uri left files (test_metadata.TestMetadata.test_src_uri_left_files)
PASS: test target mailing list (test_mbox.TestMbox.test_target_mailing_list)
SKIP: pretest pylint: No python related patches, skipping test (test_python_pylint.PyLint.pretest_pylint)
SKIP: test CVE tag format: No new CVE patches introduced (test_patch.TestPatch.test_cve_tag_format)
SKIP: test Signed-off-by presence: No new CVE patches introduced (test_patch.TestPatch.test_signed_off_by_presence)
SKIP: test Upstream-Status presence: No new CVE patches introduced (test_patch.TestPatch.test_upstream_status_presence_format)
SKIP: test bugzilla entry format: No bug ID found (test_mbox.TestMbox.test_bugzilla_entry_format)
SKIP: test lic files chksum presence: No added recipes, skipping test (test_metadata.TestMetadata.test_lic_files_chksum_presence)
SKIP: test license presence: No added recipes, skipping test (test_metadata.TestMetadata.test_license_presence)
SKIP: test pylint: No python related patches, skipping test (test_python_pylint.PyLint.test_pylint)
SKIP: test series merge on head: Merge test is disabled for now (test_mbox.TestMbox.test_series_merge_on_head)
SKIP: test summary presence: No added recipes, skipping test (test_metadata.TestMetadata.test_summary_presence)
---
Please address the issues identified and
submit a new revision of the patch, or alternatively, reply to this
email with an explanation of why the patch should be accepted. If you
believe these results are due to an error in patchtest, please submit a
bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category
under 'Yocto Project Subprojects'). For more information on specific
failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank
you!
^ permalink raw reply [flat|nested] 41+ messages in thread
* [OE-core] [PATCH 29/32] xhost: upgrade 1.0.9 -> 1.0.10
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (26 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 28/32] ttyrun: upgrade 2.36.0 -> 2.37.0 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 30/32] xkeyboard-config: upgrade 2.43 -> 2.44 wangmy
` (4 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../xorg-app/{xhost_1.0.9.bb => xhost_1.0.10.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xorg-app/{xhost_1.0.9.bb => xhost_1.0.10.bb} (89%)
diff --git a/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb b/meta/recipes-graphics/xorg-app/xhost_1.0.10.bb
similarity index 89%
rename from meta/recipes-graphics/xorg-app/xhost_1.0.9.bb
rename to meta/recipes-graphics/xorg-app/xhost_1.0.10.bb
index d54e6cae65..0c112e6ea3 100644
--- a/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb
+++ b/meta/recipes-graphics/xorg-app/xhost_1.0.10.bb
@@ -15,7 +15,7 @@ PE = "1"
SRC_URI_EXT = "xz"
-SRC_URI[sha256sum] = "ea86b531462035b19a2e5e01ef3d9a35cca7d984086645e2fc844d8f0e346645"
+SRC_URI[sha256sum] = "a8afd70059479c712948b895e41c35a4a8bfcede3ba2d5a4b855c88bbb725be1"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 30/32] xkeyboard-config: upgrade 2.43 -> 2.44
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (27 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 29/32] xhost: upgrade 1.0.9 -> 1.0.10 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 31/32] xwayland: upgrade 24.1.4 -> 24.1.5 wangmy
` (3 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{xkeyboard-config_2.43.bb => xkeyboard-config_2.44.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.43.bb => xkeyboard-config_2.44.bb} (92%)
diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.43.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.44.bb
similarity index 92%
rename from meta/recipes-graphics/xorg-lib/xkeyboard-config_2.43.bb
rename to meta/recipes-graphics/xorg-lib/xkeyboard-config_2.44.bb
index 7378cf475e..52d074fd5e 100644
--- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.43.bb
+++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.44.bb
@@ -13,7 +13,7 @@ LICENSE = "MIT & MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=8fc8ae699974c360e2e2e883a63ce264"
SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "c810f362c82a834ee89da81e34cd1452c99789339f46f6037f4b9e227dd06c01"
+SRC_URI[sha256sum] = "54d2c33eeebb031d48fa590c543e54c9bcbd0f00386ebc6489b2f47a0da4342a"
SECTION = "x11/libs"
DEPENDS = "util-macros libxslt-native"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 31/32] xwayland: upgrade 24.1.4 -> 24.1.5
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (28 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 30/32] xkeyboard-config: upgrade 2.43 -> 2.44 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 7:39 ` [OE-core] [PATCH 32/32] xz: upgrade 5.6.3 -> 5.6.4 wangmy
` (2 subsequent siblings)
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../xwayland/{xwayland_24.1.4.bb => xwayland_24.1.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xwayland/{xwayland_24.1.4.bb => xwayland_24.1.5.bb} (96%)
diff --git a/meta/recipes-graphics/xwayland/xwayland_24.1.4.bb b/meta/recipes-graphics/xwayland/xwayland_24.1.5.bb
similarity index 96%
rename from meta/recipes-graphics/xwayland/xwayland_24.1.4.bb
rename to meta/recipes-graphics/xwayland/xwayland_24.1.5.bb
index 6f8589ba5a..19a6384087 100644
--- a/meta/recipes-graphics/xwayland/xwayland_24.1.4.bb
+++ b/meta/recipes-graphics/xwayland/xwayland_24.1.5.bb
@@ -10,7 +10,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880"
SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz"
-SRC_URI[sha256sum] = "d96a78dbab819f55750173444444995b5031ebdcc15b77afebbd8dbc02af34f4"
+SRC_URI[sha256sum] = "cb4bd170e6fa6b545ba0567be8f693d2eeccfc62d04c67037dd14f06daad361d"
UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* [OE-core] [PATCH 32/32] xz: upgrade 5.6.3 -> 5.6.4
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (29 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 31/32] xwayland: upgrade 24.1.4 -> 24.1.5 wangmy
@ 2025-02-18 7:39 ` wangmy
2025-02-18 10:59 ` [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 Mathieu Dubois-Briand
2025-02-18 13:47 ` Richard Purdie
32 siblings, 0 replies; 41+ messages in thread
From: wangmy @ 2025-02-18 7:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-extended/xz/{xz_5.6.3.bb => xz_5.6.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/xz/{xz_5.6.3.bb => xz_5.6.4.bb} (97%)
diff --git a/meta/recipes-extended/xz/xz_5.6.3.bb b/meta/recipes-extended/xz/xz_5.6.4.bb
similarity index 97%
rename from meta/recipes-extended/xz/xz_5.6.3.bb
rename to meta/recipes-extended/xz/xz_5.6.4.bb
index 67070850ab..e48f4dbd7f 100644
--- a/meta/recipes-extended/xz/xz_5.6.3.bb
+++ b/meta/recipes-extended/xz/xz_5.6.4.bb
@@ -28,7 +28,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c02de712b028a5cc7e22472e8f2b3db1 \
SRC_URI = "https://github.com/tukaani-project/xz/releases/download/v${PV}/xz-${PV}.tar.gz \
file://run-ptest \
"
-SRC_URI[sha256sum] = "b1d45295d3f71f25a4c9101bd7c8d16cb56348bbef3bbc738da0351e17c73317"
+SRC_URI[sha256sum] = "269e3f2e512cbd3314849982014dc199a7b2148cf5c91cedc6db629acdf5e09b"
UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)"
UPSTREAM_CHECK_URI = "https://github.com/tukaani-project/xz/releases/"
--
2.43.0
^ permalink raw reply related [flat|nested] 41+ messages in thread* Re: [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (30 preceding siblings ...)
2025-02-18 7:39 ` [OE-core] [PATCH 32/32] xz: upgrade 5.6.3 -> 5.6.4 wangmy
@ 2025-02-18 10:59 ` Mathieu Dubois-Briand
2025-02-18 13:47 ` Richard Purdie
32 siblings, 0 replies; 41+ messages in thread
From: Mathieu Dubois-Briand @ 2025-02-18 10:59 UTC (permalink / raw)
To: wangmy, openembedded-core
On Tue Feb 18, 2025 at 8:39 AM CET, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ===========
> * mkfs:
> * new option to enable compression
> * updated summary (subvolumes, compression)
> * completely remove option --leafsize, deprecated long ago
> * btrfstune: add option to remove squota
> * scrub:
> * start: new option --limit to set the bandwidth limit for the duration of the run
> * status: fix printing of Rate unit suffix (SI/IEC)
> * qgroup clean-stale: check if quotas are enabled before starting filesystem sync()
> * print builtin features and options in --version output (mkfs, convert, image, btrfstune)
> * build:
> * Botan minimum version is now 3.x
> * target to build compile_commands.json (for LSP)
> * other:
> * a bit more optimized crc32c code
> * sync some headers from kernel code
> * command help updates and fixes
> * build warning fixes
> * error message updates
> * cleanups and refactoring
> * updated tests
> * lots of documentation updates
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
Hi Wang,
Thanks for your patch. I get the following error on the autobuilder:
ERROR: core-image-minimal-1.0-r0 do_image_btrfs: Execution of '/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/build-st-742722/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/temp/run.do_image_btrfs.3377719' failed with exit code 1
...
| ERROR: lzo support not compiled in
| ERROR: error while filling filesystem: Invalid argument
| btrfs-progs v6.13
| See https://btrfs.readthedocs.io for more information.
https://autobuilder.yoctoproject.org/valkyrie/?#/builders/35/builds/998/steps/14/logs/stdio
https://autobuilder.yoctoproject.org/valkyrie/?#/builders/48/builds/946/steps/14/logs/stdio
https://autobuilder.yoctoproject.org/valkyrie/?#/builders/54/builds/990/steps/14/logs/stdio
Can you have a look at this failure please?
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 41+ messages in thread* Re: [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13
2025-02-18 7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
` (31 preceding siblings ...)
2025-02-18 10:59 ` [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 Mathieu Dubois-Briand
@ 2025-02-18 13:47 ` Richard Purdie
32 siblings, 0 replies; 41+ messages in thread
From: Richard Purdie @ 2025-02-18 13:47 UTC (permalink / raw)
To: wangmy, openembedded-core
On Tue, 2025-02-18 at 15:39 +0800, wangmy via lists.openembedded.org
wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ===========
> * mkfs:
> * new option to enable compression
> * updated summary (subvolumes, compression)
> * completely remove option --leafsize, deprecated long ago
> * btrfstune: add option to remove squota
> * scrub:
> * start: new option --limit to set the bandwidth limit for the
> duration of the run
> * status: fix printing of Rate unit suffix (SI/IEC)
> * qgroup clean-stale: check if quotas are enabled before starting
> filesystem sync()
> * print builtin features and options in --version output (mkfs,
> convert, image, btrfstune)
> * build:
> * Botan minimum version is now 3.x
> * target to build compile_commands.json (for LSP)
> * other:
> * a bit more optimized crc32c code
> * sync some headers from kernel code
> * command help updates and fixes
> * build warning fixes
> * error message updates
> * cleanups and refactoring
> * updated tests
> * lots of documentation updates
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Fails when being used during oe-selftest:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/48/builds/947
probably from compression option changes.
Cheers,
Richard
^ permalink raw reply [flat|nested] 41+ messages in thread