Re: [OE-core] [PATCH 36/36] xz: upgrade 5.4.6 -> 5.6.1 _WARNING_

2024-04-01 Thread Marta Rybczynska
On Sat, Mar 30, 2024 at 1:26 PM Richard Purdie
 wrote:
>
> On Sat, 2024-03-30 at 13:08 +0100, Marta Rybczynska wrote:
> > Absolutely confirm. DO NOT UPDATE
> >
> > Marta
> >
> > On Sat, 30 Mar 2024, 02:04 Mark Hatle,
> >  wrote:
> > > I know this request is a week or so old..
> > >
> > > But do NOT upgrade to 'xz' 5.6.0 or 5.6.1.  It has been
> > > compromised:
> > >
> > > https://www.openwall.com/lists/oss-security/2024/03/29/4
> > >
> > > --Mark
>
> We're not going to. The upgrade was already dropped after it failed
> build testing. I do wonder why it failed.
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/48/builds/8737
>
> I've ensured the sources were removed from our mirrors too.


It looks to me that the Autobuilder has actually seen a side-effect of
the backdoor...

Marta

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197866): 
https://lists.openembedded.org/g/openembedded-core/message/197866
Mute This Topic: https://lists.openembedded.org/mt/105226831/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH] gnutls: upgrade 3.8.3 -> 3.8.4

2024-04-01 Thread Simone Weiß
From: Simone Weiß 

- Upgrade gnutls SRCREV for new version
- Refresh patches for 3.8.4

Changelog:
==

** libgnutls: RSA-OAEP encryption scheme is now supported
   To use it with an unrestricted RSA private key, one would need to
   initialize a gnutls_x509_spki_t object with necessary parameters
   for RSA-OAEP and attach it to the private key. It is also possible
   to import restricted private keys if they are stored in PKCS#8
   format.

** libgnutls: Fix side-channel in the deterministic ECDSA.
   Reported by George Pantelakis (#1516).
   [GNUTLS-SA-2023-12-04, CVSS: medium] [CVE-2024-28834]

** libgnutls: Fixed a bug where certtool crashed when verifying a certificate
   chain with more than 16 certificates. Reported by William Woodruff (#1525)
   and yixiangzhike (#1527).
   [GNUTLS-SA-2024-01-23, CVSS: medium] [CVE-2024-28835]

** libgnutls: Compression libraries are now loaded dynamically as needed
   instead of all being loaded during gnutls library initialization.
   As a result, the library initialization should be faster.

** build: The gnutls library can now be linked with the static library
   of GMP.  Note that in order for this to work libgmp.a needs to be
   compiled with -fPIC and libhogweed in Nettle also has to be linked
   to the static library of GMP.  This can be used to prevent custom
   memory allocators from being overriden by other applications.

** API and ABI modifications:
gnutls_x509_spki_get_rsa_oaep_params: New function.
gnutls_x509_spki_set_rsa_oaep_params: New function.
GNUTLS_PK_RSA_OAEP: New enum member of gnutls_pk_algorithm_t.

Signed-off-by: Simone Weiß 
---
 ...-.hmac-file-should-be-excuted-in-target-envi.patch |  7 +++
 .../gnutls/gnutls/Add-ptest-support.patch | 11 +--
 meta/recipes-support/gnutls/gnutls/arm_eabi.patch |  7 ++-
 .../gnutls/{gnutls_3.8.3.bb => gnutls_3.8.4.bb}   |  2 +-
 4 files changed, 11 insertions(+), 16 deletions(-)
 rename meta/recipes-support/gnutls/{gnutls_3.8.3.bb => gnutls_3.8.4.bb} (97%)

diff --git 
a/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch
 
b/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch
index 4bdc40d932..d13bfee8ef 100644
--- 
a/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch
+++ 
b/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch
@@ -1,4 +1,4 @@
-From 21a8295bac3805e4490ba2b5f136e7f4c121061b Mon Sep 17 00:00:00 2001
+From 7be8ec59a53e93c2bd453b3ba2d63d1b300ef11f Mon Sep 17 00:00:00 2001
 From: Lei Maohui 
 Date: Mon, 23 May 2022 10:44:43 +0900
 Subject: [PATCH] Creating .hmac file should be excuted in target environment,
@@ -6,16 +6,15 @@ Subject: [PATCH] Creating .hmac file should be excuted in 
target environment,
 
 Upstream-Status: Inappropriate [https://gitlab.com/gnutls/gnutls/-/issues/1373]
 Signed-off-by: Lei Maohui 
-
 ---
  lib/Makefile.am | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)
 
 diff --git a/lib/Makefile.am b/lib/Makefile.am
-index 6d4e8d2..24ef108 100644
+index a50d311..193ea19 100644
 --- a/lib/Makefile.am
 +++ b/lib/Makefile.am
-@@ -206,8 +206,7 @@ hmac_file = .libs/.$(gnutls_so).hmac
+@@ -198,8 +198,7 @@ hmac_file = .libs/.$(gnutls_so).hmac
  
  all-local: $(hmac_file)
  
diff --git a/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch 
b/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch
index f87cf536fa..1152d3797f 100644
--- a/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch
+++ b/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch
@@ -1,11 +1,10 @@
-From 81861f7ba690956c064ebe8dce6c313951fa2a9f Mon Sep 17 00:00:00 2001
+From ff6a345235b2585c261752e47a749228672b07dc Mon Sep 17 00:00:00 2001
 From: Ravineet Singh 
 Date: Tue, 10 Jan 2023 16:11:10 +0100
 Subject: [PATCH] gnutls: add ptest support
 
 Upstream-Status: Inappropriate [embedded specific]
 Signed-off-by: Ravineet Singh 
-
 ---
  Makefile.am   | 3 +++
  configure.ac  | 2 ++
@@ -27,10 +26,10 @@ index 843193f..816b09f 100644
  
  include $(top_srcdir)/cligen/cligen.mk
 diff --git a/configure.ac b/configure.ac
-index b25ba14..860ddef 100644
+index d6e03cf..e3f15fb 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -1150,6 +1150,8 @@ AC_SUBST(LIBGNUTLS_CFLAGS)
+@@ -1213,6 +1213,8 @@ AC_SUBST(LIBGNUTLS_CFLAGS)
  
  AM_CONDITIONAL(NEEDS_LIBRT, test "$gnutls_needs_librt" = "yes")
  
@@ -40,10 +39,10 @@ index b25ba14..860ddef 100644
  
  hw_features=
 diff --git a/tests/Makefile.am b/tests/Makefile.am
-index d530ad0..71c592f 100644
+index fb9e55a..c2d226a 100644
 --- a/tests/Makefile.am
 +++ b/tests/Makefile.am
-@@ -648,6 +648,12 @@ SH_LOG_COMPILER = $(SHELL)
+@@ -658,6 +658,12 @@ SH_LOG_COMPILER = $(SHELL)
  AM_VALGRINDFLAGS = --suppressions=$(srcdir)/suppressions.valgrind
  LOG_COMPILER = $(LOG_VALGRIND)
  
diff --git 

[OE-core] [PATCH] util-linux: Set the license for util-linux-fcntl-lock to MIT

2024-04-01 Thread Peter Kjellerstedt
This avoids problems if BSD-4-Clause is in INCOMPATIBLE_LICENSE since
util-linux-fcntl-lock is now a dependency of run-postinsts.

Signed-off-by: Peter Kjellerstedt 
---
 meta/recipes-core/util-linux/util-linux.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/util-linux/util-linux.inc 
b/meta/recipes-core/util-linux/util-linux.inc
index f4b547215e..d506783f9a 100644
--- a/meta/recipes-core/util-linux/util-linux.inc
+++ b/meta/recipes-core/util-linux/util-linux.inc
@@ -7,6 +7,7 @@ disk partitioning, kernel message management, filesystem 
creation, and system lo
 SECTION = "base"
 
 LICENSE = "GPL-1.0-or-later & GPL-2.0-or-later & LGPL-2.1-or-later & 
BSD-2-Clause & BSD-3-Clause & BSD-4-Clause & MIT"
+LICENSE:${PN}-fcntl-lock = "MIT"
 LICENSE:${PN}-fdisk = "GPL-1.0-or-later"
 LICENSE:${PN}-libblkid = "LGPL-2.1-or-later"
 LICENSE:${PN}-libfdisk = "LGPL-2.1-or-later"

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197864): 
https://lists.openembedded.org/g/openembedded-core/message/197864
Mute This Topic: https://lists.openembedded.org/mt/105282531/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH 1/3] mtd-utils: upgrade 2.1.6 -> 2.2.0

2024-04-01 Thread Denys Dmytriyenko
This is a small release of changes that have accumulated since last August.
As it contains mainly new command line switches (i.e. features) for some
of the tools, this receives a minor version bump.

The Autotools based build system also received a slight overhaul, cleaning
up how configure switches and dependencies are handled. It should now
also be possible to compile mtd-utils without requiring zlib.

Full changelog:
https://lists.infradead.org/pipermail/linux-mtd/2024-March/104058.html

Signed-off-by: Denys Dmytriyenko 
---
 meta/recipes-devtools/mtd/mtd-utils_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb 
b/meta/recipes-devtools/mtd/mtd-utils_git.bb
index 4b27528f64..a40d79c864 100644
--- a/meta/recipes-devtools/mtd/mtd-utils_git.bb
+++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
@@ -11,9 +11,9 @@ inherit autotools pkgconfig update-alternatives
 DEPENDS = "zlib e2fsprogs util-linux"
 RDEPENDS:mtd-utils-tests += "bash"
 
-PV = "2.1.6"
+PV = "2.2.0"
 
-SRCREV = "219e741f40f4801bae263e0b581b64888d887b4a"
+SRCREV = "31e990c56aba7584cde310685d663bb122f16003"
 SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master"
 
 S = "${WORKDIR}/git"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197861): 
https://lists.openembedded.org/g/openembedded-core/message/197861
Mute This Topic: https://lists.openembedded.org/mt/105280866/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH 3/3] wayland-protocols: upgrade 1.33 -> 1.34

2024-04-01 Thread Denys Dmytriyenko
This release comes with three new staging protocols:

 * xdg-toplevel-drag

This protocol enhances regular drag and drop by allowing attaching a
toplevel window to a drag. This can be used to implement e.g. detachable
toolbars and browser tab drag behavior that can be seen in other
platforms.

 * xdg-dialog

This protocol allows setting dialog specific hints on a toplevel, more
specifically marking them as modal.

 * linux-drm-syncobj

This protocol will allow explicit synchronization of buffers using DRM
synchronization objects. While being a protocol that is unlikely to be
widely used directly by applications and toolkits themselves, it is an
important building block for improving Vulkan and OpenGL drivers.

Other than this, the tablet and foreign toplevel list protocols also
received clarifications and fixes.

Full changelog:
https://lists.freedesktop.org/archives/wayland-devel/2024-March/043537.html

Signed-off-by: Denys Dmytriyenko 
---
 .../{wayland-protocols_1.33.bb => wayland-protocols_1.34.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/wayland/{wayland-protocols_1.33.bb => 
wayland-protocols_1.34.bb} (91%)

diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.33.bb 
b/meta/recipes-graphics/wayland/wayland-protocols_1.34.bb
similarity index 91%
rename from meta/recipes-graphics/wayland/wayland-protocols_1.33.bb
rename to meta/recipes-graphics/wayland/wayland-protocols_1.34.bb
index 074ea3663a..8c12985714 100644
--- a/meta/recipes-graphics/wayland/wayland-protocols_1.33.bb
+++ b/meta/recipes-graphics/wayland/wayland-protocols_1.34.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \
 
file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53"
 
 SRC_URI = 
"https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PV}/downloads/wayland-protocols-${PV}.tar.xz;
-SRC_URI[sha256sum] = 
"94f0c50b090d6e61a03f62048467b19abbe851be4e11ae7b36f65f8b98c3963a"
+SRC_URI[sha256sum] = 
"c59b27cacd85f60baf4ee5f80df5c0d15760ead6a2432b00ab7e2e0574dcafeb"
 
 UPSTREAM_CHECK_URI = 
"https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tags;
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197863): 
https://lists.openembedded.org/g/openembedded-core/message/197863
Mute This Topic: https://lists.openembedded.org/mt/105280869/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH 2/3] lzip: upgrade 1.24 -> 1.24.1

2024-04-01 Thread Denys Dmytriyenko
* No changes have been made to the code. Just a compilation failure on MinGW
  has been fixed. (Caused by different mkdir signature in POSIX and Windows).

Full changelog:
https://lists.nongnu.org/archive/html/lzip-bug/2024-03/msg3.html

Signed-off-by: Denys Dmytriyenko 
---
 meta/recipes-extended/lzip/{lzip_1.24.bb => lzip_1.24.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/lzip/{lzip_1.24.bb => lzip_1.24.1.bb} (93%)

diff --git a/meta/recipes-extended/lzip/lzip_1.24.bb 
b/meta/recipes-extended/lzip/lzip_1.24.1.bb
similarity index 93%
rename from meta/recipes-extended/lzip/lzip_1.24.bb
rename to meta/recipes-extended/lzip/lzip_1.24.1.bb
index 73040a6f00..6eda012734 100644
--- a/meta/recipes-extended/lzip/lzip_1.24.bb
+++ b/meta/recipes-extended/lzip/lzip_1.24.1.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \
 "
 
 SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz"
-SRC_URI[sha256sum] = 
"d42659229b10e066eeb6e81eb673cdd893b672e512d26719c2d95975556ca56c"
+SRC_URI[sha256sum] = 
"30c9cb6a0605f479c496c376eb629a48b0a1696d167e3c1e090c5defa481b162"
 
 B = "${WORKDIR}/build"
 do_configure[cleandirs] = "${B}"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197862): 
https://lists.openembedded.org/g/openembedded-core/message/197862
Mute This Topic: https://lists.openembedded.org/mt/105280867/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH v7 2/3] nfs-utils: Use upstream systemd service files

2024-04-01 Thread Dan McGregor
From: Daniel McGregor 

Reduce diffs against upstream by using the service files provided
by them. This reduces our dependence on patches that simply change
the names of a service.
This also changes the way some nfs options get set for systemd, it
introduces the nfs.conf file for configuration, which all daemons
already support.

Signed-off-by: Daniel McGregor 
---
 .../bugfix-adjust-statd-service-name.patch| 39 -
 .../nfs-utils/nfs-utils/nfs-mountd.service| 18 
 .../nfs-utils/nfs-utils/nfs-server.service| 24 ---
 .../nfs-utils/nfs-utils/nfs-statd.service | 16 ---
 .../nfs-utils-debianize-start-statd.patch | 42 ---
 .../nfs-utils/nfs-utils/nfs-utils.conf| 35 
 .../nfs-utils/nfs-utils/proc-fs-nfsd.mount|  8 
 .../nfs-utils/nfs-utils_2.6.4.bb  | 33 +--
 8 files changed, 11 insertions(+), 204 deletions(-)
 delete mode 100644 
meta/recipes-connectivity/nfs-utils/nfs-utils/bugfix-adjust-statd-service-name.patch
 delete mode 100644 
meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service
 delete mode 100644 
meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service
 delete mode 100644 
meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-statd.service
 delete mode 100644 
meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-debianize-start-statd.patch
 delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils.conf
 delete mode 100644 
meta/recipes-connectivity/nfs-utils/nfs-utils/proc-fs-nfsd.mount

diff --git 
a/meta/recipes-connectivity/nfs-utils/nfs-utils/bugfix-adjust-statd-service-name.patch
 
b/meta/recipes-connectivity/nfs-utils/nfs-utils/bugfix-adjust-statd-service-name.patch
deleted file mode 100644
index f13d7b380ca..000
--- 
a/meta/recipes-connectivity/nfs-utils/nfs-utils/bugfix-adjust-statd-service-name.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 398fed3bb0350cb1229e54e7020ae0e044c206d1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ulrich=20=C3=96lmann?= 
-Date: Wed, 17 Feb 2016 08:33:45 +0100
-Subject: bugfix: adjust statd service name
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Upstream uses 'rpc-statd.service' and Yocto introduced 'nfs-statd.service'
-instead but forgot to update the mount.nfs helper 'start-statd' accordingly.
-
-Upstream-Status: Inappropriate [other]
-
-Signed-off-by: Ulrich Ölmann 
-
-Rebase it.
-
-Signed-off-by: Robert Yang 

- utils/statd/start-statd | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/utils/statd/start-statd b/utils/statd/start-statd
-index af5c950..df9b9be 100755
 a/utils/statd/start-statd
-+++ b/utils/statd/start-statd
-@@ -28,10 +28,10 @@ fi
- # First try systemd if it's installed.
- if [ -d /run/systemd/system ]; then
- # Quit only if the call worked.
--if systemctl start rpc-statd.service; then
-+if systemctl start nfs-statd.service; then
- # Ensure systemd knows not to stop rpc.statd or its dependencies
- # on 'systemctl isolate ..'
--systemctl add-wants --runtime remote-fs.target rpc-statd.service
-+systemctl add-wants --runtime remote-fs.target nfs-statd.service
- exit 0
- fi
- fi
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service 
b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service
deleted file mode 100644
index ebfe64b9ced..000
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service
+++ /dev/null
@@ -1,18 +0,0 @@
-[Unit]
-Description=NFS Mount Daemon
-DefaultDependencies=no
-After=rpcbind.socket
-Requires=proc-fs-nfsd.mount
-After=proc-fs-nfsd.mount
-After=network.target local-fs.target
-BindsTo=nfs-server.service
-ConditionPathExists=@SYSCONFDIR@/exports
-
-[Service]
-EnvironmentFile=-@SYSCONFDIR@/nfs-utils.conf
-ExecStart=@SBINDIR@/rpc.mountd -F $MOUNTD_OPTS
-LimitNOFILE=@HIGH_RLIMIT_NOFILE@
-StateDirectory=nfs
-
-[Install]
-WantedBy=multi-user.target
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service 
b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service
deleted file mode 100644
index 15ceee04d0d..000
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service
+++ /dev/null
@@ -1,24 +0,0 @@
-[Unit]
-Description=NFS server and services
-DefaultDependencies=no
-Requires=network.target proc-fs-nfsd.mount
-Requires=nfs-mountd.service
-Wants=rpcbind.service
-After=local-fs.target
-After=network.target proc-fs-nfsd.mount rpcbind.service nfs-mountd.service
-ConditionPathExists=@SYSCONFDIR@/exports
-
-[Service]
-Type=oneshot
-EnvironmentFile=-@SYSCONFDIR@/nfs-utils.conf
-ExecStartPre=@SBINDIR@/exportfs -r
-ExecStart=@SBINDIR@/rpc.nfsd $NFSD_OPTS $NFSD_COUNT
-ExecStop=@SBINDIR@/rpc.nfsd 0
-ExecStopPost=@SBINDIR@/exportfs -au
-ExecStopPost=@SBINDIR@/exportfs -f
-ExecReload=@SBINDIR@/exportfs -r
-RemainAfterExit=yes
-StateDirectory=nfs
-

[OE-core] [PATCH v7 3/3] nfs-utils: Configure nfsv4 ID mapping & Kerberos

2024-04-01 Thread Dan McGregor
From: Daniel McGregor 

Add support for the nfsv4 user ID mapping daemon, configured with
a sensible default, and add a packageconfig for Kerberos support.

This is reasonably tested in production in our environment, but only
systemd support. There'll be some more work to do to get GSSAPI and
NFS idmapd support integreated into that.

Signed-off-by: Daniel McGregor 
---
 ...01-gssd-use-printf-format-specifiers.patch | 181 ++
 .../0002-Use-nogroup-for-nobody-group.patch   |  38 
 .../0003-find-OE-provided-Kerberos.patch  |  42 
 .../nfs-utils/nfs-utils/clang-warnings.patch  |  81 +++-
 .../nfs-utils/nfs-utils_2.6.4.bb  |  37 +++-
 5 files changed, 368 insertions(+), 11 deletions(-)
 create mode 100644 
meta/recipes-connectivity/nfs-utils/nfs-utils/0001-gssd-use-printf-format-specifiers.patch
 create mode 100644 
meta/recipes-connectivity/nfs-utils/nfs-utils/0002-Use-nogroup-for-nobody-group.patch
 create mode 100644 
meta/recipes-connectivity/nfs-utils/nfs-utils/0003-find-OE-provided-Kerberos.patch

diff --git 
a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-gssd-use-printf-format-specifiers.patch
 
b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-gssd-use-printf-format-specifiers.patch
new file mode 100644
index 000..0c0a8515e49
--- /dev/null
+++ 
b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-gssd-use-printf-format-specifiers.patch
@@ -0,0 +1,181 @@
+From 094b965b7044e7d102542ac30e95b556ca82654b Mon Sep 17 00:00:00 2001
+From: Dan McGregor 
+Date: Wed, 29 Nov 2023 07:10:58 -0600
+Subject: [PATCH] gssd: use printf format specifiers
+
+This function takes a printf format specifier, tell the compiler about
+that. This adds the ability for GCC to warn about misuses, and prevents
+Clang from warning on the implementation.
+
+Upstream-Status: Submitted 
[https://marc.info/?l=linux-nfs=171200832214838=2]
+Signed-off-by: Daniel McGregor 
+---
+ utils/gssd/err_util.h |  2 +-
+ utils/gssd/gss_names.c|  4 ++--
+ utils/gssd/gss_util.c |  2 +-
+ utils/gssd/gssd.c |  4 ++--
+ utils/gssd/gssd_proc.c|  8 
+ utils/gssd/krb5_util.c| 10 +-
+ utils/gssd/svcgssd_proc.c |  8 
+ 7 files changed, 19 insertions(+), 19 deletions(-)
+
+diff --git a/utils/gssd/err_util.h b/utils/gssd/err_util.h
+index 6fa9d3d..61f5a31 100644
+--- a/utils/gssd/err_util.h
 b/utils/gssd/err_util.h
+@@ -32,7 +32,7 @@
+ #define _ERR_UTIL_H_
+ 
+ void initerr(char *progname, int verbosity, int fg);
+-void printerr(int priority, char *format, ...);
++void printerr(int priority, char *format, ...) __attribute__ ((format 
(printf, 2, 3)));
+ int get_verbosity(void);
+ char * sec2time(int);
+ 
+diff --git a/utils/gssd/gss_names.c b/utils/gssd/gss_names.c
+index 982b96f..0548c33 100644
+--- a/utils/gssd/gss_names.c
 b/utils/gssd/gss_names.c
+@@ -65,7 +65,7 @@ get_krb5_hostbased_name(gss_buffer_desc *name, char 
**hostbased_name)
+   if (strchr(name->value, '@') && strchr(name->value, '/')) {
+   if ((sname = calloc(name->length, 1)) == NULL) {
+   printerr(0, "ERROR: get_krb5_hostbased_name failed "
+-   "to allocate %d bytes\n", name->length);
++   "to allocate %zd bytes\n", name->length);
+   return -1;
+   }
+   /* read in name and instance and replace '/' with '@' */
+@@ -102,7 +102,7 @@ get_hostbased_client_name(gss_name_t client_name, gss_OID 
mech,
+   }
+   if (name.length >= 0x) {/* don't overflow */
+   printerr(0, "ERROR: get_hostbased_client_name: "
+-   "received gss_name is too long (%d bytes)\n",
++   "received gss_name is too long (%zd bytes)\n",
+name.length);
+   goto out_rel_buf;
+   }
+diff --git a/utils/gssd/gss_util.c b/utils/gssd/gss_util.c
+index a4b2777..7d41a94 100644
+--- a/utils/gssd/gss_util.c
 b/utils/gssd/gss_util.c
+@@ -304,7 +304,7 @@ gssd_acquire_cred(char *server_name, const gss_OID oid)
+   target_name, , NULL);
+   if (ignore_maj_stat == GSS_S_COMPLETE) {
+   printerr(1, "Unable to obtain credentials for '%.*s'\n",
+-   pbuf.length, pbuf.value);
++   (int)pbuf.length, (char *)pbuf.value);
+   ignore_maj_stat = gss_release_buffer(_min_stat,
+);
+   }
+diff --git a/utils/gssd/gssd.c b/utils/gssd/gssd.c
+index 833d8e0..380116a 100644
+--- a/utils/gssd/gssd.c
 b/utils/gssd/gssd.c
+@@ -518,9 +518,9 @@ scan_active_thread_list(void)
+   do_error_downcall(info->fd, info->uid, 
-ETIMEDOUT);
+   } else {
+   if (!(info->flags & 
UPCALL_THREAD_WARNED)) {

[OE-core] [PATCH v7 1/3] nfs-utils: clean up startup

2024-04-01 Thread Dan McGregor
From: Daniel McGregor 

Change the sysvinit script to start at the S runlevel, this matches
Debian, and prevents systemd from generating a unit file for it.
Also have the nfsd systemd service request the nfsd kernel filesystem
mountpoint. This avoids startup failures in unpriviled containers
or other setups that don't support the filesystem.

Signed-off-by: Daniel McGregor 
---
 meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon | 4 ++--
 meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb  | 9 -
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon 
b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon
index 992267d5a16..4c1ad17c3c6 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon
@@ -3,7 +3,7 @@
 # Provides:  nfs-common
 # Required-Start:$portmap hwclock
 # Required-Stop: $portmap hwclock
-# Default-Start: 2 3 4 5
+# Default-Start: S
 # Default-Stop:  0 1 6
 # Short-Description: NFS support for both client and server
 # Description:   NFS is a popular protocol for file sharing across
@@ -20,7 +20,7 @@
 . /etc/init.d/functions
 
 test -x "$NFS_STATD" || NFS_STATD=/usr/sbin/rpc.statd
-test -z "$STATD_PID" && STATD_PID=/var/run/rpc.statd.pid
+test -z "$STATD_PID" && STATD_PID=/run/rpc.statd.pid
 #
 # The default state directory is /var/lib/nfs
 test -n "$NFS_STATEDIR" || NFS_STATEDIR=/var/lib/nfs
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb 
b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb
index 2f2644f9a83..527fcd609c1 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb
@@ -132,15 +132,14 @@ do_install:append () {
install -m 0644 ${WORKDIR}/nfs-server.service 
${D}${systemd_system_unitdir}/
install -m 0644 ${WORKDIR}/nfs-mountd.service 
${D}${systemd_system_unitdir}/
install -m 0644 ${WORKDIR}/nfs-statd.service 
${D}${systemd_system_unitdir}/
+   install -m 0644 ${WORKDIR}/proc-fs-nfsd.mount 
${D}${systemd_system_unitdir}/
sed -i -e 's,@SBINDIR@,${sbindir},g' \
-e 's,@SYSCONFDIR@,${sysconfdir},g' \
-e 's,@HIGH_RLIMIT_NOFILE@,${HIGH_RLIMIT_NOFILE},g' \
${D}${systemd_system_unitdir}/*.service
-   if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; 
then
-   install -m 0644 ${WORKDIR}/proc-fs-nfsd.mount 
${D}${systemd_system_unitdir}/
-   install -d ${D}${systemd_system_unitdir}/sysinit.target.wants/
-   ln -sf ../proc-fs-nfsd.mount 
${D}${systemd_system_unitdir}/sysinit.target.wants/proc-fs-nfsd.mount
-   fi
+   # Add compatibility symlinks for the sysvinit scripts
+   ln -s nfs-server.service ${D}${systemd_system_unitdir}/nfsserver.service
+   ln -s /dev/null ${D}${systemd_system_unitdir}/nfscommon.service
 
# kernel code as of 3.8 hard-codes this path as a default
install -d ${D}/var/lib/nfs/v4recovery
-- 
2.41.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197858): 
https://lists.openembedded.org/g/openembedded-core/message/197858
Mute This Topic: https://lists.openembedded.org/mt/105279023/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] Patchtest results for [PATCH v6 3/3] nfs-utils: Configure nfsv4 ID mapping & Kerberos

2024-04-01 Thread Patchtest
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/v6-3-3-nfs-utils-Configure-nfsv4-ID-mapping-Kerberos.patch

FAIL: test Upstream-Status presence: Upstream-Status is Submitted, but it is 
not mentioned where (test_patch.TestPatch.test_upstream_status_presence_format)

PASS: test CVE check ignore (test_metadata.TestMetadata.test_cve_check_ignore)
PASS: test CVE tag format (test_patch.TestPatch.test_cve_tag_format)
PASS: test Signed-off-by presence 
(test_mbox.TestMbox.test_signed_off_by_presence)
PASS: test Signed-off-by presence 
(test_patch.TestPatch.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 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 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: pretest src uri left files: Patch cannot be merged 
(test_metadata.TestMetadata.pretest_src_uri_left_files)
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 src uri left files: Patch cannot be merged 
(test_metadata.TestMetadata.test_src_uri_left_files)
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!

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197857): 
https://lists.openembedded.org/g/openembedded-core/message/197857
Mute This Topic: https://lists.openembedded.org/mt/105277307/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH v6 1/3] nfs-utils: clean up startup

2024-04-01 Thread Dan McGregor
From: Daniel McGregor 

Change the sysvinit script to start at the S runlevel, this matches
Debian, and prevents systemd from generating a unit file for it.
Also have the nfsd systemd service request the nfsd kernel filesystem
mountpoint. This avoids startup failures in unpriviled containers
or other setups that don't support the filesystem.

Signed-off-by: Daniel McGregor 
---
 meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon | 4 ++--
 meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb  | 9 -
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon 
b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon
index 992267d5a16..4c1ad17c3c6 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon
@@ -3,7 +3,7 @@
 # Provides:  nfs-common
 # Required-Start:$portmap hwclock
 # Required-Stop: $portmap hwclock
-# Default-Start: 2 3 4 5
+# Default-Start: S
 # Default-Stop:  0 1 6
 # Short-Description: NFS support for both client and server
 # Description:   NFS is a popular protocol for file sharing across
@@ -20,7 +20,7 @@
 . /etc/init.d/functions
 
 test -x "$NFS_STATD" || NFS_STATD=/usr/sbin/rpc.statd
-test -z "$STATD_PID" && STATD_PID=/var/run/rpc.statd.pid
+test -z "$STATD_PID" && STATD_PID=/run/rpc.statd.pid
 #
 # The default state directory is /var/lib/nfs
 test -n "$NFS_STATEDIR" || NFS_STATEDIR=/var/lib/nfs
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb 
b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb
index 2f2644f9a83..527fcd609c1 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb
@@ -132,15 +132,14 @@ do_install:append () {
install -m 0644 ${WORKDIR}/nfs-server.service 
${D}${systemd_system_unitdir}/
install -m 0644 ${WORKDIR}/nfs-mountd.service 
${D}${systemd_system_unitdir}/
install -m 0644 ${WORKDIR}/nfs-statd.service 
${D}${systemd_system_unitdir}/
+   install -m 0644 ${WORKDIR}/proc-fs-nfsd.mount 
${D}${systemd_system_unitdir}/
sed -i -e 's,@SBINDIR@,${sbindir},g' \
-e 's,@SYSCONFDIR@,${sysconfdir},g' \
-e 's,@HIGH_RLIMIT_NOFILE@,${HIGH_RLIMIT_NOFILE},g' \
${D}${systemd_system_unitdir}/*.service
-   if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; 
then
-   install -m 0644 ${WORKDIR}/proc-fs-nfsd.mount 
${D}${systemd_system_unitdir}/
-   install -d ${D}${systemd_system_unitdir}/sysinit.target.wants/
-   ln -sf ../proc-fs-nfsd.mount 
${D}${systemd_system_unitdir}/sysinit.target.wants/proc-fs-nfsd.mount
-   fi
+   # Add compatibility symlinks for the sysvinit scripts
+   ln -s nfs-server.service ${D}${systemd_system_unitdir}/nfsserver.service
+   ln -s /dev/null ${D}${systemd_system_unitdir}/nfscommon.service
 
# kernel code as of 3.8 hard-codes this path as a default
install -d ${D}/var/lib/nfs/v4recovery
-- 
2.41.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197854): 
https://lists.openembedded.org/g/openembedded-core/message/197854
Mute This Topic: https://lists.openembedded.org/mt/105277139/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH v6 3/3] nfs-utils: Configure nfsv4 ID mapping & Kerberos

2024-04-01 Thread Dan McGregor
From: Daniel McGregor 

Add support for the nfsv4 user ID mapping daemon, configured with
a sensible default, and add a packageconfig for Kerberos support.

This is reasonably tested in production in our environment, but only
systemd support. There'll be some more work to do to get GSSAPI and
NFS idmapd support integreated into that.

Signed-off-by: Daniel McGregor 
---
 ...01-gssd-use-printf-format-specifiers.patch | 181 ++
 .../0002-Use-nogroup-for-nobody-group.patch   |  38 
 .../0003-find-OE-provided-Kerberos.patch  |  42 
 .../nfs-utils/nfs-utils/clang-warnings.patch  |  81 +++-
 .../nfs-utils/nfs-utils_2.6.4.bb  |  37 +++-
 5 files changed, 368 insertions(+), 11 deletions(-)
 create mode 100644 
meta/recipes-connectivity/nfs-utils/nfs-utils/0001-gssd-use-printf-format-specifiers.patch
 create mode 100644 
meta/recipes-connectivity/nfs-utils/nfs-utils/0002-Use-nogroup-for-nobody-group.patch
 create mode 100644 
meta/recipes-connectivity/nfs-utils/nfs-utils/0003-find-OE-provided-Kerberos.patch

diff --git 
a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-gssd-use-printf-format-specifiers.patch
 
b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-gssd-use-printf-format-specifiers.patch
new file mode 100644
index 000..aecba919e27
--- /dev/null
+++ 
b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-gssd-use-printf-format-specifiers.patch
@@ -0,0 +1,181 @@
+From 094b965b7044e7d102542ac30e95b556ca82654b Mon Sep 17 00:00:00 2001
+From: Dan McGregor 
+Date: Wed, 29 Nov 2023 07:10:58 -0600
+Subject: [PATCH] gssd: use printf format specifiers
+
+This function takes a printf format specifier, tell the compiler about
+that. This adds the ability for GCC to warn about misuses, and prevents
+Clang from warning on the implementation.
+
+Upstream-Status: Submitted
+Signed-off-by: Daniel McGregor 
+---
+ utils/gssd/err_util.h |  2 +-
+ utils/gssd/gss_names.c|  4 ++--
+ utils/gssd/gss_util.c |  2 +-
+ utils/gssd/gssd.c |  4 ++--
+ utils/gssd/gssd_proc.c|  8 
+ utils/gssd/krb5_util.c| 10 +-
+ utils/gssd/svcgssd_proc.c |  8 
+ 7 files changed, 19 insertions(+), 19 deletions(-)
+
+diff --git a/utils/gssd/err_util.h b/utils/gssd/err_util.h
+index 6fa9d3d..61f5a31 100644
+--- a/utils/gssd/err_util.h
 b/utils/gssd/err_util.h
+@@ -32,7 +32,7 @@
+ #define _ERR_UTIL_H_
+ 
+ void initerr(char *progname, int verbosity, int fg);
+-void printerr(int priority, char *format, ...);
++void printerr(int priority, char *format, ...) __attribute__ ((format 
(printf, 2, 3)));
+ int get_verbosity(void);
+ char * sec2time(int);
+ 
+diff --git a/utils/gssd/gss_names.c b/utils/gssd/gss_names.c
+index 982b96f..0548c33 100644
+--- a/utils/gssd/gss_names.c
 b/utils/gssd/gss_names.c
+@@ -65,7 +65,7 @@ get_krb5_hostbased_name(gss_buffer_desc *name, char 
**hostbased_name)
+   if (strchr(name->value, '@') && strchr(name->value, '/')) {
+   if ((sname = calloc(name->length, 1)) == NULL) {
+   printerr(0, "ERROR: get_krb5_hostbased_name failed "
+-   "to allocate %d bytes\n", name->length);
++   "to allocate %zd bytes\n", name->length);
+   return -1;
+   }
+   /* read in name and instance and replace '/' with '@' */
+@@ -102,7 +102,7 @@ get_hostbased_client_name(gss_name_t client_name, gss_OID 
mech,
+   }
+   if (name.length >= 0x) {/* don't overflow */
+   printerr(0, "ERROR: get_hostbased_client_name: "
+-   "received gss_name is too long (%d bytes)\n",
++   "received gss_name is too long (%zd bytes)\n",
+name.length);
+   goto out_rel_buf;
+   }
+diff --git a/utils/gssd/gss_util.c b/utils/gssd/gss_util.c
+index a4b2777..7d41a94 100644
+--- a/utils/gssd/gss_util.c
 b/utils/gssd/gss_util.c
+@@ -304,7 +304,7 @@ gssd_acquire_cred(char *server_name, const gss_OID oid)
+   target_name, , NULL);
+   if (ignore_maj_stat == GSS_S_COMPLETE) {
+   printerr(1, "Unable to obtain credentials for '%.*s'\n",
+-   pbuf.length, pbuf.value);
++   (int)pbuf.length, (char *)pbuf.value);
+   ignore_maj_stat = gss_release_buffer(_min_stat,
+);
+   }
+diff --git a/utils/gssd/gssd.c b/utils/gssd/gssd.c
+index 833d8e0..380116a 100644
+--- a/utils/gssd/gssd.c
 b/utils/gssd/gssd.c
+@@ -518,9 +518,9 @@ scan_active_thread_list(void)
+   do_error_downcall(info->fd, info->uid, 
-ETIMEDOUT);
+   } else {
+   if (!(info->flags & 
UPCALL_THREAD_WARNED)) {
+-  

[OE-core] [PATCH v6 2/3] nfs-utils: Use upstream systemd service files

2024-04-01 Thread Dan McGregor
From: Daniel McGregor 

Reduce diffs against upstream by using the service files provided
by them. This reduces our dependence on patches that simply change
the names of a service.
This also changes the way some nfs options get set for systemd, it
introduces the nfs.conf file for configuration, which all daemons
already support.

Signed-off-by: Daniel McGregor 
---
 .../bugfix-adjust-statd-service-name.patch| 39 -
 .../nfs-utils/nfs-utils/nfs-mountd.service| 18 
 .../nfs-utils/nfs-utils/nfs-server.service| 24 ---
 .../nfs-utils/nfs-utils/nfs-statd.service | 16 ---
 .../nfs-utils-debianize-start-statd.patch | 42 ---
 .../nfs-utils/nfs-utils/nfs-utils.conf| 35 
 .../nfs-utils/nfs-utils/proc-fs-nfsd.mount|  8 
 .../nfs-utils/nfs-utils_2.6.4.bb  | 33 +--
 8 files changed, 11 insertions(+), 204 deletions(-)
 delete mode 100644 
meta/recipes-connectivity/nfs-utils/nfs-utils/bugfix-adjust-statd-service-name.patch
 delete mode 100644 
meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service
 delete mode 100644 
meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service
 delete mode 100644 
meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-statd.service
 delete mode 100644 
meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-debianize-start-statd.patch
 delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils.conf
 delete mode 100644 
meta/recipes-connectivity/nfs-utils/nfs-utils/proc-fs-nfsd.mount

diff --git 
a/meta/recipes-connectivity/nfs-utils/nfs-utils/bugfix-adjust-statd-service-name.patch
 
b/meta/recipes-connectivity/nfs-utils/nfs-utils/bugfix-adjust-statd-service-name.patch
deleted file mode 100644
index f13d7b380ca..000
--- 
a/meta/recipes-connectivity/nfs-utils/nfs-utils/bugfix-adjust-statd-service-name.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 398fed3bb0350cb1229e54e7020ae0e044c206d1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ulrich=20=C3=96lmann?= 
-Date: Wed, 17 Feb 2016 08:33:45 +0100
-Subject: bugfix: adjust statd service name
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Upstream uses 'rpc-statd.service' and Yocto introduced 'nfs-statd.service'
-instead but forgot to update the mount.nfs helper 'start-statd' accordingly.
-
-Upstream-Status: Inappropriate [other]
-
-Signed-off-by: Ulrich Ölmann 
-
-Rebase it.
-
-Signed-off-by: Robert Yang 

- utils/statd/start-statd | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/utils/statd/start-statd b/utils/statd/start-statd
-index af5c950..df9b9be 100755
 a/utils/statd/start-statd
-+++ b/utils/statd/start-statd
-@@ -28,10 +28,10 @@ fi
- # First try systemd if it's installed.
- if [ -d /run/systemd/system ]; then
- # Quit only if the call worked.
--if systemctl start rpc-statd.service; then
-+if systemctl start nfs-statd.service; then
- # Ensure systemd knows not to stop rpc.statd or its dependencies
- # on 'systemctl isolate ..'
--systemctl add-wants --runtime remote-fs.target rpc-statd.service
-+systemctl add-wants --runtime remote-fs.target nfs-statd.service
- exit 0
- fi
- fi
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service 
b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service
deleted file mode 100644
index ebfe64b9ced..000
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service
+++ /dev/null
@@ -1,18 +0,0 @@
-[Unit]
-Description=NFS Mount Daemon
-DefaultDependencies=no
-After=rpcbind.socket
-Requires=proc-fs-nfsd.mount
-After=proc-fs-nfsd.mount
-After=network.target local-fs.target
-BindsTo=nfs-server.service
-ConditionPathExists=@SYSCONFDIR@/exports
-
-[Service]
-EnvironmentFile=-@SYSCONFDIR@/nfs-utils.conf
-ExecStart=@SBINDIR@/rpc.mountd -F $MOUNTD_OPTS
-LimitNOFILE=@HIGH_RLIMIT_NOFILE@
-StateDirectory=nfs
-
-[Install]
-WantedBy=multi-user.target
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service 
b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service
deleted file mode 100644
index 15ceee04d0d..000
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service
+++ /dev/null
@@ -1,24 +0,0 @@
-[Unit]
-Description=NFS server and services
-DefaultDependencies=no
-Requires=network.target proc-fs-nfsd.mount
-Requires=nfs-mountd.service
-Wants=rpcbind.service
-After=local-fs.target
-After=network.target proc-fs-nfsd.mount rpcbind.service nfs-mountd.service
-ConditionPathExists=@SYSCONFDIR@/exports
-
-[Service]
-Type=oneshot
-EnvironmentFile=-@SYSCONFDIR@/nfs-utils.conf
-ExecStartPre=@SBINDIR@/exportfs -r
-ExecStart=@SBINDIR@/rpc.nfsd $NFSD_OPTS $NFSD_COUNT
-ExecStop=@SBINDIR@/rpc.nfsd 0
-ExecStopPost=@SBINDIR@/exportfs -au
-ExecStopPost=@SBINDIR@/exportfs -f
-ExecReload=@SBINDIR@/exportfs -r
-RemainAfterExit=yes
-StateDirectory=nfs
-

Re: [OE-core] [PATCH v5 3/3] nfs-utils: Configure nfsv4 ID mapping & Kerberos

2024-04-01 Thread Dan McGregor
On Thu, 28 Mar 2024 at 23:34, Alexander Kanavin  wrote:
>
> Do not add pending patches please. Upstream submission first.
>
Makes sense. I only hadn't because it's not well documented *how* to
submit patches to nfs-utils. I think I got it figured now so I'll
submit.

> Even better if you can review already present patches and submit them too.
>
I'll take a look, but not promises...

> Alex
>
> On Fri 29. Mar 2024 at 2.24, Dan McGregor  wrote:
>>
>> From: Daniel McGregor 
>>
>> Add support for the nfsv4 user ID mapping daemon, configured with
>> a sensible default, and add a packageconfig for Kerberos support.
>>
>> This is reasonably tested in production in our environment, but only
>> systemd support. There'll be some more work to do to get GSSAPI and
>> NFS idmapd support integreated into that.
>>
>> Signed-off-by: Daniel McGregor 
>> ---
>>  ...01-gssd-use-printf-format-specifiers.patch | 181 ++
>>  .../0002-Use-nogroup-for-nobody-group.patch   |  38 
>>  .../0003-find-OE-provided-Kerberos.patch  |  42 
>>  .../nfs-utils/nfs-utils/clang-warnings.patch  |  81 +++-
>>  .../nfs-utils/nfs-utils_2.6.4.bb  |  37 +++-
>>  5 files changed, 367 insertions(+), 12 deletions(-)
>>  create mode 100644 
>> meta/recipes-connectivity/nfs-utils/nfs-utils/0001-gssd-use-printf-format-specifiers.patch
>>  create mode 100644 
>> meta/recipes-connectivity/nfs-utils/nfs-utils/0002-Use-nogroup-for-nobody-group.patch
>>  create mode 100644 
>> meta/recipes-connectivity/nfs-utils/nfs-utils/0003-find-OE-provided-Kerberos.patch
>>
>> diff --git 
>> a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-gssd-use-printf-format-specifiers.patch
>>  
>> b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-gssd-use-printf-format-specifiers.patch
>> new file mode 100644
>> index 000..ab6517a30ed
>> --- /dev/null
>> +++ 
>> b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-gssd-use-printf-format-specifiers.patch
>> @@ -0,0 +1,181 @@
>> +From 094b965b7044e7d102542ac30e95b556ca82654b Mon Sep 17 00:00:00 2001
>> +From: Daniel McGregor 
>> +Date: Wed, 29 Nov 2023 07:10:58 -0600
>> +Subject: [PATCH] gssd: use printf format specifiers
>> +
>> +This function takes a printf format specifier, tell the compiler about
>> +that. This adds the ability for GCC to warn about misuses, and prevents
>> +Clang from warning on the implementation.
>> +
>> +Upstream-Status: Pending
>> +Signed-off-by: Daniel McGregor 
>> +---
>> + utils/gssd/err_util.h |  2 +-
>> + utils/gssd/gss_names.c|  4 ++--
>> + utils/gssd/gss_util.c |  2 +-
>> + utils/gssd/gssd.c |  4 ++--
>> + utils/gssd/gssd_proc.c|  8 
>> + utils/gssd/krb5_util.c| 10 +-
>> + utils/gssd/svcgssd_proc.c |  8 
>> + 7 files changed, 19 insertions(+), 19 deletions(-)
>> +
>> +diff --git a/utils/gssd/err_util.h b/utils/gssd/err_util.h
>> +index 6fa9d3d..61f5a31 100644
>> +--- a/utils/gssd/err_util.h
>>  b/utils/gssd/err_util.h
>> +@@ -32,7 +32,7 @@
>> + #define _ERR_UTIL_H_
>> +
>> + void initerr(char *progname, int verbosity, int fg);
>> +-void printerr(int priority, char *format, ...);
>> ++void printerr(int priority, char *format, ...) __attribute__ ((format 
>> (printf, 2, 3)));
>> + int get_verbosity(void);
>> + char * sec2time(int);
>> +
>> +diff --git a/utils/gssd/gss_names.c b/utils/gssd/gss_names.c
>> +index 982b96f..0548c33 100644
>> +--- a/utils/gssd/gss_names.c
>>  b/utils/gssd/gss_names.c
>> +@@ -65,7 +65,7 @@ get_krb5_hostbased_name(gss_buffer_desc *name, char 
>> **hostbased_name)
>> +   if (strchr(name->value, '@') && strchr(name->value, '/')) {
>> +   if ((sname = calloc(name->length, 1)) == NULL) {
>> +   printerr(0, "ERROR: get_krb5_hostbased_name failed "
>> +-   "to allocate %d bytes\n", name->length);
>> ++   "to allocate %zd bytes\n", name->length);
>> +   return -1;
>> +   }
>> +   /* read in name and instance and replace '/' with '@' */
>> +@@ -102,7 +102,7 @@ get_hostbased_client_name(gss_name_t client_name, 
>> gss_OID mech,
>> +   }
>> +   if (name.length >= 0x) {/* don't overflow */
>> +   printerr(0, "ERROR: get_hostbased_client_name: "
>> +-   "received gss_name is too long (%d bytes)\n",
>> ++   "received gss_name is too long (%zd bytes)\n",
>> +name.length);
>> +   goto out_rel_buf;
>> +   }
>> +diff --git a/utils/gssd/gss_util.c b/utils/gssd/gss_util.c
>> +index a4b2777..7d41a94 100644
>> +--- a/utils/gssd/gss_util.c
>>  b/utils/gssd/gss_util.c
>> +@@ -304,7 +304,7 @@ gssd_acquire_cred(char *server_name, const gss_OID oid)
>> +   target_name, , NULL);
>> +   if (ignore_maj_stat == GSS_S_COMPLETE) {
>> +   printerr(1, "Unable to obtain credentials for 
>> 

Re: [OE-core] [PATCH] glibc: Fix stale qemu processes left after glibc oe-selftest

2024-04-01 Thread Khem Raj
it would be better to disable them just for architectures where it
fails since it seems to be a workaround, it would be good to keep it
as small as possible

On Mon, Apr 1, 2024 at 1:10 AM Shinde, Yash via lists.openembedded.org
 wrote:
>
> From: Yash Shinde 
>
> qemumips and qemuppc were leaving stale processes behind after
> running glibc oe-selftest. During analysis, it was found that
> it was due to "tst-scm_rights" and "tst-scm_rights-time64" tests.
> Disable them so that there are no stale processes left behind.
>
> [YOCTO #15423]
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=15423
>
> Signed-off-by: Yash Shinde 
> ---
>  .../glibc/glibc/0024-qemu-stale-process.patch | 45 +++
>  meta/recipes-core/glibc/glibc_2.39.bb |  1 +
>  2 files changed, 46 insertions(+)
>  create mode 100644 
> meta/recipes-core/glibc/glibc/0024-qemu-stale-process.patch
>
> diff --git a/meta/recipes-core/glibc/glibc/0024-qemu-stale-process.patch 
> b/meta/recipes-core/glibc/glibc/0024-qemu-stale-process.patch
> new file mode 100644
> index 00..c28fa31b89
> --- /dev/null
> +++ b/meta/recipes-core/glibc/glibc/0024-qemu-stale-process.patch
> @@ -0,0 +1,45 @@
> +glibc: Fix stale qemu processes left after glibc oe-selftest
> +
> +qemumips and qemuppc were leaving stale processes behind after
> +running glibc oe-selftest. During analysis, it was found that
> +it was due to "tst-scm_rights" and "tst-scm_rights-time64" tests.
> +Disable them so that there are no stale processes left behind.
> +
> +[YOCTO #15423]
> +https://bugzilla.yoctoproject.org/show_bug.cgi?id=15423
> +
> +Upstream-Status: Inappropriate [oe-core specific]
> +Signed-off-by: Yash Shinde 
> +---
> +diff --git a/sysdeps/unix/sysv/linux/Makefile  
> b/sysdeps/unix/sysv/linux/Makefile
> +--- a/sysdeps/unix/sysv/linux/Makefile2024-03-18 01:15:49.019202881 -0700
>  b/sysdeps/unix/sysv/linux/Makefile  2024-03-14 06:26:18.581404107 -0700
> +@@ -222,7 +222,6 @@
> +   tst-process_mrelease \
> +   tst-quota \
> +   tst-rlimit-infinity \
> +-  tst-scm_rights \
> +   tst-sigtimedwait \
> +   tst-sync_file_range \
> +   tst-sysconf-iov_max \
> +@@ -233,6 +232,8 @@
> +   tst-timerfd \
> +   tst-ttyname-direct \
> +   tst-ttyname-namespace \
> ++  # Skip this test to avoid stale qemu process
> ++  # tst-scm_rights \
> +   # tests
> +
> + # process_madvise requires CAP_SYS_ADMIN.
> +@@ -270,9 +271,10 @@
> +   tst-ntp_gettimex-time64 \
> +   tst-ppoll-time64 \
> +   tst-prctl-time64 \
> +-  tst-scm_rights-time64 \
> +   tst-sigtimedwait-time64 \
> +   tst-timerfd-time64 \
> ++  # Skip this test to avoid stale qemu process
> ++  # tst-scm_rights-time64 \
> +   # tests-time64
> +
> + tests-clone-internal = \
> diff --git a/meta/recipes-core/glibc/glibc_2.39.bb 
> b/meta/recipes-core/glibc/glibc_2.39.bb
> index b203060064..9122472689 100644
> --- a/meta/recipes-core/glibc/glibc_2.39.bb
> +++ b/meta/recipes-core/glibc/glibc_2.39.bb
> @@ -49,6 +49,7 @@ SRC_URI =  "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc 
> \
> 
> file://0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch \
> 
> file://0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch \
> 
> file://0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch \
> +   file://0024-qemu-stale-process.patch \
>  "
>  S = "${WORKDIR}/git"
>  B = "${WORKDIR}/build-${TARGET_SYS}"
> --
> 2.43.0
>
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197851): 
https://lists.openembedded.org/g/openembedded-core/message/197851
Mute This Topic: https://lists.openembedded.org/mt/105259855/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH 36/36] xz: upgrade 5.4.6 -> 5.6.1 _WARNING_

2024-04-01 Thread Marta Rybczynska
On Mon, Apr 1, 2024 at 9:02 PM Denys Dmytriyenko  wrote:
>
> On Mon, Apr 01, 2024 at 11:42:51AM +0200, Fathi Boudra wrote:
> > On Sat, 30 Mar 2024 at 17:18, Richard Purdie
> >  wrote:
> > >
> > > On Sat, 2024-03-30 at 14:06 +0100, Martin Jansa wrote:
> > > > From what is publicly known it injected malicious code (through m4
> > > > macro using payload hidden in obfuscated compressed test file) into
> > > > built liblzma.so.5 which then hijacks RSA_public_decrypt call e.g. in
> > > > sshd (when sshd is built with patch adding systemd notifications
> > > > which brings liblzma dependency to sshd e.g. on debian and ubuntu
> > > > based systems).
> > > >
> > > > The build systems which just built this xz version shouldn't be
> > > > affected (as it won't be using the liblzma.so from the OE build on
> > > > the host).
> > > >
> > > > This publicly known part should be OK for OE, but it's right to be
> > > > worried about the other things which aren't known (not only from
> > > > these guys or from xz project).
> > >
> > > I concur.
> > >
> > > It is worrying but I've kind of been expecting something like this for
> > > a while unfortunately.
> > >
> > > We need to watch what is going on and act accordingly if/as anything
> > > else becomes known.
> >
> > https://nvd.nist.gov/vuln/detail/CVE-2024-3094
> >
> > Distros have downgraded to older releases, still trying to figure out
> > which version to use.
>
> While 5.4.6 version we've upgraded to in February was not yet compromised,
> it was already being taken over by Jia Tan, moving releases to controlled
> subdomain of xz.tukaani.org hosted off of GitHub directly, preparing for the
> malicious release of 5.6.0 and 5.6.1. So, we've pointed to GitHub location
> accordingly:
>
> https://git.openembedded.org/openembedded-core/commit/?id=9cc6c809c154019afe3bf6e6d617eab640faa4d0
> https://git.openembedded.org/openembedded-core/commit/?id=5be69fc3ff6296411c736e5c7c9522d99c0be2c6
>
> But GitHub has suspended the project and associated developer accounts. The
> original maintainer has posted some details on this matter here:
>
> https://tukaani.org/xz-backdoor/
>
> Again, 5.4.6 tarball wasn't compromised, but it is no longer accessible from
> GitHub - should we revert back to 5.4.5 that was hosted on the original site?
> Though it should be mirrored...
>

The repository is disabled by GitHub, and the recipe does not work
from this end.
We need to switch to the older mirror and to the last version that was present.
There are other parts of the attack coming out each day, so we should
know to which version
we need to revert quite soon.

Regards,
Marta

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197850): 
https://lists.openembedded.org/g/openembedded-core/message/197850
Mute This Topic: https://lists.openembedded.org/mt/105226831/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH 36/36] xz: upgrade 5.4.6 -> 5.6.1 _WARNING_

2024-04-01 Thread Denys Dmytriyenko
On Mon, Apr 01, 2024 at 11:42:51AM +0200, Fathi Boudra wrote:
> On Sat, 30 Mar 2024 at 17:18, Richard Purdie
>  wrote:
> >
> > On Sat, 2024-03-30 at 14:06 +0100, Martin Jansa wrote:
> > > From what is publicly known it injected malicious code (through m4
> > > macro using payload hidden in obfuscated compressed test file) into
> > > built liblzma.so.5 which then hijacks RSA_public_decrypt call e.g. in
> > > sshd (when sshd is built with patch adding systemd notifications
> > > which brings liblzma dependency to sshd e.g. on debian and ubuntu
> > > based systems).
> > >
> > > The build systems which just built this xz version shouldn't be
> > > affected (as it won't be using the liblzma.so from the OE build on
> > > the host).
> > >
> > > This publicly known part should be OK for OE, but it's right to be
> > > worried about the other things which aren't known (not only from
> > > these guys or from xz project).
> >
> > I concur.
> >
> > It is worrying but I've kind of been expecting something like this for
> > a while unfortunately.
> >
> > We need to watch what is going on and act accordingly if/as anything
> > else becomes known.
> 
> https://nvd.nist.gov/vuln/detail/CVE-2024-3094
> 
> Distros have downgraded to older releases, still trying to figure out
> which version to use.

While 5.4.6 version we've upgraded to in February was not yet compromised, 
it was already being taken over by Jia Tan, moving releases to controlled 
subdomain of xz.tukaani.org hosted off of GitHub directly, preparing for the 
malicious release of 5.6.0 and 5.6.1. So, we've pointed to GitHub location 
accordingly:

https://git.openembedded.org/openembedded-core/commit/?id=9cc6c809c154019afe3bf6e6d617eab640faa4d0
https://git.openembedded.org/openembedded-core/commit/?id=5be69fc3ff6296411c736e5c7c9522d99c0be2c6

But GitHub has suspended the project and associated developer accounts. The 
original maintainer has posted some details on this matter here:

https://tukaani.org/xz-backdoor/

Again, 5.4.6 tarball wasn't compromised, but it is no longer accessible from 
GitHub - should we revert back to 5.4.5 that was hosted on the original site? 
Though it should be mirrored...

-- 
Denys

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197849): 
https://lists.openembedded.org/g/openembedded-core/message/197849
Mute This Topic: https://lists.openembedded.org/mt/105226831/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] enchant2: upgrading to 2.6.8 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *enchant2* to *2.6.8* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-enchant2-upgrade-2.6.7-2.6.8.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 2b36f0add67ed93f2d04d97b531112902762b3cd Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 16:54:28 +
Subject: [PATCH] enchant2: upgrade 2.6.7 -> 2.6.8

---
 .../enchant/{enchant2_2.6.7.bb => enchant2_2.6.8.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/enchant/{enchant2_2.6.7.bb => enchant2_2.6.8.bb} 
(91%)

diff --git a/meta/recipes-support/enchant/enchant2_2.6.7.bb 
b/meta/recipes-support/enchant/enchant2_2.6.8.bb
similarity index 91%
rename from meta/recipes-support/enchant/enchant2_2.6.7.bb
rename to meta/recipes-support/enchant/enchant2_2.6.8.bb
index b31bdc422b..e2bbe2eabf 100644
--- a/meta/recipes-support/enchant/enchant2_2.6.7.bb
+++ b/meta/recipes-support/enchant/enchant2_2.6.8.bb
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 groff-native"
 inherit autotools pkgconfig github-releases
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz"
-SRC_URI[sha256sum] = 
"a1c2e5b59acca000bbfb24810af4a1165733d407f2154786588e076c8cd57bfc"
+SRC_URI[sha256sum] = 
"f565923062c77f3d58846f0558d21e6d07ca4a488c58812dfdefb35202fac7ae"
 
 GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases;
 
-- 
2.42.0

packages/core2-64-poky-linux/enchant2/enchant2: FILELIST: removed 
"/usr/lib/libenchant-2.so.2.6.7", added "/usr/lib/libenchant-2.so.2.6.8"
Changes to packages/core2-64-poky-linux/enchant2 (sysroot):
  /usr/lib/libenchant-2.so.2 changed symlink target from libenchant-2.so.2.6.7 
to libenchant-2.so.2.6.8
  /usr/lib/libenchant-2.so changed symlink target from libenchant-2.so.2.6.7 to 
libenchant-2.so.2.6.8
  /usr/lib/libenchant-2.so.2.6.7 moved to /usr/lib/libenchant-2.so.2.6.8


0001-enchant2-upgrade-2.6.7-2.6.8.patch
Description: Binary data
packages/core2-64-poky-linux/enchant2/enchant2-dbg: PV changed from "2.6.7" to 
"2.6.8"
packages/core2-64-poky-linux/enchant2/enchant2-dbg: PKGV changed from 2.6.7 
[default] to 2.6.8 [default]
packages/core2-64-poky-linux/enchant2/enchant2-dbg: FILELIST: removed 
"/usr/lib/.debug/libenchant-2.so.2.6.7", added 
"/usr/lib/.debug/libenchant-2.so.2.6.8"
packages/core2-64-poky-linux/enchant2/enchant2-dev: PV changed from "2.6.7" to 
"2.6.8"
packages/core2-64-poky-linux/enchant2/enchant2-dev: PKGV changed from 2.6.7 
[default] to 2.6.8 [default]
packages/core2-64-poky-linux/enchant2/enchant2-doc: PKGSIZE changed from 22056 
to 22192 (+1%)
packages/core2-64-poky-linux/enchant2/enchant2-doc: PV changed from "2.6.7" to 
"2.6.8"
packages/core2-64-poky-linux/enchant2/enchant2-doc: PKGV changed from 2.6.7 
[default] to 2.6.8 [default]
packages/core2-64-poky-linux/enchant2/enchant2-locale: PV changed from "2.6.7" 
to "2.6.8"
packages/core2-64-poky-linux/enchant2/enchant2-locale: PKGV changed from 2.6.7 
[default] to 2.6.8 [default]
packages/core2-64-poky-linux/enchant2/enchant2-src: PKGSIZE changed from 168424 
to 168421 (-0%)
packages/core2-64-poky-linux/enchant2/enchant2-src: PV changed from "2.6.7" to 
"2.6.8"
packages/core2-64-poky-linux/enchant2/enchant2-src: PKGV changed from 2.6.7 
[default] to 2.6.8 [default]
packages/core2-64-poky-linux/enchant2/enchant2-staticdev: PV changed from 
"2.6.7" to "2.6.8"
packages/core2-64-poky-linux/enchant2/enchant2-staticdev: PKGV changed from 
2.6.7 [default] to 2.6.8 [default]
packages/core2-64-poky-linux/enchant2/enchant2: PV changed from "2.6.7" to 
"2.6.8"
packages/core2-64-poky-linux/enchant2/enchant2: PKGV changed from 2.6.7 
[default] to 2.6.8 [default]
packages/core2-64-poky-linux/enchant2/enchant2: FILELIST: removed 
"/usr/lib/libenchant-2.so.2.6.7", added "/usr/lib/libenchant-2.so.2.6.8"
packages/core2-64-poky-linux/enchant2: SRC_URI changed from 
"https://github.com/AbiWord/enchant/releases/download/v2.6.7/enchant-2.6.7.tar.gz;
 to 
"https://github.com/AbiWord/enchant/releases/download/v2.6.8/enchant-2.6.8.tar.gz;
packages/core2-64-poky-linux/enchant2: PV changed from "2.6.7" to "2.6.8"
packages/core2-64-poky-linux/enchant2: PKGV changed from 2.6.7 [default] to 
2.6.8 [default]
Changes 

[OE-core] [AUH] gnupg: upgrading to 2.4.5 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gnupg* to *2.4.5* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-gnupg-upgrade-2.4.4-2.4.5.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 179b0ce95beec378e696359323e5d69e2241770a Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 16:59:15 +
Subject: [PATCH] gnupg: upgrade 2.4.4 -> 2.4.5

---
 .../0001-Woverride-init-is-not-needed-with-gcc-9.patch | 7 ++-
 ...figure.ac-use-a-custom-value-for-the-location-of-.patch | 5 ++---
 .../gnupg/0002-use-pkgconfig-instead-of-npth-config.patch  | 3 +--
 ...004-autogen.sh-fix-find-version-for-beta-checking.patch | 3 +--
 meta/recipes-support/gnupg/gnupg/relocate.patch| 3 +--
 .../gnupg/{gnupg_2.4.4.bb => gnupg_2.4.5.bb}   | 2 +-
 6 files changed, 8 insertions(+), 15 deletions(-)
 rename meta/recipes-support/gnupg/{gnupg_2.4.4.bb => gnupg_2.4.5.bb} (97%)

diff --git 
a/meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch
 
b/meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch
index 83195b5bd4..1370e78e61 100644
--- 
a/meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch
+++ 
b/meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch
@@ -1,4 +1,4 @@
-From e3adc816d2d56dd929016073937ba24e01e03cb8 Mon Sep 17 00:00:00 2001
+From e66cfc77e8517e1bafeada5965336428693033af Mon Sep 17 00:00:00 2001
 From: Khem Raj 
 Date: Thu, 20 Dec 2018 17:37:48 -0800
 Subject: [PATCH] Woverride-init is not needed with gcc 9
@@ -17,7 +17,7 @@ Signed-off-by: Khem Raj 
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/dirmngr/dns.h b/dirmngr/dns.h
-index 024d6dcc8..c6e141e16 100644
+index 1f647e1..334acb6 100644
 --- a/dirmngr/dns.h
 +++ b/dirmngr/dns.h
 @@ -139,7 +139,7 @@ DNS_PUBLIC int *dns_debug_p(void);
@@ -29,6 +29,3 @@ index 024d6dcc8..c6e141e16 100644
  #define DNS_PRAGMA_PUSH _Pragma("GCC diagnostic push")
  #define DNS_PRAGMA_QUIET _Pragma("GCC diagnostic ignored \"-Woverride-init\"")
  #define DNS_PRAGMA_POP _Pragma("GCC diagnostic pop")
--- 
-2.17.1
-
diff --git 
a/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch
 
b/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch
index f957f6b55e..e2f90f65a3 100644
--- 
a/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch
+++ 
b/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch
@@ -1,4 +1,4 @@
-From 6b581c43bd01f815db78a410fd3814fc5994171e Mon Sep 17 00:00:00 2001
+From 43ea44d2162b62dbe0b97a91d45ab04cfacfd714 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin 
 Date: Mon, 22 Jan 2018 18:00:21 +0200
 Subject: [PATCH] configure.ac: use a custom value for the location of
@@ -8,13 +8,12 @@ This should avoid clashes with the host gpg-agent observed on 
autobuilders.
 
 Upstream-Status: Inappropriate [oe-core specific, and only for -native]
 Signed-off-by: Alexander Kanavin 
-
 ---
  configure.ac | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 26d7f7b..e953c2e 100644
+index ac4f08c..90f77e9 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -1921,7 +1921,7 @@ AC_DEFINE_UNQUOTED(GPGCONF_DISP_NAME, "GPGConf",
diff --git 
a/meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch
 
b/meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch
index 0e58fd4c4d..e8e4692047 100644
--- 
a/meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch
+++ 
b/meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch
@@ -1,4 +1,4 @@
-From d9048788d906774b1475c3bb1b17e22455c2add4 Mon Sep 17 00:00:00 2001
+From dc2c180992abed1d80cdf9b5c67eade3325feacf Mon Sep 17 00:00:00 2001
 From: Saul Wold 
 Date: Wed, 16 Aug 2017 11:16:30 +0800
 Subject: [PATCH] use pkgconfig instead of npth config
@@ -9,7 +9,6 @@ Signed-off-by: Saul Wold 
 
 Rebase to 2.1.23
 Signed-off-by: Hongxu Jia 
-
 ---
  m4/npth.m4 | 53 

[OE-core] [AUH] puzzles: upgrading to fd304c53cc45dc05b3f95c20a466e20a7e1c9194 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *puzzles* to 
*fd304c53cc45dc05b3f95c20a466e20a7e1c9194* has Succeeded.

Next steps:
- apply the patch: git am 0001-puzzles-upgrade-to-latest-revision.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 0b84b2bfc7f0bd6123625b7f62795b1c9fff413c Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 16:11:21 +
Subject: [PATCH] puzzles: upgrade to latest revision

---
 meta/recipes-sato/puzzles/puzzles_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb 
b/meta/recipes-sato/puzzles/puzzles_git.bb
index e9403ee130..0ed066a5b5 100644
--- a/meta/recipes-sato/puzzles/puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/puzzles_git.bb
@@ -10,7 +10,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
 SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main;protocol=https"
 
 UPSTREAM_CHECK_COMMITS = "1"
-SRCREV = "80aac3104096aee4057b675c53ece8e60793aa90"
+SRCREV = "fd304c53cc45dc05b3f95c20a466e20a7e1c9194"
 PE = "2"
 PV = "0.0+git"
 
-- 
2.42.0



0001-puzzles-upgrade-to-latest-revision.patch
Description: Binary data
packages/core2-64-poky-linux/puzzles/puzzles-dbg: PKGV changed from 
0.0+git0+80aac31040 to 0.0+git0+fd304c53cc
packages/core2-64-poky-linux/puzzles/puzzles-dev: PKGV changed from 
0.0+git0+80aac31040 to 0.0+git0+fd304c53cc
packages/core2-64-poky-linux/puzzles/puzzles-doc: PKGV changed from 
0.0+git0+80aac31040 to 0.0+git0+fd304c53cc
packages/core2-64-poky-linux/puzzles/puzzles-locale: PKGV changed from 
0.0+git0+80aac31040 to 0.0+git0+fd304c53cc
packages/core2-64-poky-linux/puzzles/puzzles-src: PKGV changed from 
0.0+git0+80aac31040 to 0.0+git0+fd304c53cc
packages/core2-64-poky-linux/puzzles/puzzles-staticdev: PKGV changed from 
0.0+git0+80aac31040 to 0.0+git0+fd304c53cc
packages/core2-64-poky-linux/puzzles/puzzles: PKGV changed from 
0.0+git0+80aac31040 to 0.0+git0+fd304c53cc
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb files complete (0 cached, 921 parsed). 1875 targets, 46 
skipped, 0 masked, 0 errors.
Removing 89 recipes from the core2-64 sysroot...done.
Removing 89 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux-musl"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-9e4230c0f8f78eed40a5ee23bb9e2161fd01cf33"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:9e4230c0f8f78eed40a5ee23bb9e2161fd01cf33"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 675 Local 660 Mirrors 0 Missed 15 Current 338 (97% 
match, 98% complete)
Removing 5 stale sstate objects for arch x86_64...done.
Removing 2 stale sstate objects for arch qemux86_64...done.
Removing 1 stale sstate objects for arch allarch...done.
NOTE: Executing Tasks
NOTE: Running setscene task 347 of 1013 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-gnome/gtk+/gtk+3_3.24.41.bb:do_create_spdx_setscene)
NOTE: Running setscene task 356 of 1013 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-gnome/gtk+/gtk+3_3.24.41.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 358 of 1013 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_recipe_qa_setscene)
NOTE: recipe puzzles-2_0.0+git-r0: task do_recipe_qa_setscene: Started
NOTE: recipe gtk+3-3.24.41-r0: task do_create_spdx_setscene: Started
NOTE: recipe gtk+3-3.24.41-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe puzzles-2_0.0+git-r0: task do_recipe_qa_setscene: Succeeded
NOTE: Running task 1056 of 2809 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_fetch)
NOTE: recipe gtk+3-3.24.41-r0: task do_create_spdx_setscene: Succeeded
NOTE: Running setscene task 481 of 1013 

[OE-core] [AUH] webkitgtk: upgrading to 2.44.0 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *webkitgtk* to *2.44.0* has 
Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe webkitgtk failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-79e7e87adccc61ef7fb20a9cb6b90c3f5ab128ce"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:79e7e87adccc61ef7fb20a9cb6b90c3f5ab128ce"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 11 Local 11 Mirrors 0 Missed 0 Current 22 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Loading cache...done.
Loaded 1874 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-79e7e87adccc61ef7fb20a9cb6b90c3f5ab128ce"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:79e7e87adccc61ef7fb20a9cb6b90c3f5ab128ce"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 9 Mirrors 0 Missed 1 Current 18 (90% match, 96% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% || ETA:  0:00:35
Adding changed files:   1% || ETA:  0:00:26
Adding changed files:   1% || ETA:  0:00:23
Adding changed files:   2% || ETA:  0:00:21
Adding changed files:   3% |#   | ETA:  0:00:20
Adding changed files:   3% |#   | ETA:  0:00:19
Adding changed files:   4% |#   | ETA:  0:00:19
Adding changed files:   5% |#   | ETA:  0:00:18
Adding changed files:   5% |##  | ETA:  0:00:18
Adding changed files:   6% |##  | ETA:  0:00:18
Adding changed files:   6% |##  | ETA:  0:00:17
Adding changed files:   7% |##  | ETA:  0:00:17
Adding changed files:   8% |##  | ETA:  0:00:17
Adding changed files:   8% |### | ETA:  0:00:16
Adding changed files:   9% |### | ETA:  0:00:16
Adding changed files:  10% |### | ETA:  0:00:16
Adding changed files:  10% |### | ETA:  0:00:19
Adding changed files:  11% || ETA:  0:00:19
Adding changed files:  11% || ETA:  0:00:18
Adding changed files:  12% || ETA:  0:00:18
Adding changed files:  13% || ETA:  0:00:18
Adding changed files:  13% || ETA:  0:00:17
Adding changed files:  14% |#   | ETA:  0:00:17
Adding changed files:  15% |#   | ETA:  0:00:17
Adding changed files:  15% |#   | ETA:  0:00:17
Adding changed files:  16% |#   | ETA:  0:00:17
Adding changed files:  16% |##  | ETA:  0:00:16
Adding changed files:  17% |##  | ETA:  0:00:16
Adding changed files:  18% |##  

[OE-core] [AUH] gstreamer1.0-python: upgrading to 1.24.1 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-python* to 
*1.24.1* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-gstreamer1.0-python-upgrade-1.22.11-1.24.1.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From b54f5ddd0ec3b2b34d28a16657cd701a9511aead Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 15:58:43 +
Subject: [PATCH] gstreamer1.0-python: upgrade 1.22.11 -> 1.24.1

---
 ...eamer1.0-python_1.22.11.bb => gstreamer1.0-python_1.24.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.22.11.bb => 
gstreamer1.0-python_1.24.1.bb} (91%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.11.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.1.bb
similarity index 91%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.11.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.1.bb
index 0fbb03f757..9d94a04cb7 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.11.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.1.bb
@@ -8,7 +8,7 @@ LICENSE = "LGPL-2.1-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740"
 
 SRC_URI = 
"https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz;
-SRC_URI[sha256sum] = 
"f7a5450d93fd81bf46060dca7f4a048d095b6717961fec211731a11a994c99a7"
+SRC_URI[sha256sum] = 
"5a23732783edae03cc2164c6927c05477bbb3a7008f8939291b855473781a651"
 
 DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject"
 RDEPENDS:${PN} += "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject"
-- 
2.42.0

NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1875 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb files complete (920 cached, 1 parsed). 1874 targets, 35 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-64 sysroot...done.
Removing 1 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-4b99b37c72a74e32d3c49c18c19aad5a710f93e6"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:4b99b37c72a74e32d3c49c18c19aad5a710f93e6"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 466 Local 454 Mirrors 0 Missed 12 Current 696 (97% 
match, 98% complete)
done.
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 2574 of 3196 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.1.bb:do_recipe_qa)
NOTE: Running task 2810 of 3196 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.1.bb:do_write_config)
NOTE: recipe gstreamer1.0-python-1.24.1-r0: task do_recipe_qa: Started
NOTE: recipe gstreamer1.0-python-1.24.1-r0: task do_write_config: Started
NOTE: recipe gstreamer1.0-python-1.24.1-r0: task do_recipe_qa: Succeeded
NOTE: Running task 3177 of 3196 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.1.bb:do_fetch)
NOTE: recipe gstreamer1.0-python-1.24.1-r0: task do_write_config: Succeeded
NOTE: recipe gstreamer1.0-python-1.24.1-r0: task do_fetch: Started
NOTE: recipe gstreamer1.0-python-1.24.1-r0: task do_fetch: Succeeded
NOTE: Running task 3178 of 3196 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.1.bb:do_unpack)
NOTE: Running task 3179 of 3196 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.1.bb:do_prepare_recipe_sysroot)
NOTE: recipe gstreamer1.0-python-1.24.1-r0: task do_unpack: Started
NOTE: 

[OE-core] [AUH] gstreamer1.0-vaapi: upgrading to 1.24.1 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-vaapi* to 
*1.24.1* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-gstreamer1.0-vaapi-upgrade-1.22.11-1.24.1.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From afdc2c5b49e835ce41d19981079ba09a802d0e44 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 16:03:07 +
Subject: [PATCH] gstreamer1.0-vaapi: upgrade 1.22.11 -> 1.24.1

---
 ...treamer1.0-vaapi_1.22.11.bb => gstreamer1.0-vaapi_1.24.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.22.11.bb => 
gstreamer1.0-vaapi_1.24.1.bb} (95%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.11.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.1.bb
similarity index 95%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.11.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.1.bb
index 87eb8484a1..a6baf9a4b0 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.11.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.1.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
 
 SRC_URI = 
"https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.xz;
 
-SRC_URI[sha256sum] = 
"6eae1360658302b9b512fa46b4d06f5b818dfce5f2f43d7d710ca8142719d8ad"
+SRC_URI[sha256sum] = 
"c914a0f6ebb4e96e6b3327f05d8b3fd9b545b764fb395d46b8ff33c56e00a472"
 
 S = "${WORKDIR}/${REALPN}-${PV}"
 DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base 
gstreamer1.0-plugins-bad"
-- 
2.42.0

NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1875 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb files complete (920 cached, 1 parsed). 1874 targets, 35 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-64 sysroot...done.
Removing 1 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-7904623c27c07fcd368e8807d62f2f28594ce54d"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:7904623c27c07fcd368e8807d62f2f28594ce54d"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 460 Local 447 Mirrors 0 Missed 13 Current 761 (97% 
match, 98% complete)
done.
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 3046 of 3369 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.1.bb:do_recipe_qa)
NOTE: Running task 3179 of 3369 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.1.bb:do_write_config)
NOTE: recipe gstreamer1.0-vaapi-1.24.1-r0: task do_recipe_qa: Started
NOTE: recipe gstreamer1.0-vaapi-1.24.1-r0: task do_write_config: Started
NOTE: recipe gstreamer1.0-vaapi-1.24.1-r0: task do_write_config: Succeeded
NOTE: recipe gstreamer1.0-vaapi-1.24.1-r0: task do_recipe_qa: Succeeded
NOTE: Running task 3350 of 3369 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.1.bb:do_fetch)
NOTE: recipe gstreamer1.0-vaapi-1.24.1-r0: task do_fetch: Started
NOTE: recipe gstreamer1.0-vaapi-1.24.1-r0: task do_fetch: Succeeded
NOTE: Running task 3351 of 3369 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.1.bb:do_unpack)
NOTE: Running task 3352 of 3369 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.1.bb:do_prepare_recipe_sysroot)
NOTE: recipe gstreamer1.0-vaapi-1.24.1-r0: task do_unpack: Started
NOTE: recipe gstreamer1.0-vaapi-1.24.1-r0: task do_prepare_recipe_sysroot: 
Started

[OE-core] [AUH] libpng: upgrading to 1.6.43 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libpng* to *1.6.43* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-libpng-upgrade-1.6.42-1.6.43.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 265ac00e68fc5a6042c35eb049196f0bd899fbdb Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 16:07:19 +
Subject: [PATCH] libpng: upgrade 1.6.42 -> 1.6.43

---
 .../libpng/{libpng_1.6.42.bb => libpng_1.6.43.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/libpng/{libpng_1.6.42.bb => libpng_1.6.43.bb} 
(93%)

diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.42.bb 
b/meta/recipes-multimedia/libpng/libpng_1.6.43.bb
similarity index 93%
rename from meta/recipes-multimedia/libpng/libpng_1.6.42.bb
rename to meta/recipes-multimedia/libpng/libpng_1.6.43.bb
index cadbe957db..44869dce73 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.42.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.43.bb
@@ -11,7 +11,7 @@ DEPENDS = "zlib"
 LIBV = "16"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${BP}.tar.xz"
-SRC_URI[sha256sum] = 
"c919dbc11f4c03b05aba3f8884d8eb7adfe3572ad228af972bb60057bdb48450"
+SRC_URI[sha256sum] = 
"6a5ca0652392a2d7c9db2ae5b40210843c0bbc081cbd410825ab00cc59f14a6c"
 
 MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ 
${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/"
 
-- 
2.42.0

packages/core2-64-poky-linux/libpng/libpng: FILELIST: removed 
"/usr/lib/libpng16.so.16.41.0", added "/usr/lib/libpng16.so.16.43.0"
Changes to packages/core2-64-poky-linux/libpng (sysroot):
  /usr/lib/libpng16.so.16 changed symlink target from libpng16.so.16.41.0 to 
libpng16.so.16.43.0
  /usr/lib/libpng16.so changed symlink target from libpng16.so.16.41.0 to 
libpng16.so.16.43.0
  /usr/lib/libpng16.so.16.41.0 moved to /usr/lib/libpng16.so.16.43.0


0001-libpng-upgrade-1.6.42-1.6.43.patch
Description: Binary data
packages/core2-64-poky-linux/libpng: PV changed from "1.6.42" to "1.6.43"
packages/core2-64-poky-linux/libpng: SRC_URI changed from 
"https://downloads.sourceforge.net/project/libpng/libpng16/libpng-1.6.42.tar.xz;
 to 
"https://downloads.sourceforge.net/project/libpng/libpng16/libpng-1.6.43.tar.xz;
packages/core2-64-poky-linux/libpng: PKGV changed from 1.6.42 [default] to 
1.6.43 [default]
packages/core2-64-poky-linux/libpng/libpng-dbg: PKGSIZE changed from 789992 to 
790432 (+0%)
packages/core2-64-poky-linux/libpng/libpng-dbg: PV changed from "1.6.42" to 
"1.6.43"
packages/core2-64-poky-linux/libpng/libpng-dbg: PKGV changed from 1.6.42 
[default] to 1.6.43 [default]
packages/core2-64-poky-linux/libpng/libpng-dbg: FILELIST: removed 
"/usr/lib/.debug/libpng16.so.16.41.0", added 
"/usr/lib/.debug/libpng16.so.16.43.0"
packages/core2-64-poky-linux/libpng/libpng-dev: PKGSIZE changed from 174169 to 
174214 (+0%)
packages/core2-64-poky-linux/libpng/libpng-dev: PV changed from "1.6.42" to 
"1.6.43"
packages/core2-64-poky-linux/libpng/libpng-dev: PKGV changed from 1.6.42 
[default] to 1.6.43 [default]
packages/core2-64-poky-linux/libpng/libpng-doc: PKGSIZE changed from 268658 to 
268667 (+0%)
packages/core2-64-poky-linux/libpng/libpng-doc: PV changed from "1.6.42" to 
"1.6.43"
packages/core2-64-poky-linux/libpng/libpng-doc: PKGV changed from 1.6.42 
[default] to 1.6.43 [default]
packages/core2-64-poky-linux/libpng/libpng-locale: PV changed from "1.6.42" to 
"1.6.43"
packages/core2-64-poky-linux/libpng/libpng-locale: PKGV changed from 1.6.42 
[default] to 1.6.43 [default]
packages/core2-64-poky-linux/libpng/libpng-src: PKGSIZE changed from 1400483 to 
1400624 (+0%)
packages/core2-64-poky-linux/libpng/libpng-src: PV changed from "1.6.42" to 
"1.6.43"
packages/core2-64-poky-linux/libpng/libpng-src: PKGV changed from 1.6.42 
[default] to 1.6.43 [default]
packages/core2-64-poky-linux/libpng/libpng-staticdev: PV changed from "1.6.42" 
to "1.6.43"
packages/core2-64-poky-linux/libpng/libpng-staticdev: PKGV changed from 1.6.42 
[default] to 1.6.43 [default]
packages/core2-64-poky-linux/libpng/libpng-tools: PV changed from "1.6.42" to 
"1.6.43"
packages/core2-64-poky-linux/libpng/libpng-tools: PKGV changed from 1.6.42 
[default] to 1.6.43 

[OE-core] [AUH] gstreamer1.0-rtsp-server: upgrading to 1.24.1 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-rtsp-server* to 
*1.24.1* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-gstreamer1.0-rtsp-server-upgrade-1.22.11-1.24.1.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 9eea829013dde2d7ce481016cf5ba7672d400c7a Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 16:00:54 +
Subject: [PATCH] gstreamer1.0-rtsp-server: upgrade 1.22.11 -> 1.24.1

---
 ...tsp-server_1.22.11.bb => gstreamer1.0-rtsp-server_1.24.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.22.11.bb 
=> gstreamer1.0-rtsp-server_1.24.1.bb} (90%)

diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.11.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.1.bb
similarity index 90%
rename from 
meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.11.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.1.bb
index 554ed9ec8f..cf1ff70bbd 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.11.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.1.bb
@@ -10,7 +10,7 @@ PNREAL = "gst-rtsp-server"
 
 SRC_URI = 
"https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz;
 
-SRC_URI[sha256sum] = 
"ec49d474750a6ff6729c85b448abc607fb6840b21717ad7abc967e2adbf07a24"
+SRC_URI[sha256sum] = 
"ab436a2ec9c3c58fbfd3c5b1736419891bb5315d136d7c72c58479f2807008e6"
 
 S = "${WORKDIR}/${PNREAL}-${PV}"
 
-- 
2.42.0

NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1875 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb files complete (920 cached, 1 parsed). 1874 targets, 35 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-64 sysroot...done.
Removing 1 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-b97be9268425a415c640fcc9aa3cbbb1ff393909"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:b97be9268425a415c640fcc9aa3cbbb1ff393909"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 333 Local 321 Mirrors 0 Missed 12 Current 582 (96% 
match, 98% complete)
done.
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 2294 of 2539 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.1.bb:do_recipe_qa)
NOTE: Running task 2397 of 2539 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.1.bb:do_write_config)
NOTE: recipe gstreamer1.0-rtsp-server-1.24.1-r0: task do_recipe_qa: Started
NOTE: recipe gstreamer1.0-rtsp-server-1.24.1-r0: task do_write_config: Started
NOTE: recipe gstreamer1.0-rtsp-server-1.24.1-r0: task do_write_config: Succeeded
NOTE: recipe gstreamer1.0-rtsp-server-1.24.1-r0: task do_recipe_qa: Succeeded
NOTE: Running task 2520 of 2539 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.1.bb:do_fetch)
NOTE: recipe gstreamer1.0-rtsp-server-1.24.1-r0: task do_fetch: Started
NOTE: recipe gstreamer1.0-rtsp-server-1.24.1-r0: task do_fetch: Succeeded
NOTE: Running task 2521 of 2539 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.1.bb:do_unpack)
NOTE: Running task 2522 of 2539 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.1.bb:do_prepare_recipe_sysroot)
NOTE: recipe gstreamer1.0-rtsp-server-1.24.1-r0: task do_unpack: Started
NOTE: recipe gstreamer1.0-rtsp-server-1.24.1-r0: task 

[OE-core] [AUH] diffoscope: upgrading to 262 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *diffoscope* to *262* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-diffoscope-upgrade-259-262.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From ad04780ad6980ebaca98b44640c3361e57a2b71b Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 16:50:51 +
Subject: [PATCH] diffoscope: upgrade 259 -> 262

---
 .../diffoscope/{diffoscope_259.bb => diffoscope_262.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/diffoscope/{diffoscope_259.bb => 
diffoscope_262.bb} (93%)

diff --git a/meta/recipes-support/diffoscope/diffoscope_259.bb 
b/meta/recipes-support/diffoscope/diffoscope_262.bb
similarity index 93%
rename from meta/recipes-support/diffoscope/diffoscope_259.bb
rename to meta/recipes-support/diffoscope/diffoscope_262.bb
index eca2c208fc..25bc4c41a0 100644
--- a/meta/recipes-support/diffoscope/diffoscope_259.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_262.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"c1f14452467f84c4be804a3725cbfdd5eadf977ece7ad463be8b647d1a87fb42"
+SRC_URI[sha256sum] = 
"010f0c2ad89f61a8b24f4710953ad2f2ba8c68ac9d05ba6b266929498c8bb06f"
 
 RDEPENDS:${PN} += "\
 binutils \
-- 
2.42.0



0001-diffoscope-upgrade-259-262.patch
Description: Binary data
packages/core2-64-poky-linux/diffoscope/diffoscope: FILELIST: directory renamed 
/usr/lib/python3.12/site-packages/diffoscope-259.dist-info -> 
/usr/lib/python3.12/site-packages/diffoscope-262.dist-info, removed 
"/usr/lib/python3.12/site-packages/diffoscope/comparators/__pycache__/7z.cpython-312.pyc
 /usr/lib/python3.12/site-packages/diffoscope/comparators/7z.py", added 
"/usr/lib/python3.12/site-packages/diffoscope/comparators/__pycache__/sevenz.cpython-312.pyc
 /usr/lib/python3.12/site-packages/diffoscope/comparators/sevenz.py"
Changes to packages/core2-64-poky-linux/diffoscope (sysroot):
  /usr/lib/python3.12/site-packages/diffoscope-259.dist-info moved to 
/usr/lib/python3.12/site-packages/diffoscope-262.dist-info
  
/usr/lib/python3.12/site-packages/diffoscope/comparators/__pycache__/sevenz.cpython-312.pyc
 was added
  /usr/lib/python3.12/site-packages/diffoscope/comparators/sevenz.py was added
  /usr/lib/python3.12/site-packages/diffoscope/comparators/7z.py was removed
  
/usr/lib/python3.12/site-packages/diffoscope/comparators/__pycache__/7z.cpython-312.pyc
 was removed
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb files complete (0 cached, 921 parsed). 1875 targets, 46 
skipped, 0 masked, 0 errors.
Removing 101 recipes from the core2-64 sysroot...done.
Removing 127 recipes from the qemux86_64 sysroot...done.

Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Nothing PROVIDES 'diffoscope'
diffoscope was skipped: incompatible with host x86_64-poky-linux-musl (not in 
COMPATIBLE_HOST)
diffoscope was skipped: incompatible with host x86_64-poky-linux-musl (not in 
COMPATIBLE_HOST)
packages/core2-64-poky-linux/diffoscope/diffoscope-dbg: PKGV changed from 259 
[default] to 262 [default]
packages/core2-64-poky-linux/diffoscope/diffoscope-dbg: PV changed from "259" 
to "262"
packages/core2-64-poky-linux/diffoscope/diffoscope-dev: PKGV changed from 259 
[default] to 262 [default]
packages/core2-64-poky-linux/diffoscope/diffoscope-dev: PV changed from "259" 
to "262"
packages/core2-64-poky-linux/diffoscope/diffoscope-doc: PKGV changed from 259 
[default] to 262 [default]
packages/core2-64-poky-linux/diffoscope/diffoscope-doc: PV changed from "259" 
to "262"
packages/core2-64-poky-linux/diffoscope/diffoscope-locale: PKGV changed from 
259 [default] to 262 [default]
packages/core2-64-poky-linux/diffoscope/diffoscope-locale: PV changed from 
"259" to "262"
packages/core2-64-poky-linux/diffoscope/diffoscope-src: PKGV changed from 259 
[default] to 262 [default]
packages/core2-64-poky-linux/diffoscope/diffoscope-src: PV changed from "259" 
to "262"
packages/core2-64-poky-linux/diffoscope/diffoscope-staticdev: PKGV changed from 
259 [default] to 262 [default]

[OE-core] [AUH] vte: upgrading to 0.76.0 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *vte* to *0.76.0* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-vte-upgrade-0.74.2-0.76.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 02d49b7cb61fcde9732c11a32ed97a85e04f9ec5 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 17:56:44 +
Subject: [PATCH] vte: upgrade 0.74.2 -> 0.76.0

---
 ...1-Add-W_EXITCODE-macro-for-non-glibc-systems.patch | 11 ---
 .../vte/{vte_0.74.2.bb => vte_0.76.0.bb}  |  2 +-
 2 files changed, 5 insertions(+), 8 deletions(-)
 rename meta/recipes-support/vte/{vte_0.74.2.bb => vte_0.76.0.bb} (96%)

diff --git 
a/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch
 
b/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch
index 8934d5f80a..6889a94339 100644
--- 
a/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch
+++ 
b/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch
@@ -1,4 +1,4 @@
-From de9639baac792327c701e509258b8a13f6959e82 Mon Sep 17 00:00:00 2001
+From e63950d9de5d1fddb15f1592d6de0456a4e67a62 Mon Sep 17 00:00:00 2001
 From: Danilo Spinella 
 Date: Thu, 21 Mar 2019 14:19:26 +0100
 Subject: [PATCH] Add W_EXITCODE macro for non-glibc systems
@@ -12,11 +12,11 @@ Signed-off-by: Andreas Müller 
 
 [1] https://gitlab.gnome.org/GNOME/vte/issues/72
 ---
- src/widget.cc  | 4 +++
- 1 files changed, 4 insertions(+)
+ src/widget.cc | 4 
+ 1 file changed, 4 insertions(+)
 
 diff --git a/src/widget.cc b/src/widget.cc
-index 07f7cabf..31a77f68 100644
+index b8daa5c..c357960 100644
 --- a/src/widget.cc
 +++ b/src/widget.cc
 @@ -16,6 +16,10 @@
@@ -30,6 +30,3 @@ index 07f7cabf..31a77f68 100644
  #include "config.h"
  
  #include "widget.hh"
--- 
-2.42.0
-
diff --git a/meta/recipes-support/vte/vte_0.74.2.bb 
b/meta/recipes-support/vte/vte_0.76.0.bb
similarity index 96%
rename from meta/recipes-support/vte/vte_0.74.2.bb
rename to meta/recipes-support/vte/vte_0.76.0.bb
index d8eafde2fb..8426ee462f 100644
--- a/meta/recipes-support/vte/vte_0.74.2.bb
+++ b/meta/recipes-support/vte/vte_0.76.0.bb
@@ -19,7 +19,7 @@ GIDOCGEN_MESON_OPTION = "docs"
 inherit gnomebase gi-docgen features_check upstream-version-is-even 
gobject-introspection systemd vala
 
 SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch"
-SRC_URI[archive.sha256sum] = 
"a535fb2a98fea8a2449cd1a02cccf5190131dddff52e715afdace3feb536eae7"
+SRC_URI[archive.sha256sum] = 
"bbce30b8f504370b12d6439c07a82993e97d7e9afe2dd367817cd58ff029ffda"
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
-- 
2.42.0

NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1875 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb files complete (920 cached, 1 parsed). 1874 targets, 35 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-64 sysroot...done.
Removing 1 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-d2fd2c5e3f9a1123674e4efe639fecc6bccecc78"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:d2fd2c5e3f9a1123674e4efe639fecc6bccecc78"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 533 Local 520 Mirrors 0 Missed 13 Current 778 (97% 
match, 99% complete)
done.
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 3237 of 3589 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/vte/vte_0.76.0.bb:do_recipe_qa)
NOTE: Running task 3435 of 3589 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/vte/vte_0.76.0.bb:do_write_config)
NOTE: recipe vte-0.76.0-r0: task do_recipe_qa: Started

[OE-core] [AUH] debianutils: upgrading to 5.17 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *debianutils* to *5.17* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-debianutils-upgrade-5.16-5.17.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From d5888b2cfe976d066ef5adb09ee0c6ac5e004c60 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 16:47:16 +
Subject: [PATCH] debianutils: upgrade 5.16 -> 5.17

---
 .../debianutils/{debianutils_5.16.bb => debianutils_5.17.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/debianutils/{debianutils_5.16.bb => 
debianutils_5.17.bb} (97%)

diff --git a/meta/recipes-support/debianutils/debianutils_5.16.bb 
b/meta/recipes-support/debianutils/debianutils_5.17.bb
similarity index 97%
rename from meta/recipes-support/debianutils/debianutils_5.16.bb
rename to meta/recipes-support/debianutils/debianutils_5.17.bb
index ec629d8b73..c5f25bae40 100644
--- a/meta/recipes-support/debianutils/debianutils_5.16.bb
+++ b/meta/recipes-support/debianutils/debianutils_5.17.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = 
"file://debian/copyright;md5=4b667f30411d21bc8fd7db85d502a8e9
 SRC_URI = 
"git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master \
"
 
-SRCREV = "9e0facf19b17b6d090a5dcc8cacb0c16e5ad9f72"
+SRCREV = "baf12e98a02883d1b76081e32f2185ee3497570b"
 
 inherit autotools update-alternatives
 
-- 
2.42.0



0001-debianutils-upgrade-5.16-5.17.patch
Description: Binary data
packages/core2-64-poky-linux/debianutils/debianutils-dbg: PKGV changed from 
5.16 [default] to 5.17 [default]
packages/core2-64-poky-linux/debianutils/debianutils-dbg: PV changed from 
"5.16" to "5.17"
packages/core2-64-poky-linux/debianutils/debianutils-dev: PKGV changed from 
5.16 [default] to 5.17 [default]
packages/core2-64-poky-linux/debianutils/debianutils-dev: PV changed from 
"5.16" to "5.17"
packages/core2-64-poky-linux/debianutils/debianutils-doc: PKGV changed from 
5.16 [default] to 5.17 [default]
packages/core2-64-poky-linux/debianutils/debianutils-doc: PV changed from 
"5.16" to "5.17"
packages/core2-64-poky-linux/debianutils/debianutils-locale: PKGV changed from 
5.16 [default] to 5.17 [default]
packages/core2-64-poky-linux/debianutils/debianutils-locale: PV changed from 
"5.16" to "5.17"
packages/core2-64-poky-linux/debianutils/debianutils-run-parts: PKGV changed 
from 5.16 [default] to 5.17 [default]
packages/core2-64-poky-linux/debianutils/debianutils-run-parts: PV changed from 
"5.16" to "5.17"
packages/core2-64-poky-linux/debianutils/debianutils-src: PKGV changed from 
5.16 [default] to 5.17 [default]
packages/core2-64-poky-linux/debianutils/debianutils-src: PV changed from 
"5.16" to "5.17"
packages/core2-64-poky-linux/debianutils/debianutils-src: PKGSIZE changed from 
30109 to 30127 (+0%)
packages/core2-64-poky-linux/debianutils/debianutils-staticdev: PKGV changed 
from 5.16 [default] to 5.17 [default]
packages/core2-64-poky-linux/debianutils/debianutils-staticdev: PV changed from 
"5.16" to "5.17"
packages/core2-64-poky-linux/debianutils/debianutils: PKGV changed from 5.16 
[default] to 5.17 [default]
packages/core2-64-poky-linux/debianutils/debianutils: PV changed from "5.16" to 
"5.17"
packages/core2-64-poky-linux/debianutils: PKGV changed from 5.16 [default] to 
5.17 [default]
packages/core2-64-poky-linux/debianutils: PV changed from "5.16" to "5.17"

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197837): 
https://lists.openembedded.org/g/openembedded-core/message/197837
Mute This Topic: https://lists.openembedded.org/mt/105271947/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] attr: upgrading to 2.5.2 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *attr* to *2.5.2* has Failed 
(devtool error).

Detailed error information:

The following devtool command failed:  upgrade attr -V 2.5.2
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-2ecec62ebc5a3baa2cd8c32f0598349b1c647212"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:2ecec62ebc5a3baa2cd8c32f0598349b1c647212"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 12 Local 9 Mirrors 0 Missed 3 Current 17 (75% match, 89% 
complete)
Removing 1 stale sstate objects for arch x86_64...done.
NOTE: Executing Tasks
Log data follows:
| DEBUG: Executing python function do_unpack
| DEBUG: Executing python function base_do_unpack
| NOTE: Unpacking 
/srv/autobuilder/autobuilder.yocto.io/current_sources/attr-2.5.1.tar.gz to 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/attr/2.5.1/devtooltmp-ekg2ls1w/workdir/
| DEBUG: Searching for run-ptest in paths:
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr-2.5.1/poky
| /home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr/poky
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/files/poky
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr-2.5.1/qemux86-64
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr/qemux86-64
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/files/qemux86-64
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr-2.5.1/qemuall
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr/qemuall
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/files/qemuall
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr-2.5.1/x86-64
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr/x86-64
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/files/x86-64
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr-2.5.1/
| /home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr/
| /home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/files/
| DEBUG: Using 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr/run-ptest 
for run-ptest
| NOTE: Unpacking 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr/run-ptest 
to 
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/attr/2.5.1/devtooltmp-ekg2ls1w/workdir/
| DEBUG: Searching for 
0001-attr.c-Include-libgen.h-for-posix-version-of-basenam.patch in paths:
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr-2.5.1/poky
| /home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr/poky
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/files/poky
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr-2.5.1/qemux86-64
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr/qemux86-64
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/files/qemux86-64
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr-2.5.1/qemuall
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr/qemuall
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/files/qemuall
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr-2.5.1/x86-64
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr/x86-64
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/files/x86-64
| 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr-2.5.1/
| /home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr/
| /home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/files/
| DEBUG: Using 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr/0001-attr.c-Include-libgen.h-for-posix-version-of-basenam.patch
 for 0001-attr.c-Include-libgen.h-for-posix-version-of-basenam.patch
| NOTE: Unpacking 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-support/attr/attr/0001-attr.c-Include-libgen.h-for-posix-version-of-basenam.patch

[OE-core] [AUH] npth: upgrading to 1.7 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *npth* to *1.7* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe npth failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-02fae59d2234a983972e1a4056a2ee9f28da6562"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:02fae59d2234a983972e1a4056a2ee9f28da6562"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 9 Local 9 Mirrors 0 Missed 0 Current 21 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Loading cache...done.
Loaded 1874 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-02fae59d2234a983972e1a4056a2ee9f28da6562"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:02fae59d2234a983972e1a4056a2ee9f28da6562"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files: 100% || Time: 0:00:00
INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching https://www.gnupg.org/ftp/gcrypt/npth/npth-1.7.tar.bz2...
INFO: Rebasing devtool onto 73cbb1483416692548067c04abd035a509766c9f
WARNING: Command 'git rebase 73cbb1483416692548067c04abd035a509766c9f' failed:
Auto-merging configure.ac
CONFLICT (content): Merge conflict in configure.ac

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/workspace/sources/npth
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/workspace/recipes/npth/npth_1.7.bb



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197831): 
https://lists.openembedded.org/g/openembedded-core/message/197831
Mute This Topic: https://lists.openembedded.org/mt/105271939/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] libgit2: upgrading to 1.8.0 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libgit2* to *1.8.0* has 
Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe libgit2 failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-d48ce5db783681a99974745c58ec74e9159be88a"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:d48ce5db783681a99974745c58ec74e9159be88a"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 9 Local 9 Mirrors 0 Missed 0 Current 21 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Rebasing devtool onto d74d491481831ddcd23575d376e56d2197e95910
WARNING: Command 'git rebase d74d491481831ddcd23575d376e56d2197e95910' failed:
Auto-merging docs/changelog.md
CONFLICT (content): Merge conflict in docs/changelog.md

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/workspace/sources/libgit2
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/workspace/recipes/libgit2/libgit2_1.8.0.bb



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197827): 
https://lists.openembedded.org/g/openembedded-core/message/197827
Mute This Topic: https://lists.openembedded.org/mt/105271935/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] gstreamer1.0-plugins-ugly: upgrading to 1.24.1 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-ugly* to 
*1.24.1* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-gstreamer1.0-plugins-ugly-upgrade-1.22.11-1.24.1.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From f22c790ca5a1028e89c9b31ea557a336e2948495 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 15:56:27 +
Subject: [PATCH] gstreamer1.0-plugins-ugly: upgrade 1.22.11 -> 1.24.1

---
 ...gins-ugly_1.22.11.bb => gstreamer1.0-plugins-ugly_1.24.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.22.11.bb 
=> gstreamer1.0-plugins-ugly_1.24.1.bb} (94%)

diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.11.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.1.bb
similarity index 94%
rename from 
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.11.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.1.bb
index 61f46fbf7e..6a55d316a2 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.11.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.1.bb
@@ -15,7 +15,7 @@ SRC_URI = " \
 
https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz
 \
 "
 
-SRC_URI[sha256sum] = 
"7758b7decfd20c00cae5700822bcbbf03f98c723e33e17634db2e07ca1da60bf"
+SRC_URI[sha256sum] = 
"6462d36ce64b74203a8b302c109e762b1dd404a6235dfec3c4255106b7b86976"
 
 S = "${WORKDIR}/gst-plugins-ugly-${PV}"
 
-- 
2.42.0

NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1876 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb files complete (920 cached, 1 parsed). 1874 targets, 35 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-64 sysroot...done.
Removing 1 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-d6bff4a91b5e9abbaec9243305c5bb79e1f88ec3"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:d6bff4a91b5e9abbaec9243305c5bb79e1f88ec3"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 336 Local 324 Mirrors 0 Missed 12 Current 591 (96% 
match, 98% complete)
done.
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 2303 of 2567 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.1.bb:do_recipe_qa)
NOTE: Running task 2421 of 2567 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.1.bb:do_write_config)
NOTE: recipe gstreamer1.0-plugins-ugly-1.24.1-r0: task do_recipe_qa: Started
NOTE: recipe gstreamer1.0-plugins-ugly-1.24.1-r0: task do_write_config: Started
NOTE: recipe gstreamer1.0-plugins-ugly-1.24.1-r0: task do_write_config: 
Succeeded
NOTE: recipe gstreamer1.0-plugins-ugly-1.24.1-r0: task do_recipe_qa: Succeeded
NOTE: Running task 2548 of 2567 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.1.bb:do_fetch)
NOTE: recipe gstreamer1.0-plugins-ugly-1.24.1-r0: task do_fetch: Started
NOTE: recipe gstreamer1.0-plugins-ugly-1.24.1-r0: task do_fetch: Succeeded
NOTE: Running task 2549 of 2567 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.1.bb:do_unpack)
NOTE: Running task 2550 of 2567 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.1.bb:do_prepare_recipe_sysroot)
NOTE: recipe gstreamer1.0-plugins-ugly-1.24.1-r0: task do_unpack: Started
NOTE: recipe 

[OE-core] [AUH] gstreamer1.0: upgrading to 1.24.1 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0* to *1.24.1* has 
Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe gstreamer1.0 failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-b84b1b8fbb541d0e6c24caff066978c9ed6c6507"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:b84b1b8fbb541d0e6c24caff066978c9ed6c6507"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 11 Local 11 Mirrors 0 Missed 0 Current 22 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Loading cache...done.
Loaded 1874 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-b84b1b8fbb541d0e6c24caff066978c9ed6c6507"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:b84b1b8fbb541d0e6c24caff066978c9ed6c6507"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 9 Mirrors 0 Missed 1 Current 18 (90% match, 96% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  45% || ETA:  0:00:00
Adding changed files:  91% |#   | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00
INFO: Extracting current version source...
INFO: Adding local source files to srctree...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.24.1.tar.xz...
INFO: Rebasing devtool onto 5c37c13dbddeede0c0e2aff3970f493f3f658949
WARNING: Command 'git rebase 5c37c13dbddeede0c0e2aff3970f493f3f658949' failed:
Auto-merging meson.build
Auto-merging meson_options.txt
Auto-merging tests/check/meson.build
CONFLICT (content): Merge conflict in tests/check/meson.build

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/workspace/sources/gstreamer1.0
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/workspace/recipes/gstreamer1.0/gstreamer1.0_1.24.1.bb



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197830): 
https://lists.openembedded.org/g/openembedded-core/message/197830
Mute This Topic: https://lists.openembedded.org/mt/105271938/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] libical: upgrading to 3.0.18 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libical* to *3.0.18* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-libical-upgrade-3.0.17-3.0.18.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 2603c46fd81493ee2ba655738914d91bd8ee16fc Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 17:39:25 +
Subject: [PATCH] libical: upgrade 3.0.17 -> 3.0.18

---
 ...e-Do-not-export-CC-into-gir-compiler.patch |  7 ++---
 .../{libical_3.0.17.bb => libical_3.0.18.bb}  | 29 +--
 2 files changed, 29 insertions(+), 7 deletions(-)
 rename meta/recipes-support/libical/{libical_3.0.17.bb => libical_3.0.18.bb} 
(71%)

diff --git 
a/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch
 
b/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch
index 3841c060ee..590fb6b647 100644
--- 
a/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch
+++ 
b/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch
@@ -1,4 +1,4 @@
-From c06d8a8990c996cbb854508a944202ba70ba7a7c Mon Sep 17 00:00:00 2001
+From 9edc2691eaf879403116f9ec37ff1e445cd62596 Mon Sep 17 00:00:00 2001
 From: Khem Raj 
 Date: Thu, 3 Mar 2022 20:10:04 -0800
 Subject: [PATCH] cmake: Do not export CC into gir compiler
@@ -15,7 +15,7 @@ Signed-off-by: Khem Raj 
  1 file changed, 1 insertion(+), 2 deletions(-)
 
 diff --git a/cmake/modules/GObjectIntrospectionMacros.cmake 
b/cmake/modules/GObjectIntrospectionMacros.cmake
-index 83aff931..d7d3f898 100644
+index 83aff93..d7d3f89 100644
 --- a/cmake/modules/GObjectIntrospectionMacros.cmake
 +++ b/cmake/modules/GObjectIntrospectionMacros.cmake
 @@ -50,8 +50,7 @@ macro(gir_add_introspections introspections_girs)
@@ -28,6 +28,3 @@ index 83aff931..d7d3f898 100644
${GObjectIntrospection_SCANNER_ARGS}
--namespace=${_gir_namespace}
--nsversion=${_gir_version}
--- 
-2.35.1
-
diff --git a/meta/recipes-support/libical/libical_3.0.17.bb 
b/meta/recipes-support/libical/libical_3.0.18.bb
similarity index 71%
rename from meta/recipes-support/libical/libical_3.0.17.bb
rename to meta/recipes-support/libical/libical_3.0.18.bb
index b91912b048..14f2fa3570 100644
--- a/meta/recipes-support/libical/libical_3.0.17.bb
+++ b/meta/recipes-support/libical/libical_3.0.18.bb
@@ -1,3 +1,28 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- LICENSE.LGPL21.txt
+# +++ LICENSE.LGPL21.txt
+# @@ -1,11 +1,3 @@
+# -
+# - Libical is Copyright (C) 2010-2017 Klaralvdalens Datakonsult AB.
+# -
+# - You may use, distribute and copy Libical under the terms of the
+# - GNU Lesser General Public License version 2.1, which is displayed below.
+# -
+# --
+# -
+#GNU LESSER GENERAL PUBLIC LICENSE
+# Version 2.1, February 1999
+#  
+# 
+#
+
 SUMMARY = "iCal and scheduling (RFC 2445, 2446, 2447) library"
 DESCRIPTION = "An Open Source implementation of the iCalendar protocols \
 and protocol data units. The iCalendar specification describes how \
@@ -7,7 +32,7 @@ HOMEPAGE = "https://github.com/libical/libical;
 BUGTRACKER = "https://github.com/libical/libical/issues;
 LICENSE = "LGPL-2.1-only | MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1910a2a76ddf6a9ba369182494170d87 \
-
file://LICENSE.LGPL21.txt;md5=933adb561f159e7c3da079536f0ed871 \
+
file://LICENSE.LGPL21.txt;md5=8f690bb538f4b301d931374a6eb864d0 \
 
file://LICENSE.MPL2.txt;md5=f75d2927d3c1ed2414ef72048f5ad640 \
 "
 SECTION = "libs"
@@ -15,7 +40,7 @@ SECTION = "libs"
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \
file://0001-cmake-Do-not-export-CC-into-gir-compiler.patch \
   "

[OE-core] [AUH] gstreamer1.0-plugins-base: upgrading to 1.24.1 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-base* to 
*1.24.1* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-gstreamer1.0-plugins-base-upgrade-1.22.11-1.24.1.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 860fdf4ba5f9e2d670130b36c7c4a8b188c0b367 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 15:51:41 +
Subject: [PATCH] gstreamer1.0-plugins-base: upgrade 1.22.11 -> 1.24.1

---
 ...-ENGR00312515-get-caps-from-src-pad-when-query-caps.patch | 5 ++---
 .../0002-ssaparse-enhance-SSA-text-lines-parsing.patch   | 5 ++---
 .../0003-viv-fb-Make-sure-config.h-is-included.patch | 3 +--
 ...s-base_1.22.11.bb => gstreamer1.0-plugins-base_1.24.1.bb} | 2 +-
 4 files changed, 6 insertions(+), 9 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.22.11.bb 
=> gstreamer1.0-plugins-base_1.24.1.bb} (98%)

diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-ENGR00312515-get-caps-from-src-pad-when-query-caps.patch
 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-ENGR00312515-get-caps-from-src-pad-when-query-caps.patch
index 34c99ded42..05e6f15e02 100644
--- 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-ENGR00312515-get-caps-from-src-pad-when-query-caps.patch
+++ 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-ENGR00312515-get-caps-from-src-pad-when-query-caps.patch
@@ -1,4 +1,4 @@
-From 63fe5a7b4ef70e2c490bad3b0838329935a8d77c Mon Sep 17 00:00:00 2001
+From 671ee38b2b64f1c3f1194d6ed899106a1f72d023 Mon Sep 17 00:00:00 2001
 From: zhouming 
 Date: Wed, 14 May 2014 10:16:20 +0800
 Subject: [PATCH] ENGR00312515: get caps from src pad when query caps
@@ -8,7 +8,6 @@ https://bugzilla.gnome.org/show_bug.cgi?id=728312
 Upstream-Status: Pending
 
 Signed-off-by: zhouming 
-
 ---
  gst-libs/gst/tag/gsttagdemux.c | 13 +
  1 file changed, 13 insertions(+)
@@ -17,7 +16,7 @@ Signed-off-by: zhouming 
 diff --git a/gst-libs/gst/tag/gsttagdemux.c b/gst-libs/gst/tag/gsttagdemux.c
 old mode 100644
 new mode 100755
-index 173da37..2b7f34c
+index ef0ff90..53f05c8
 --- a/gst-libs/gst/tag/gsttagdemux.c
 +++ b/gst-libs/gst/tag/gsttagdemux.c
 @@ -1796,6 +1796,19 @@ gst_tag_demux_pad_query (GstPad * pad, GstObject * 
parent, GstQuery * query)
diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-ssaparse-enhance-SSA-text-lines-parsing.patch
 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-ssaparse-enhance-SSA-text-lines-parsing.patch
index 2adeae93d6..7644faeb70 100644
--- 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-ssaparse-enhance-SSA-text-lines-parsing.patch
+++ 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-ssaparse-enhance-SSA-text-lines-parsing.patch
@@ -1,4 +1,4 @@
-From 7bf9525528c8f4a47413d7f82214d76f95f0c5f6 Mon Sep 17 00:00:00 2001
+From e89c08f0e5cebe5f2dcf1d78593d14bf62b12a1c Mon Sep 17 00:00:00 2001
 From: Mingke Wang 
 Date: Thu, 19 Mar 2015 14:17:10 +0800
 Subject: [PATCH] ssaparse: enhance SSA text lines parsing.
@@ -9,7 +9,6 @@ and there's are maybe multiple Dialog lines in one input buffer.
 Upstream-Status: Submitted 
[https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues/178]
 
 Signed-off-by: Mingke Wang 
-
 ---
  gst/subparse/gstssaparse.c | 150 +
  1 file changed, 134 insertions(+), 16 deletions(-)
@@ -18,7 +17,7 @@ Signed-off-by: Mingke Wang 
 diff --git a/gst/subparse/gstssaparse.c b/gst/subparse/gstssaparse.c
 old mode 100644
 new mode 100755
-index d6fdb9c..5ebe678
+index 42fbb42..2dab51c
 --- a/gst/subparse/gstssaparse.c
 +++ b/gst/subparse/gstssaparse.c
 @@ -270,6 +270,7 @@ gst_ssa_parse_remove_override_codes (GstSsaParse * parse, 
gchar * txt)
diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0003-viv-fb-Make-sure-config.h-is-included.patch
 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0003-viv-fb-Make-sure-config.h-is-included.patch
index a605533be8..a1dde2b64f 100644
--- 

[OE-core] [AUH] libassuan: upgrading to 2.5.7 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libassuan* to *2.5.7* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-libassuan-upgrade-2.5.6-2.5.7.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 469ab65aaafe78de1bf7a74bcb2e2b5cf5529627 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 17:30:01 +
Subject: [PATCH] libassuan: upgrade 2.5.6 -> 2.5.7

---
 .../libassuan/libassuan-add-pkgconfig-support.patch   | 8 +---
 .../libassuan/{libassuan_2.5.6.bb => libassuan_2.5.7.bb}  | 2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)
 rename meta/recipes-support/libassuan/{libassuan_2.5.6.bb => 
libassuan_2.5.7.bb} (93%)

diff --git 
a/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch
 
b/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch
index fe811254d3..85a3b7df53 100644
--- 
a/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch
+++ 
b/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch
@@ -1,3 +1,8 @@
+From 20fb872cba52e832f59ee5e381b850b8b100a161 Mon Sep 17 00:00:00 2001
+From: Chen Qi 
+Date: Thu, 22 May 2014 10:50:00 +0100
+Subject: [PATCH] libassuan: Improve pkgconfig support
+
 Add pkgconfig support to libassuan.
 This patch is rejected by upstream for the reason below:
 They think pkgconfig adds no portability and maintaining them is not 
worthwhile.
@@ -130,6 +135,3 @@ index df50484..380a48a 100644
  ifelse([$3], , :, [$3])
fi
AC_SUBST(LIBASSUAN_CFLAGS)
--- 
-2.25.1
-
diff --git a/meta/recipes-support/libassuan/libassuan_2.5.6.bb 
b/meta/recipes-support/libassuan/libassuan_2.5.7.bb
similarity index 93%
rename from meta/recipes-support/libassuan/libassuan_2.5.6.bb
rename to meta/recipes-support/libassuan/libassuan_2.5.7.bb
index 7e899e7399..d1e622635f 100644
--- a/meta/recipes-support/libassuan/libassuan_2.5.6.bb
+++ b/meta/recipes-support/libassuan/libassuan_2.5.7.bb
@@ -20,7 +20,7 @@ SRC_URI = "${GNUPG_MIRROR}/libassuan/libassuan-${PV}.tar.bz2 \
file://libassuan-add-pkgconfig-support.patch \
   "
 
-SRC_URI[sha256sum] = 
"e9fd27218d5394904e4e39788f9b1742711c3e6b41689a31aa3380bd5aa4f426"
+SRC_URI[sha256sum] = 
"0103081ffc27838a2e50479153ca105e873d3d65d8a9593282e9c94c7e6afb76"
 
 BINCONFIG = "${bindir}/libassuan-config"
 
-- 
2.42.0



0001-libassuan-upgrade-2.5.6-2.5.7.patch
Description: Binary data
packages/core2-64-poky-linux/libassuan/libassuan: FILELIST: removed 
"/usr/lib/libassuan.so.0.8.6", added "/usr/lib/libassuan.so.0.8.7"
Changes to packages/core2-64-poky-linux/libassuan (sysroot):
  /usr/lib/libassuan.so.0 changed symlink target from libassuan.so.0.8.6 to 
libassuan.so.0.8.7
  /usr/lib/libassuan.so changed symlink target from libassuan.so.0.8.6 to 
libassuan.so.0.8.7
  /usr/lib/libassuan.so.0.8.6 moved to /usr/lib/libassuan.so.0.8.7
packages/core2-64-poky-linux/libassuan: SRC_URI changed from 
"https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.6.tar.bz2 
file://libassuan-add-pkgconfig-support.patch" to 
"https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.7.tar.bz2 
file://libassuan-add-pkgconfig-support.patch"
packages/core2-64-poky-linux/libassuan: PKGV changed from 2.5.6 [default] to 
2.5.7 [default]
packages/core2-64-poky-linux/libassuan: PV changed from "2.5.6" to "2.5.7"
packages/core2-64-poky-linux/libassuan/libassuan-dbg: FILELIST: removed 
"/usr/lib/.debug/libassuan.so.0.8.6", added "/usr/lib/.debug/libassuan.so.0.8.7"
packages/core2-64-poky-linux/libassuan/libassuan-dbg: PKGV changed from 2.5.6 
[default] to 2.5.7 [default]
packages/core2-64-poky-linux/libassuan/libassuan-dbg: PV changed from "2.5.6" 
to "2.5.7"
packages/core2-64-poky-linux/libassuan/libassuan-dev: PKGV changed from 2.5.6 
[default] to 2.5.7 [default]
packages/core2-64-poky-linux/libassuan/libassuan-dev: PV changed from "2.5.6" 
to "2.5.7"
packages/core2-64-poky-linux/libassuan/libassuan-doc: PKGSIZE changed from 
157500 to 157539 (+0%)
packages/core2-64-poky-linux/libassuan/libassuan-doc: PKGV changed from 2.5.6 
[default] to 2.5.7 [default]
packages/core2-64-poky-linux/libassuan/libassuan-doc: PV changed from "2.5.6" 
to "2.5.7"

[OE-core] [AUH] pinentry: upgrading to 1.3.0 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *pinentry* to *1.3.0* has 
Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe pinentry failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1875 entries from dependency cache.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-02fae59d2234a983972e1a4056a2ee9f28da6562"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:02fae59d2234a983972e1a4056a2ee9f28da6562"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 9 Local 9 Mirrors 0 Missed 0 Current 21 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Loading cache...done.
Loaded 1875 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-02fae59d2234a983972e1a4056a2ee9f28da6562"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:02fae59d2234a983972e1a4056a2ee9f28da6562"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  92% |#   | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00
INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-1.3.0.tar.bz2...
INFO: Rebasing devtool onto be27cdb38754a5314b23be79d6d6c508e693181e
WARNING: Command 'git rebase be27cdb38754a5314b23be79d6d6c508e693181e' failed:
Auto-merging configure.ac
Auto-merging m4/libassuan.m4
CONFLICT (content): Merge conflict in m4/libassuan.m4

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/workspace/sources/pinentry
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/workspace/recipes/pinentry/pinentry_1.3.0.bb



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197826): 
https://lists.openembedded.org/g/openembedded-core/message/197826
Mute This Topic: https://lists.openembedded.org/mt/105271934/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] icu: upgrading to 74-2 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *icu* to *74-2* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-icu-upgrade-74-1-74-2.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 4f21edc140666eaf71d7a3f375a9768e211b8caa Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 17:27:01 +
Subject: [PATCH] icu: upgrade 74-1 -> 74-2

---
 .../0001-Disable-LDFLAGSICUDT-for-Linux.patch   | 17 +++--
 .../icu/icu/0001-icu-Added-armeb-support.patch  | 13 ++---
 .../icu/icu/fix-install-manx.patch  | 11 +--
 .../icu/{icu_74-1.bb => icu_74-2.bb}|  2 +-
 4 files changed, 19 insertions(+), 24 deletions(-)
 rename meta/recipes-support/icu/{icu_74-1.bb => icu_74-2.bb} (98%)

diff --git 
a/meta/recipes-support/icu/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch 
b/meta/recipes-support/icu/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch
index 2968d571bb..25e99c8f42 100644
--- a/meta/recipes-support/icu/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch
+++ b/meta/recipes-support/icu/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch
@@ -1,4 +1,4 @@
-From 0c82d6aa02c08e41b13c83b14782bd7024e25d59 Mon Sep 17 00:00:00 2001
+From 1deddeffe1df01adf2c2235c755c9401d49f24dc Mon Sep 17 00:00:00 2001
 From: Khem Raj 
 Date: Sat, 15 Feb 2014 21:06:42 +
 Subject: [PATCH] Disable LDFLAGSICUDT for Linux
@@ -7,14 +7,14 @@ Upstream-Status: Inappropriate [ OE Configuration ]
 
 Signed-off-by: Khem Raj 
 ---
- source/config/mh-linux |2 +-
+ source/config/mh-linux | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/config/mh-linux b/config/mh-linux
-index 366f0cc..2689aab 100644
 a/config/mh-linux
-+++ b/config/mh-linux
-@@ -21,7 +21,7 @@ LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
+diff --git a/source/config/mh-linux b/source/config/mh-linux
+index 53d6780..b622513 100644
+--- a/source/config/mh-linux
 b/source/config/mh-linux
+@@ -23,7 +23,7 @@ LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
  LD_RPATH_PRE = -Wl,-rpath,
  
  ## These are the library specific LDFLAGS
@@ -23,6 +23,3 @@ index 366f0cc..2689aab 100644
  
  ## Compiler switch to embed a library name
  # The initial tab in the next line is to prevent icu-config from reading it.
--- 
-1.7.10.4
-
diff --git a/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch 
b/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch
index 578517b57f..408f34cafa 100644
--- a/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch
+++ b/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch
@@ -1,4 +1,4 @@
-From e3c25af4b40d64f098e7b8ae5a91fdc3c90163c4 Mon Sep 17 00:00:00 2001
+From 61468006e773d6b1dcbe6d324b687b86220ef4c4 Mon Sep 17 00:00:00 2001
 From: Lei Maohui 
 Date: Wed, 8 May 2019 14:42:30 +0900
 Subject: [PATCH] icu: Added armeb support.
@@ -8,16 +8,15 @@ Make icu support arm32 BE.
 Upstream-Status: Pending
 
 Signed-off-by: Lei Maohui 
-
 ---
- i18n/double-conversion-utils.h | 2 +-
+ source/i18n/double-conversion-utils.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/source/i18n/double-conversion-utils.h 
b/source/i18n/double-conversion-utils.h
-index 7f23e0a..7f89094 100644
 a/i18n/double-conversion-utils.h
-+++ b/i18n/double-conversion-utils.h
-@@ -115,7 +115,7 @@ int main(int argc, char** argv) {
+index 303668f..7d859dc 100644
+--- a/source/i18n/double-conversion-utils.h
 b/source/i18n/double-conversion-utils.h
+@@ -146,7 +146,7 @@ int main(int argc, char** argv) {
  //
  // If it prints "correct" then the architecture should be here, in the 
"correct" section.
  #if defined(_M_X64) || defined(__x86_64__) || \
diff --git a/meta/recipes-support/icu/icu/fix-install-manx.patch 
b/meta/recipes-support/icu/icu/fix-install-manx.patch
index 925b064ebd..dac23165cd 100644
--- a/meta/recipes-support/icu/icu/fix-install-manx.patch
+++ b/meta/recipes-support/icu/icu/fix-install-manx.patch
@@ -1,4 +1,4 @@
-From a6ddabc8cadb76bfe2d2e374a6702442cfe51cce Mon Sep 17 00:00:00 2001
+From c1ffe881edb65e17d56ba3755a4c32c723fc5c86 Mon Sep 17 00:00:00 2001
 From: Ross Burton 
 Date: Fri, 9 Oct 2015 17:50:41 +0100
 Subject: [PATCH] 

[OE-core] [AUH] gstreamer1.0-plugins-good: upgrading to 1.24.1 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-good* to 
*1.24.1* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade gstreamer1.0-plugins-good -V 
1.24.1
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-d6bff4a91b5e9abbaec9243305c5bb79e1f88ec3"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:d6bff4a91b5e9abbaec9243305c5bb79e1f88ec3"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 11 Local 11 Mirrors 0 Missed 0 Current 22 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Loading cache...done.
Loaded 1874 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-d6bff4a91b5e9abbaec9243305c5bb79e1f88ec3"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:d6bff4a91b5e9abbaec9243305c5bb79e1f88ec3"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 9 Mirrors 0 Missed 1 Current 18 (90% match, 96% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  27% |#   | ETA:  0:00:00
Adding changed files:  55% |### | ETA:  0:00:00
Adding changed files:  83% |#   | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.1.tar.xz...
INFO: Rebasing devtool onto 3ab8673129073697feb85d75b98f9c2695de83b7
WARNING: Command 'git rebase 3ab8673129073697feb85d75b98f9c2695de83b7' failed:
CONFLICT (modify/delete): ext/qt/gstqsgtexture.cc deleted in HEAD and modified 
in a0db8aa (qt: include ext/qt/gstqtgl.h instead of gst/gl/gstglfuncs.h).  
Version a0db8aa (qt: include ext/qt/gstqtgl.h instead of gst/gl/gstglfuncs.h) 
of ext/qt/gstqsgtexture.cc left in tree.
Auto-merging ext/qt/qtwindow.cc

ERROR: Execution of 'git checkout devtool' failed with exit code 1:
error: you need to resolve your current index first
ext/qt/gstqsgtexture.cc: needs merge



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197821): 
https://lists.openembedded.org/g/openembedded-core/message/197821
Mute This Topic: https://lists.openembedded.org/mt/105271929/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] gstreamer1.0-plugins-bad: upgrading to 1.24.1 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-bad* to 
*1.24.1* has Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe gstreamer1.0-plugins-bad failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-f7d0269b6020c18025a1f35d663365073ba8eba8"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:f7d0269b6020c18025a1f35d663365073ba8eba8"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 11 Local 11 Mirrors 0 Missed 0 Current 22 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Loading cache...done.
Loaded 1874 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-f7d0269b6020c18025a1f35d663365073ba8eba8"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:f7d0269b6020c18025a1f35d663365073ba8eba8"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 9 Mirrors 0 Missed 1 Current 18 (90% match, 96% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   8% |##  | ETA:  0:00:01
Adding changed files:  16% |#   | ETA:  0:00:01
Adding changed files:  24% || ETA:  0:00:00
Adding changed files:  32% |### | ETA:  0:00:01
Adding changed files:  40% |##  | ETA:  0:00:00
Adding changed files:  48% |#   | ETA:  0:00:00
Adding changed files:  56% || ETA:  0:00:00
Adding changed files:  65% |### | ETA:  0:00:00
Adding changed files:  73% |##  | ETA:  0:00:00
Adding changed files:  81% |#   | ETA:  0:00:00
Adding changed files:  89% || ETA:  0:00:00
Adding changed files:  97% |### | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:01
INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.1.tar.xz...
INFO: Rebasing devtool onto 447db2bf3f8673597c8db880d8336891875729ef
WARNING: Command 'git rebase 447db2bf3f8673597c8db880d8336891875729ef' failed:
Auto-merging ext/opencv/meson.build
CONFLICT (content): Merge conflict in ext/opencv/meson.build

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/workspace/sources/gstreamer1.0-plugins-bad
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/workspace/recipes/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad_1.24.1.bb



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197813): 
https://lists.openembedded.org/g/openembedded-core/message/197813
Mute This Topic: 

[OE-core] [AUH] gstreamer1.0-libav: upgrading to 1.24.1 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-libav* to 
*1.24.1* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-gstreamer1.0-libav-upgrade-1.22.11-1.24.1.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 5679903cd5f7aff491034a361566aae5ec138bc8 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 15:48:07 +
Subject: [PATCH] gstreamer1.0-libav: upgrade 1.22.11 -> 1.24.1

---
 ...treamer1.0-libav_1.22.11.bb => gstreamer1.0-libav_1.24.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.22.11.bb => 
gstreamer1.0-libav_1.24.1.bb} (91%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.11.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.1.bb
similarity index 91%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.11.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.1.bb
index f3287efa96..3a6c5c601f 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.11.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.1.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=69333daa044cb77e486cc36129f7a770 \
 "
 
 SRC_URI = 
"https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-${PV}.tar.xz;
-SRC_URI[sha256sum] = 
"6b13dcc9332ef27a7c1e7005c0196883874f91622f8aa6e52f218b05b15d2bf5"
+SRC_URI[sha256sum] = 
"549b7821fb5a4c866d6197888496015106cc6ec96ffb12a64e6efa91aa6562fd"
 
 S = "${WORKDIR}/gst-libav-${PV}"
 
-- 
2.42.0

NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1875 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb files complete (920 cached, 1 parsed). 1874 targets, 35 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-64 sysroot...done.
Removing 1 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-02426ff877247dbf0b55d21f5549badd38a1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:02426ff877247dbf0b55d21f5549badd38a1"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 355 Local 343 Mirrors 0 Missed 12 Current 566 (96% 
match, 98% complete)
done.
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 2301 of 2553 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.1.bb:do_recipe_qa)
NOTE: Running task 2409 of 2553 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.1.bb:do_write_config)
NOTE: recipe gstreamer1.0-libav-1.24.1-r0: task do_recipe_qa: Started
NOTE: recipe gstreamer1.0-libav-1.24.1-r0: task do_write_config: Started
NOTE: recipe gstreamer1.0-libav-1.24.1-r0: task do_recipe_qa: Succeeded
NOTE: Running task 2534 of 2553 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.1.bb:do_fetch)
NOTE: recipe gstreamer1.0-libav-1.24.1-r0: task do_write_config: Succeeded
NOTE: recipe gstreamer1.0-libav-1.24.1-r0: task do_fetch: Started
NOTE: recipe gstreamer1.0-libav-1.24.1-r0: task do_fetch: Succeeded
NOTE: Running task 2535 of 2553 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.1.bb:do_unpack)
NOTE: Running task 2536 of 2553 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.1.bb:do_prepare_recipe_sysroot)
NOTE: recipe gstreamer1.0-libav-1.24.1-r0: task do_unpack: Started
NOTE: recipe gstreamer1.0-libav-1.24.1-r0: task do_prepare_recipe_sysroot: 
Started
NOTE: recipe gstreamer1.0-libav-1.24.1-r0: task do_unpack: 

[OE-core] [AUH] piglit: upgrading to 025e462ae2dffde2890c30121a447f2d32b93e49 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *piglit* to 
*025e462ae2dffde2890c30121a447f2d32b93e49* has Succeeded.

Next steps:
- apply the patch: git am 0001-piglit-upgrade-to-latest-revision.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 9fb4165c488ba3ba734c88f7efb4fb47de9b066b Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 13:45:09 +
Subject: [PATCH] piglit: upgrade to latest revision

---
 ...Fix-narrowing-errors-seen-with-clang.patch |  2 +-
 ...clude-libgen.h-on-musl-linux-systems.patch | 83 ---
 ...proper-WAYLAND_INCLUDE_DIRS-variable.patch |  2 +-
 ...t-shader.c-do-not-hardcode-build-pat.patch |  2 +-
 meta/recipes-graphics/piglit/piglit_git.bb|  3 +-
 5 files changed, 4 insertions(+), 88 deletions(-)
 delete mode 100644 
meta/recipes-graphics/piglit/piglit/0001-utils-Include-libgen.h-on-musl-linux-systems.patch

diff --git 
a/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch
 
b/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch
index 08e709b1d0..6f3df838ac 100644
--- 
a/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch
+++ 
b/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch
@@ -1,4 +1,4 @@
-From 77f327909e4a99c64261290cd76e234e10cc64d2 Mon Sep 17 00:00:00 2001
+From 9063e7b56089e07f31442c396aa4817be4abb0ee Mon Sep 17 00:00:00 2001
 From: Khem Raj 
 Date: Wed, 3 May 2023 21:59:43 -0700
 Subject: [PATCH] tests: Fix narrowing errors seen with clang
diff --git 
a/meta/recipes-graphics/piglit/piglit/0001-utils-Include-libgen.h-on-musl-linux-systems.patch
 
b/meta/recipes-graphics/piglit/piglit/0001-utils-Include-libgen.h-on-musl-linux-systems.patch
deleted file mode 100644
index 2875dd52ec..00
--- 
a/meta/recipes-graphics/piglit/piglit/0001-utils-Include-libgen.h-on-musl-linux-systems.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-From 6c852e6ac292008137a6f3a8aa908090bb5b4b11 Mon Sep 17 00:00:00 2001
-From: Erik Faye-Lund 
-Date: Tue, 19 Mar 2024 16:34:02 +0100
-Subject: [PATCH] properly check for libgen.h
-
-Some users are reporting that basename is not available when building on
-Linux with musl libc. And since the POSIX spec[1] says that basename is
-defined in libgen.h, we should include that when available.
-
-So let's properly detect the header, and include it if it exists. This
-should hopefully make things a bit more robust.
-
-Since we're also including this from the CL program-tester, let's
-rearrange the includes a bit so we know that config.h has been included.
-
-Upstream-Status: Submitted 
[https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/888]
-Reviewed-by: David Heidelberg 
-Signed-off-by: Khem Raj 

- CMakeLists.txt| 1 +
- tests/cl/program/program-tester.c | 5 -
- tests/util/config.h.in| 1 +
- tests/util/piglit-util.h  | 4 ++--
- 4 files changed, 8 insertions(+), 3 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index dd2bf67125..5563fe0e20 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -492,6 +492,7 @@ check_include_file(unistd.hHAVE_UNISTD_H)
- check_include_file(fcntl.h HAVE_FCNTL_H)
- check_include_file(linux/sync_file.h HAVE_LINUX_SYNC_FILE_H)
- check_include_file(endian.hHAVE_ENDIAN_H)
-+check_include_file(libgen.hHAVE_LIBGEN_H)
- 
- if(DEFINED PIGLIT_INSTALL_VERSION)
-   set(PIGLIT_INSTALL_VERSION_SUFFIX
-diff --git a/tests/cl/program/program-tester.c 
b/tests/cl/program/program-tester.c
-index 97fe64906d..e47fb5aacc 100644
 a/tests/cl/program/program-tester.c
-+++ b/tests/cl/program/program-tester.c
-@@ -31,10 +31,13 @@
- #include 
- #include 
- #include 
--#include 
- 
- #include "piglit-framework-cl-program.h"
- 
-+#ifdef HAVE_LIBGEN_H
-+#include 
-+#endif
-+
- /* Regexes */
- 
- /*
-diff --git a/tests/util/config.h.in b/tests/util/config.h.in
-index 8ed5af1709..437eb91418 100644
 a/tests/util/config.h.in
-+++ b/tests/util/config.h.in
-@@ -16,3 +16,4 @@
- #cmakedefine HAVE_SYS_RESOURCE_H 1
- #cmakedefine HAVE_UNISTD_H 1
- #cmakedefine HAVE_ENDIAN_H 1
-+#cmakedefine HAVE_LIBGEN_H 1
-diff --git 

[OE-core] [AUH] linux-firmware: upgrading to 20240312 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *linux-firmware* to *20240312* 
has Succeeded.

Next steps:
- apply the patch: git am 
0001-linux-firmware-upgrade-20240220-20240312.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 01ea30fdb026283bf3021d1c42636db03d822430 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 15:19:56 +
Subject: [PATCH] linux-firmware: upgrade 20240220 -> 20240312

---
 ...20240220.bb => linux-firmware_20240312.bb} | 150 +-
 1 file changed, 148 insertions(+), 2 deletions(-)
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20240220.bb => 
linux-firmware_20240312.bb} (92%)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20240220.bb 
b/meta/recipes-kernel/linux-firmware/linux-firmware_20240312.bb
similarity index 92%
rename from meta/recipes-kernel/linux-firmware/linux-firmware_20240220.bb
rename to meta/recipes-kernel/linux-firmware/linux-firmware_20240312.bb
index b35802d1dc..c06fa1a78c 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20240220.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20240312.bb
@@ -1,3 +1,149 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- WHENCE
+# +++ WHENCE
+# @@ -824,7 +824,7 @@
+#  Version: 38.755cfdd8.0
+#  
+#  File: iwlwifi-9000-pu-b0-jf-b0-46.ucode
+# -Version: 46.ff18e32a.0
+# +Version: 46.7e3e4b69.0
+#  
+#  File: iwlwifi-9260-th-b0-jf-b0-34.ucode
+#  Version: 34.ba501b11.0
+# @@ -833,7 +833,7 @@
+#  Version: 38.755cfdd8.0
+#  
+#  File: iwlwifi-9260-th-b0-jf-b0-46.ucode
+# -Version: 46.ff18e32a.0
+# +Version: 46.7e3e4b69.0
+#  
+#  File: iwlwifi-cc-a0-50.ucode
+#  Version: 50.3e391d3e.0
+# @@ -1156,6 +1156,18 @@
+#  Licence: Redistributable. See LICENCE.iwlwifi_firmware for details
+#  
+#  Also available from 
http://wireless.kernel.org/en/users/Drivers/iwlwifi#Firmware
+# +
+# +--
+# +
+# +Driver: atomisp - Intel IPU2 (Image Processing Unit 2) driver
+# +
+# +File: intel/ipu/shisp_2400b0_v21.bin
+# +Version: irci_stable_candrpv_0415_20150423_1753
+# +
+# +File: intel/ipu/shisp_2401a0_v21.bin
+# +Version: irci_stable_candrpv_0415_20150521_0458
+# +
+# +License: Redistributable. See LICENSE.ivsc for details
+#  
+#  --
+#  
+# @@ -2833,6 +2845,7 @@
+#  File: "brcm/brcmfmac43241b4-sdio.Advantech-MICA-071.txt"
+#  File: "brcm/brcmfmac43241b4-sdio.Intel Corp.-VALLEYVIEW C0 PLATFORM.txt"
+#  File: "brcm/brcmfmac4330-sdio.Prowise-PT301.txt"
+# +File: "brcm/brcmfmac43340-sdio.Insyde-VESPA2.txt"
+#  File: "brcm/brcmfmac43340-sdio.ASUSTeK COMPUTER INC.-TF103CE.txt"
+#  File: "brcm/brcmfmac43340-sdio.meegopad-t08.txt"
+#  File: "brcm/brcmfmac43340-sdio.pov-tab-p1006w-data.txt"
+# @@ -4916,7 +4929,7 @@
+#  Version: DMC API/APB ver 2 release 10 for Meteorlake
+#  
+#  File: i915/mtl_dmc.bin
+# -Version: DMC API/APB ver 2 release 19 for Meteorlake
+# +Version: DMC API/APB ver 2 release 21 for Meteorlake
+#  
+#  File: i915/mtl_guc_70.bin
+#  Version: GuC API/APB ver 70.20.0 for Meteorlake
+# @@ -4926,6 +4939,9 @@
+#  
+#  File: i915/mtl_gsc_1.bin
+#  Version: GSC API/APB v1.0, release 102.0.0.1655, SVN 1 for Meteorlake
+# +
+# +File: i915/xe2lpd_dmc.bin
+# +Version: DMC API/APB ver 2 release 18 for Xe2LPD
+#  
+#  License: Redistributable. See LICENSE.i915 for details
+#  --
+# @@ -5634,9 +5650,9 @@
+#  Driver: mt7921 - MediaTek MT7921 Wireless MACs
+#  
+#  File: mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin
+# -Version: 20231109190918a
+# +Version: 20240219110958a
+#  File: mediatek/WIFI_RAM_CODE_MT7961_1.bin
+# -Version: 20231109190959
+# +Version: 20240219111038
+#  
+#  Licence: Redistributable. See LICENCE.mediatek for details.
+#  
+# @@ -5645,7 +5661,7 @@
+#  Driver: mt7921 - 

[OE-core] [AUH] gobject-introspection: upgrading to 1.80.0 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gobject-introspection* to 
*1.80.0* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-gobject-introspection-upgrade-1.78.1-1.80.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 3543f030694416f8d1f7d357e6d4c7480f1df4c2 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 12:31:12 +
Subject: [PATCH] gobject-introspection: upgrade 1.78.1 -> 1.80.0

---
 ...e-the-repository-directory-for-native-builds.patch | 11 +--
 ...tion_1.78.1.bb => gobject-introspection_1.80.0.bb} |  2 +-
 2 files changed, 6 insertions(+), 7 deletions(-)
 rename 
meta/recipes-gnome/gobject-introspection/{gobject-introspection_1.78.1.bb => 
gobject-introspection_1.80.0.bb} (99%)

diff --git 
a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch
 
b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch
index c9e1afffd0..7cd3e4e895 100644
--- 
a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch
+++ 
b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch
@@ -1,4 +1,4 @@
-From aeb5532f8be42d42f4e8725ca42e239b36983a4d Mon Sep 17 00:00:00 2001
+From 90f900c3ce948e232f90fd96fd9cf62d525c330a Mon Sep 17 00:00:00 2001
 From: Sascha Silbe 
 Date: Fri, 8 Jun 2018 13:55:10 +0200
 Subject: [PATCH] Relocate the repository directory for native builds
@@ -14,14 +14,13 @@ cache or sstate mirror).
 
 Upstream-Status: Inappropriate
 Signed-off-by: Sascha Silbe 
-
 ---
  girepository/girepository.c | 15 +--
  girepository/meson.build|  2 +-
  2 files changed, 14 insertions(+), 3 deletions(-)
 
 diff --git a/girepository/girepository.c b/girepository/girepository.c
-index a0754f4..2d456f9 100644
+index 12eaf36..876382c 100644
 --- a/girepository/girepository.c
 +++ b/girepository/girepository.c
 @@ -21,6 +21,8 @@
@@ -42,7 +41,7 @@ index a0754f4..2d456f9 100644
  /**
   * SECTION:girepository
   * @short_description: GObject Introspection repository manager
-@@ -215,9 +219,16 @@ init_globals (void)
+@@ -222,9 +226,16 @@ init_globals (void)
g_free (custom_dirs);
  }
  
@@ -62,10 +61,10 @@ index a0754f4..2d456f9 100644
typelib_search_path = g_slist_prepend (typelib_search_path, 
typelib_dir);
  
 diff --git a/girepository/meson.build b/girepository/meson.build
-index 786749a..15cf2a9 100644
+index 5ced59e..a580d9b 100644
 --- a/girepository/meson.build
 +++ b/girepository/meson.build
-@@ -45,7 +45,7 @@ girepo_internals_lib = 
static_library('girepository-internals',
+@@ -47,7 +47,7 @@ girepo_internals_lib = 
static_library('girepository-internals',
],
c_args: gi_hidden_visibility_cflags + custom_c_args,
include_directories : configinc,
diff --git 
a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb 
b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.0.bb
similarity index 99%
rename from 
meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb
rename to 
meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.0.bb
index 05a08a50e0..b1a94cb284 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.78.1.bb
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.0.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=c434e8128a68bedd59b80b2ac1eb1c4a \
 SRC_URI = "${GNOME_MIRROR}/${BPN}/${@oe.utils.trim_version("${PV}", 
2)}/${BPN}-${PV}.tar.xz \
"
 
-SRC_URI[sha256sum] = 
"bd7babd99af7258e76819e45ba4a6bc399608fe762d83fde3cac033c50841bb4"
+SRC_URI[sha256sum] = 
"54a90b4a3cb82fd6a3e8b8a7775178ebc954af3c2bc726ed5961e6503ce62636"
 
 SRC_URI:append:class-native = " 
file://0001-Relocate-the-repository-directory-for-native-builds.patch"
 
-- 
2.42.0

NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1876 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb 

[OE-core] [AUH] zstd: upgrading to 1.5.6 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *zstd* to *1.5.6* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-zstd-upgrade-1.5.5-1.5.6.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 495bc9ccefe905be6b5f92350ce94e7e5e69db1e Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 11:38:34 +
Subject: [PATCH] zstd: upgrade 1.5.5 -> 1.5.6

---
 meta/recipes-extended/zstd/{zstd_1.5.5.bb => zstd_1.5.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/zstd/{zstd_1.5.5.bb => zstd_1.5.6.bb} (96%)

diff --git a/meta/recipes-extended/zstd/zstd_1.5.5.bb 
b/meta/recipes-extended/zstd/zstd_1.5.6.bb
similarity index 96%
rename from meta/recipes-extended/zstd/zstd_1.5.5.bb
rename to meta/recipes-extended/zstd/zstd_1.5.6.bb
index 2d72af50a4..b65ab84efd 100644
--- a/meta/recipes-extended/zstd/zstd_1.5.5.bb
+++ b/meta/recipes-extended/zstd/zstd_1.5.6.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=0822a32f7acdbe013606746641746ee8 \
 SRC_URI = "git://github.com/facebook/zstd.git;branch=release;protocol=https \
file://0001-pzstd-use-directly-for-the-test-c-snippet.patch"
 
-SRCREV = "63779c798237346c2b245c546c40b72a5a5913fe"
+SRCREV = "794ea1b0afca0f020f4e57b6732332231fb23c70"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)"
 
 CVE_PRODUCT = "zstandard"
-- 
2.42.0

NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1876 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb files complete (920 cached, 1 parsed). 1874 targets, 35 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-64 sysroot...done.
Removing 1 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-ac2886b32b94160f297deb334048a4817f83236e"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:ac2886b32b94160f297deb334048a4817f83236e"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 131 Local 80 Mirrors 0 Missed 51 Current 160 (61% match, 
82% complete)
Removing 13 stale sstate objects for arch x86_64...done.
Removing 3 stale sstate objects for arch core2-64...done.
Removing 4 stale sstate objects for arch qemux86_64...done.
NOTE: Executing Tasks
NOTE: Running setscene task 174 of 291 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_create_spdx_setscene)
NOTE: Running setscene task 190 of 291 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 194 of 291 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-core/glibc/glibc_2.39.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 198 of 291 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 199 of 291 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 200 of 291 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_recipe_qa_setscene)
NOTE: Running setscene task 201 of 291 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 202 of 291 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/gcc/libgcc-initial_13.2.bb:do_recipe_qa_setscene)
NOTE: Running setscene task 203 of 291 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/gcc/libgcc_13.2.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 209 of 291 

[OE-core] [AUH] gst-devtools: upgrading to 1.24.1 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gst-devtools* to *1.24.1* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-gst-devtools-upgrade-1.22.11-1.24.1.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 6ced40556563dc6389179b0958c3dc7699ba8934 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 15:44:38 +
Subject: [PATCH] gst-devtools: upgrade 1.22.11 -> 1.24.1

---
 .../0001-connect-has-a-different-signature-on-musl.patch   | 3 +--
 .../{gst-devtools_1.22.11.bb => gst-devtools_1.24.1.bb}| 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.22.11.bb => 
gst-devtools_1.24.1.bb} (95%)

diff --git 
a/meta/recipes-multimedia/gstreamer/gst-devtools/0001-connect-has-a-different-signature-on-musl.patch
 
b/meta/recipes-multimedia/gstreamer/gst-devtools/0001-connect-has-a-different-signature-on-musl.patch
index 21e30d6d46..6a3be4adeb 100644
--- 
a/meta/recipes-multimedia/gstreamer/gst-devtools/0001-connect-has-a-different-signature-on-musl.patch
+++ 
b/meta/recipes-multimedia/gstreamer/gst-devtools/0001-connect-has-a-different-signature-on-musl.patch
@@ -1,4 +1,4 @@
-From 0c73b8131efba63c5cd37ea8c7551434c3b57304 Mon Sep 17 00:00:00 2001
+From 024397943685182054e956b66ec70ee911bf5d82 Mon Sep 17 00:00:00 2001
 From: Khem Raj 
 Date: Sun, 9 Sep 2018 17:38:10 -0700
 Subject: [PATCH] connect has a different signature on musl
@@ -11,7 +11,6 @@ typcasted to struct sockaddr_in* type inside the function 
before use
 Upstream-Status: Pending
 
 Signed-off-by: Khem Raj 
-
 ---
  validate/plugins/fault_injection/socket_interposer.c | 7 ++-
  1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.11.bb 
b/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.1.bb
similarity index 95%
rename from meta/recipes-multimedia/gstreamer/gst-devtools_1.22.11.bb
rename to meta/recipes-multimedia/gstreamer/gst-devtools_1.24.1.bb
index 2be406192f..4339f627bd 100644
--- a/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.11.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.1.bb
@@ -12,7 +12,7 @@ SRC_URI = 
"https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-${PV}
file://0001-connect-has-a-different-signature-on-musl.patch \
"
 
-SRC_URI[sha256sum] = 
"07766425ecb5bf857ab5ad3962321c55cd89f9386b720843f9df71c0a455eb9b"
+SRC_URI[sha256sum] = 
"49ae0347f463641b094ebbc63350936a29e8a063ca90cd0b44a49e0c2b2129d2"
 
 DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 
gstreamer1.0-plugins-base"
 RRECOMMENDS:${PN} = "git"
-- 
2.42.0

NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1875 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb files complete (920 cached, 1 parsed). 1874 targets, 35 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-64 sysroot...done.
Removing 1 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-326a2e411812471a9121e1943135e9539cefca9f"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:326a2e411812471a9121e1943135e9539cefca9f"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 392 Local 380 Mirrors 0 Missed 12 Current 563 (96% 
match, 98% complete)
done.
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 2345 of 2646 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.1.bb:do_recipe_qa)
NOTE: Running task 2474 of 2646 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.1.bb:do_write_config)
NOTE: recipe 

[OE-core] [AUH] libtraceevent: upgrading to 1.8.2 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libtraceevent* to *1.8.2* has 
Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe libtraceevent failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-5774e8d0d7909b3580f520c0b87f8a804002b6b1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:5774e8d0d7909b3580f520c0b87f8a804002b6b1"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 10 Mirrors 0 Missed 0 Current 20 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Rebasing devtool onto 6f6d5802f31992e7527a4c32b43a32fda6bf6bdf
WARNING: Command 'git rebase 6f6d5802f31992e7527a4c32b43a32fda6bf6bdf' failed:
Auto-merging meson.build
CONFLICT (content): Merge conflict in meson.build
Auto-merging meson_options.txt

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/workspace/sources/libtraceevent
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/workspace/recipes/libtraceevent/libtraceevent_1.8.2.bb



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197803): 
https://lists.openembedded.org/g/openembedded-core/message/197803
Mute This Topic: https://lists.openembedded.org/mt/105271724/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] waffle: upgrading to 1.8.0 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *waffle* to *1.8.0* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe waffle failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-4e252aabdd39b32e2f2e5ba8620b0f29d88e28c2"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:4e252aabdd39b32e2f2e5ba8620b0f29d88e28c2"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 10 Mirrors 0 Missed 0 Current 20 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Rebasing devtool onto 580b912a30085528886603942c100c7b309b3bdb
WARNING: Command 'git rebase 580b912a30085528886603942c100c7b309b3bdb' failed:
Auto-merging meson.build
CONFLICT (content): Merge conflict in meson.build
Auto-merging src/waffle/meson.build
CONFLICT (content): Merge conflict in src/waffle/meson.build

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/workspace/sources/waffle
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/workspace/recipes/waffle/waffle_1.8.0.bb



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197797): 
https://lists.openembedded.org/g/openembedded-core/message/197797
Mute This Topic: https://lists.openembedded.org/mt/105271718/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] xev: upgrading to 1.2.6 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *xev* to *1.2.6* has Succeeded.

Next steps:
- apply the patch: git am 0001-xev-upgrade-1.2.5-1.2.6.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 6c2823d14292f5761ab7f0e6d7a0415b2e69 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 14:39:01 +
Subject: [PATCH] xev: upgrade 1.2.5 -> 1.2.6

---
 meta/recipes-graphics/xorg-app/{xev_1.2.5.bb => xev_1.2.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-app/{xev_1.2.5.bb => xev_1.2.6.bb} (84%)

diff --git a/meta/recipes-graphics/xorg-app/xev_1.2.5.bb 
b/meta/recipes-graphics/xorg-app/xev_1.2.6.bb
similarity index 84%
rename from meta/recipes-graphics/xorg-app/xev_1.2.5.bb
rename to meta/recipes-graphics/xorg-app/xev_1.2.6.bb
index 1d2e66b7b4..182aeff1b7 100644
--- a/meta/recipes-graphics/xorg-app/xev_1.2.5.bb
+++ b/meta/recipes-graphics/xorg-app/xev_1.2.6.bb
@@ -12,6 +12,6 @@ PE = "1"
 
 DEPENDS += "libxrandr xorgproto"
 
-SRC_URI[sha256sum] = 
"c9461a4389714e0f33974f9e75934bdc38d836a0f059b8dc089c7cbf2ce36ec1"
+SRC_URI[sha256sum] = 
"61e1c5e008ac9973aca7cdddf36e9df7410e77083b030eb04f4dc737c51807d7"
 
 SRC_URI_EXT = "xz"
-- 
2.42.0



0001-xev-upgrade-1.2.5-1.2.6.patch
Description: Binary data
packages/core2-64-poky-linux/xev: SRC_URI changed from 
"https://www.x.org/releases//individual/app/xev-1.2.5.tar.xz; to 
"https://www.x.org/releases//individual/app/xev-1.2.6.tar.xz;
packages/core2-64-poky-linux/xev: PKGV changed from 1.2.5 [default] to 1.2.6 
[default]
packages/core2-64-poky-linux/xev: PV changed from "1.2.5" to "1.2.6"
packages/core2-64-poky-linux/xev/xev-dbg: PKGV changed from 1.2.5 [default] to 
1.2.6 [default]
packages/core2-64-poky-linux/xev/xev-dbg: PKGSIZE changed from 68360 to 67864 
(-1%)
packages/core2-64-poky-linux/xev/xev-dbg: PV changed from "1.2.5" to "1.2.6"
packages/core2-64-poky-linux/xev/xev-dev: PKGV changed from 1.2.5 [default] to 
1.2.6 [default]
packages/core2-64-poky-linux/xev/xev-dev: PV changed from "1.2.5" to "1.2.6"
packages/core2-64-poky-linux/xev/xev-doc: PKGV changed from 1.2.5 [default] to 
1.2.6 [default]
packages/core2-64-poky-linux/xev/xev-doc: PV changed from "1.2.5" to "1.2.6"
packages/core2-64-poky-linux/xev/xev-locale: PKGV changed from 1.2.5 [default] 
to 1.2.6 [default]
packages/core2-64-poky-linux/xev/xev-locale: PV changed from "1.2.5" to "1.2.6"
packages/core2-64-poky-linux/xev/xev-src: PKGV changed from 1.2.5 [default] to 
1.2.6 [default]
packages/core2-64-poky-linux/xev/xev-src: PKGSIZE changed from 46810 to 46902 
(+0%)
packages/core2-64-poky-linux/xev/xev-src: PV changed from "1.2.5" to "1.2.6"
packages/core2-64-poky-linux/xev/xev-staticdev: PKGV changed from 1.2.5 
[default] to 1.2.6 [default]
packages/core2-64-poky-linux/xev/xev-staticdev: PV changed from "1.2.5" to 
"1.2.6"
packages/core2-64-poky-linux/xev/xev: PKGV changed from 1.2.5 [default] to 
1.2.6 [default]
packages/core2-64-poky-linux/xev/xev: PKGSIZE changed from 35208 to 35184 (-0%)
packages/core2-64-poky-linux/xev/xev: PV changed from "1.2.5" to "1.2.6"

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197808): 
https://lists.openembedded.org/g/openembedded-core/message/197808
Mute This Topic: https://lists.openembedded.org/mt/105271729/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] vulkan-volk: upgrading to 1.3.280.0 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *vulkan-volk* to *1.3.280.0* 
has Succeeded.

Next steps:
- apply the patch: git am 0001-vulkan-volk-upgrade-1.3.275.0-1.3.280.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 495693cf5322f11e7fec297690abc26bb5795396 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 14:24:15 +
Subject: [PATCH] vulkan-volk: upgrade 1.3.275.0 -> 1.3.280.0

---
 ..._1.3.275.0.bb => vulkan-volk_1.3.280.0.bb} | 23 +--
 1 file changed, 21 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/vulkan/{vulkan-volk_1.3.275.0.bb => 
vulkan-volk_1.3.280.0.bb} (56%)

diff --git a/meta/recipes-graphics/vulkan/vulkan-volk_1.3.275.0.bb 
b/meta/recipes-graphics/vulkan/vulkan-volk_1.3.280.0.bb
similarity index 56%
rename from meta/recipes-graphics/vulkan/vulkan-volk_1.3.275.0.bb
rename to meta/recipes-graphics/vulkan/vulkan-volk_1.3.280.0.bb
index f4e6e89aac..f109b010f0 100644
--- a/meta/recipes-graphics/vulkan/vulkan-volk_1.3.275.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-volk_1.3.280.0.bb
@@ -1,3 +1,22 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- LICENSE.md
+# +++ LICENSE.md
+# @@ -1,4 +1,4 @@
+# -Copyright (c) 2018-2023 Arseny Kapoulkine
+# +Copyright (c) 2018-2024 Arseny Kapoulkine
+#  
+#  Permission is hereby granted, free of charge, to any person obtaining a copy
+#  of this software and associated documentation files (the "Software"), to 
deal
+# 
+#
+
 SUMMARY = "A meta-loader for Vulkan"
 DESCRIPTION = "Volk allows one to dynamically load entrypoints required \
 to use Vulkan without linking to vulkan-1.dll or statically linking Vulkan 
loader. \
@@ -7,10 +26,10 @@ BUGTRACKER = "https://github.com/zeux/volk;
 SECTION = "libs"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=b2dd098d35668a801190a9d9d47461b0"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=12e6af3a0e2a5e5dbf7796aa82b64626"
 
 SRC_URI = "git://github.com/zeux/volk.git;branch=master;protocol=https"
-SRCREV = "f2a16e3e19c2349b873343b2dc38a1d4c25af23a"
+SRCREV = "01986ac85fa2e5c70df09aeae9c907e27c5d50b2"
 
 S = "${WORKDIR}/git"
 
-- 
2.42.0



0001-vulkan-volk-upgrade-1.3.275.0-1.3.280.0.patch
Description: Binary data
packages/core2-64-poky-linux/vulkan-volk: PV changed from "1.3.275.0" to 
"1.3.280.0"
packages/core2-64-poky-linux/vulkan-volk: PKGV changed from 1.3.275.0 [default] 
to 1.3.280.0 [default]
packages/core2-64-poky-linux/vulkan-volk/vulkan-volk-dbg: PV changed from 
"1.3.275.0" to "1.3.280.0"
packages/core2-64-poky-linux/vulkan-volk/vulkan-volk-dbg: PKGV changed from 
1.3.275.0 [default] to 1.3.280.0 [default]
packages/core2-64-poky-linux/vulkan-volk/vulkan-volk-dev: PV changed from 
"1.3.275.0" to "1.3.280.0"
packages/core2-64-poky-linux/vulkan-volk/vulkan-volk-dev: PKGV changed from 
1.3.275.0 [default] to 1.3.280.0 [default]
packages/core2-64-poky-linux/vulkan-volk/vulkan-volk-dev: PKGSIZE changed from 
369770 to 387180 (+5%)
packages/core2-64-poky-linux/vulkan-volk/vulkan-volk-doc: PV changed from 
"1.3.275.0" to "1.3.280.0"
packages/core2-64-poky-linux/vulkan-volk/vulkan-volk-doc: PKGV changed from 
1.3.275.0 [default] to 1.3.280.0 [default]
packages/core2-64-poky-linux/vulkan-volk/vulkan-volk-locale: PV changed from 
"1.3.275.0" to "1.3.280.0"
packages/core2-64-poky-linux/vulkan-volk/vulkan-volk-locale: PKGV changed from 
1.3.275.0 [default] to 1.3.280.0 [default]
packages/core2-64-poky-linux/vulkan-volk/vulkan-volk-src: PV changed from 
"1.3.275.0" to "1.3.280.0"
packages/core2-64-poky-linux/vulkan-volk/vulkan-volk-src: PKGV changed from 
1.3.275.0 [default] to 1.3.280.0 [default]
packages/core2-64-poky-linux/vulkan-volk/vulkan-volk-src: PKGSIZE changed from 
361743 to 379153 (+5%)
packages/core2-64-poky-linux/vulkan-volk/vulkan-volk-staticdev: PV changed from 
"1.3.275.0" to "1.3.280.0"
packages/core2-64-poky-linux/vulkan-volk/vulkan-volk-staticdev: PKGV changed 
from 

[OE-core] [AUH] lzip: upgrading to 1.24.1 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *lzip* to *1.24.1* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-lzip-upgrade-1.24-1.24.1.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From fc523ee6690db25076ac1846b3503435d6429939 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 11:11:59 +
Subject: [PATCH] lzip: upgrade 1.24 -> 1.24.1

---
 meta/recipes-extended/lzip/{lzip_1.24.bb => lzip_1.24.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/lzip/{lzip_1.24.bb => lzip_1.24.1.bb} (93%)

diff --git a/meta/recipes-extended/lzip/lzip_1.24.bb 
b/meta/recipes-extended/lzip/lzip_1.24.1.bb
similarity index 93%
rename from meta/recipes-extended/lzip/lzip_1.24.bb
rename to meta/recipes-extended/lzip/lzip_1.24.1.bb
index 73040a6f00..6eda012734 100644
--- a/meta/recipes-extended/lzip/lzip_1.24.bb
+++ b/meta/recipes-extended/lzip/lzip_1.24.1.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \
 "
 
 SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz"
-SRC_URI[sha256sum] = 
"d42659229b10e066eeb6e81eb673cdd893b672e512d26719c2d95975556ca56c"
+SRC_URI[sha256sum] = 
"30c9cb6a0605f479c496c376eb629a48b0a1696d167e3c1e090c5defa481b162"
 
 B = "${WORKDIR}/build"
 do_configure[cleandirs] = "${B}"
-- 
2.42.0

packages/core2-64-poky-linux/lzip: PKGV changed from 1.24 [default] to 1.24.1 
[default]
packages/core2-64-poky-linux/lzip: SRC_URI changed from 
"https://download.savannah.gnu.org/releases/lzip/lzip-1.24.tar.gz; to 
"https://download.savannah.gnu.org/releases/lzip/lzip-1.24.1.tar.gz;
packages/core2-64-poky-linux/lzip: PV changed from "1.24" to "1.24.1"
packages/core2-64-poky-linux/lzip/lzip-dbg: PKGV changed from 1.24 [default] to 
1.24.1 [default]
packages/core2-64-poky-linux/lzip/lzip-dbg: PV changed from "1.24" to "1.24.1"
packages/core2-64-poky-linux/lzip/lzip-dbg: PKGSIZE changed from 1043536 to 
1043560 (+0%)
packages/core2-64-poky-linux/lzip/lzip-dev: PKGV changed from 1.24 [default] to 
1.24.1 [default]
packages/core2-64-poky-linux/lzip/lzip-dev: PV changed from "1.24" to "1.24.1"
packages/core2-64-poky-linux/lzip/lzip-doc: PKGV changed from 1.24 [default] to 
1.24.1 [default]
packages/core2-64-poky-linux/lzip/lzip-doc: PV changed from "1.24" to "1.24.1"
packages/core2-64-poky-linux/lzip/lzip-doc: PKGSIZE changed from 72739 to 72738 
(-0%)
packages/core2-64-poky-linux/lzip/lzip-locale: PKGV changed from 1.24 [default] 
to 1.24.1 [default]
packages/core2-64-poky-linux/lzip/lzip-locale: PV changed from "1.24" to 
"1.24.1"
packages/core2-64-poky-linux/lzip/lzip-src: PKGV changed from 1.24 [default] to 
1.24.1 [default]
packages/core2-64-poky-linux/lzip/lzip-src: PV changed from "1.24" to "1.24.1"
packages/core2-64-poky-linux/lzip/lzip-src: PKGSIZE changed from 153876 to 
153934 (+0%)
packages/core2-64-poky-linux/lzip/lzip-staticdev: PKGV changed from 1.24 
[default] to 1.24.1 [default]
packages/core2-64-poky-linux/lzip/lzip-staticdev: PV changed from "1.24" to 
"1.24.1"
packages/core2-64-poky-linux/lzip/lzip: PKGV changed from 1.24 [default] to 
1.24.1 [default]
packages/core2-64-poky-linux/lzip/lzip: PV changed from "1.24" to "1.24.1"


0001-lzip-upgrade-1.24-1.24.1.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197783): 
https://lists.openembedded.org/g/openembedded-core/message/197783
Mute This Topic: https://lists.openembedded.org/mt/105271704/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] xauth: upgrading to 1.1.3 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *xauth* to *1.1.3* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-xauth-upgrade-1.1.2-1.1.3.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From facb8a14f3ff35d49881b708a54e8a203f2ac7d6 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 14:35:52 +
Subject: [PATCH] xauth: upgrade 1.1.2 -> 1.1.3

---
 .../xorg-app/{xauth_1.1.2.bb => xauth_1.1.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-app/{xauth_1.1.2.bb => xauth_1.1.3.bb} (83%)

diff --git a/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb 
b/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb
similarity index 83%
rename from meta/recipes-graphics/xorg-app/xauth_1.1.2.bb
rename to meta/recipes-graphics/xorg-app/xauth_1.1.3.bb
index 1ad18ef63b..b0ca33bf4b 100644
--- a/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb
+++ b/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb
@@ -9,7 +9,7 @@ DEPENDS += "libxau libxext libxmu"
 PE = "1"
 
 SRC_URI_EXT = "xz"
-SRC_URI[sha256sum] = 
"78ba6afd19536ced1dddb3276cba6e9555a211b468a06f95f6a97c62ff8ee200"
+SRC_URI[sha256sum] = 
"e7075498bae332f917f01d660f9b940c0752b2556a8da61ccb62a44d0ffe9d33"
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
 PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
-- 
2.42.0



0001-xauth-upgrade-1.1.2-1.1.3.patch
Description: Binary data
packages/core2-64-poky-linux/xauth: PKGV changed from 1.1.2 [default] to 1.1.3 
[default]
packages/core2-64-poky-linux/xauth: SRC_URI changed from 
"https://www.x.org/releases//individual/app/xauth-1.1.2.tar.xz; to 
"https://www.x.org/releases//individual/app/xauth-1.1.3.tar.xz;
packages/core2-64-poky-linux/xauth: PV changed from "1.1.2" to "1.1.3"
packages/core2-64-poky-linux/xauth/xauth-dbg: PKGV changed from 1.1.2 [default] 
to 1.1.3 [default]
packages/core2-64-poky-linux/xauth/xauth-dbg: PV changed from "1.1.2" to "1.1.3"
packages/core2-64-poky-linux/xauth/xauth-dbg: PKGSIZE changed from 107856 to 
109528 (+2%)
packages/core2-64-poky-linux/xauth/xauth-dev: PKGV changed from 1.1.2 [default] 
to 1.1.3 [default]
packages/core2-64-poky-linux/xauth/xauth-dev: PV changed from "1.1.2" to "1.1.3"
packages/core2-64-poky-linux/xauth/xauth-doc: PKGV changed from 1.1.2 [default] 
to 1.1.3 [default]
packages/core2-64-poky-linux/xauth/xauth-doc: PV changed from "1.1.2" to "1.1.3"
packages/core2-64-poky-linux/xauth/xauth-doc: PKGSIZE changed from 11391 to 
11403 (+0%)
packages/core2-64-poky-linux/xauth/xauth-locale: PKGV changed from 1.1.2 
[default] to 1.1.3 [default]
packages/core2-64-poky-linux/xauth/xauth-locale: PV changed from "1.1.2" to 
"1.1.3"
packages/core2-64-poky-linux/xauth/xauth-src: PKGV changed from 1.1.2 [default] 
to 1.1.3 [default]
packages/core2-64-poky-linux/xauth/xauth-src: PV changed from "1.1.2" to "1.1.3"
packages/core2-64-poky-linux/xauth/xauth-src: PKGSIZE changed from 75989 to 
75716 (-0%)
packages/core2-64-poky-linux/xauth/xauth-staticdev: PKGV changed from 1.1.2 
[default] to 1.1.3 [default]
packages/core2-64-poky-linux/xauth/xauth-staticdev: PV changed from "1.1.2" to 
"1.1.3"
packages/core2-64-poky-linux/xauth/xauth: PKGV changed from 1.1.2 [default] to 
1.1.3 [default]
packages/core2-64-poky-linux/xauth/xauth: PV changed from "1.1.2" to "1.1.3"

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197800): 
https://lists.openembedded.org/g/openembedded-core/message/197800
Mute This Topic: https://lists.openembedded.org/mt/105271721/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] libva-utils: upgrading to 2.21.0 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libva-utils* to *2.21.0* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade libva-utils -V 2.21.0 -S 
c46adc8dff6120cbba3f03781e4d6df054dd8f21
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-e47e1434e618338ebf4629dfa705552951ff6802"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:e47e1434e618338ebf4629dfa705552951ff6802"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 10 Mirrors 0 Missed 0 Current 20 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
ERROR: Execution of 'git checkout c46adc8dff6120cbba3f03781e4d6df054dd8f21' 
failed with exit code 128:
fatal: reference is not a tree: c46adc8dff6120cbba3f03781e4d6df054dd8f21



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197787): 
https://lists.openembedded.org/g/openembedded-core/message/197787
Mute This Topic: https://lists.openembedded.org/mt/105271708/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] glslang: upgrading to 1.3.280.0 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *glslang* to *1.3.280.0* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-glslang-upgrade-1.3.275.0-1.3.280.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 89768bd0a1e690d49d022354803dba18ba443b31 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 12:49:21 +
Subject: [PATCH] glslang: upgrade 1.3.275.0 -> 1.3.280.0

---
 .../glslang/0001-generate-glslang-pkg-config.patch | 10 +-
 .../{glslang_1.3.275.0.bb => glslang_1.3.280.0.bb} |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
 rename meta/recipes-graphics/glslang/{glslang_1.3.275.0.bb => 
glslang_1.3.280.0.bb} (96%)

diff --git 
a/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch 
b/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch
index 316a57fa4a..f489e68796 100644
--- 
a/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch
+++ 
b/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch
@@ -1,4 +1,4 @@
-From 4cede5edcff96134baf35953d58595c4aa5f1fc5 Mon Sep 17 00:00:00 2001
+From 896db1e4b7b2060653292041423325fc2e999f19 Mon Sep 17 00:00:00 2001
 From: Jose Quaresma 
 Date: Sun, 7 Feb 2021 01:30:39 +
 Subject: [PATCH] generate glslang pkg-config
@@ -15,12 +15,12 @@ Signed-off-by: Jose Quaresma 
  create mode 100644 glslang/glslang.pc.cmake.in
 
 diff --git a/glslang/CMakeLists.txt b/glslang/CMakeLists.txt
-index 37eecaad..6974935c 100644
+index e4690f09..8e660bc5 100644
 --- a/glslang/CMakeLists.txt
 +++ b/glslang/CMakeLists.txt
-@@ -251,6 +251,8 @@ if(PROJECT_IS_TOP_LEVEL)
- ")
- install(FILES "${CMAKE_CURRENT_BINARY_DIR}/glslangTargets.cmake" 
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake)
+@@ -233,6 +233,8 @@ if(GLSLANG_ENABLE_INSTALL)
+ install(TARGETS MachineIndependent EXPORT glslang-targets)
+ install(TARGETS GenericCodeGen EXPORT glslang-targets)
  endif()
 +configure_file(${CMAKE_CURRENT_SOURCE_DIR}/glslang.pc.cmake.in 
${CMAKE_CURRENT_BINARY_DIR}/pkgconfig/glslang.pc @ONLY)
 +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/pkgconfig/glslang.pc 
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
diff --git a/meta/recipes-graphics/glslang/glslang_1.3.275.0.bb 
b/meta/recipes-graphics/glslang/glslang_1.3.280.0.bb
similarity index 96%
rename from meta/recipes-graphics/glslang/glslang_1.3.275.0.bb
rename to meta/recipes-graphics/glslang/glslang_1.3.280.0.bb
index 2fd1e72a26..637082c719 100644
--- a/meta/recipes-graphics/glslang/glslang_1.3.275.0.bb
+++ b/meta/recipes-graphics/glslang/glslang_1.3.280.0.bb
@@ -8,7 +8,7 @@ HOMEPAGE = 
"https://www.khronos.org/opengles/sdk/tools/Reference-Compiler;
 LICENSE = "BSD-3-Clause & BSD-2-Clause & MIT & Apache-2.0 & 
GPL-3-with-bison-exception"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2a2b5acd7bc4844964cfda45fe807dc3"
 
-SRCREV = "a91631b260cba3f22858d6c6827511e636c2458a"
+SRCREV = "ee2f5d09eaf8f4e8d0d598bd2172fce290d4ca60"
 SRC_URI = 
"git://github.com/KhronosGroup/glslang.git;protocol=https;branch=main \
file://0001-generate-glslang-pkg-config.patch \
"
-- 
2.42.0



0001-glslang-upgrade-1.3.275.0-1.3.280.0.patch
Description: Binary data
packages/core2-64-poky-linux/glslang/glslang-dev: FILELIST: removed 
"/usr/lib/cmake/glslang-standaloneTargets.cmake 
/usr/lib/cmake/SPVRemapperTargets.cmake /usr/lib/cmake/SPIRVTargets.cmake 
/usr/lib/cmake/spirv-remapTargets.cmake 
/usr/lib/cmake/glslang-default-resource-limitsTargets.cmake"
packages/core2-64-poky-linux/glslang/glslang: FILELIST: removed 
"/usr/lib/libglslang.so.14.0.0 /usr/lib/libSPIRV.so.14.0.0 
/usr/lib/libglslang-default-resource-limits.so.14.0.0 
/usr/lib/libSPVRemapper.so.14.0.0", added 
"/usr/lib/libglslang-default-resource-limits.so.14.1.0 
/usr/lib/libSPIRV.so.14.1.0 /usr/lib/libglslang.so.14.1.0 
/usr/lib/libSPVRemapper.so.14.1.0"
Changes to packages/core2-64-poky-linux/glslang (sysroot):
  /usr/lib/libglslang-default-resource-limits.so.14 changed symlink target from 
libglslang-default-resource-limits.so.14.0.0 to 
libglslang-default-resource-limits.so.14.1.0
  /usr/lib/libglslang.so.14 changed symlink target from 

[OE-core] [AUH] babeltrace2: upgrading to 2.0.6 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *babeltrace2* to *2.0.6* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-babeltrace2-upgrade-2.0.5-2.0.6.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 7356f798dd8933a32959da15e7d6ce9ef47dec18 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 15:26:39 +
Subject: [PATCH] babeltrace2: upgrade 2.0.5 -> 2.0.6

---
 .../babeltrace2/0001-Make-manpages-multilib-identical.patch | 5 +
 ...0001-tests-do-not-run-test-applications-from-.libs.patch | 6 +-
 .../lttng/{babeltrace2_2.0.5.bb => babeltrace2_2.0.6.bb}| 2 +-
 3 files changed, 3 insertions(+), 10 deletions(-)
 rename meta/recipes-kernel/lttng/{babeltrace2_2.0.5.bb => 
babeltrace2_2.0.6.bb} (98%)

diff --git 
a/meta/recipes-kernel/lttng/babeltrace2/0001-Make-manpages-multilib-identical.patch
 
b/meta/recipes-kernel/lttng/babeltrace2/0001-Make-manpages-multilib-identical.patch
index 2401b176e6..bdd8c4f469 100644
--- 
a/meta/recipes-kernel/lttng/babeltrace2/0001-Make-manpages-multilib-identical.patch
+++ 
b/meta/recipes-kernel/lttng/babeltrace2/0001-Make-manpages-multilib-identical.patch
@@ -1,4 +1,4 @@
-From 56986190e4b0c10945ce6aaa7ca10d6bd8a26a39 Mon Sep 17 00:00:00 2001
+From 0a64e936f80e93eb8dd5983d82a4a45186376c3f Mon Sep 17 00:00:00 2001
 From: Jeremy Puhlman 
 Date: Mon, 9 Mar 2020 21:10:35 +
 Subject: [PATCH] Make manpages multilib identical
@@ -23,6 +23,3 @@ index ad1183f1..e11c7031 100644
  babeltrace_version="@PACKAGE_VERSION@"
  enable_debug_info="@ENABLE_DEBUG_INFO_VAL@"
  defrdport=5344
--- 
-2.24.1
-
diff --git 
a/meta/recipes-kernel/lttng/babeltrace2/0001-tests-do-not-run-test-applications-from-.libs.patch
 
b/meta/recipes-kernel/lttng/babeltrace2/0001-tests-do-not-run-test-applications-from-.libs.patch
index 805dde8064..694751dcd9 100644
--- 
a/meta/recipes-kernel/lttng/babeltrace2/0001-tests-do-not-run-test-applications-from-.libs.patch
+++ 
b/meta/recipes-kernel/lttng/babeltrace2/0001-tests-do-not-run-test-applications-from-.libs.patch
@@ -1,5 +1,4 @@
-From 582713cc9a013481eeef253195d644020f637ec4 Mon Sep 17 00:00:00 2001
-Message-Id: 
<582713cc9a013481eeef253195d644020f637ec4.1583403622.git.walli...@gmail.com>
+From 310b1243801667fb06dc9f23f4ad8291d3dd28bc Mon Sep 17 00:00:00 2001
 From: Anders Wallin 
 Date: Thu, 5 Mar 2020 11:20:04 +0100
 Subject: [PATCH] tests: do not run test applications from .libs
@@ -23,6 +22,3 @@ index 652c90cc..1f817c50 100755
  
 -"${BT_TESTS_BUILDDIR}/lib/plugin" 
"${BT_TESTS_BUILDDIR}/lib/test-plugin-plugins/.libs"
 +"${BT_TESTS_BUILDDIR}/lib/plugin" 
"${BT_TESTS_BUILDDIR}/lib/test-plugin-plugins"
--- 
-2.25.1
-
diff --git a/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb 
b/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb
similarity index 98%
rename from meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb
rename to meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb
index 9a4007fb25..d6c75d7580 100644
--- a/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb
+++ b/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb
@@ -12,7 +12,7 @@ SRC_URI = 
"git://git.efficios.com/babeltrace.git;branch=stable-2.0;protocol=http
file://0001-tests-do-not-run-test-applications-from-.libs.patch \
file://0001-Make-manpages-multilib-identical.patch \
"
-SRCREV = "66e76d1ea601705928899138f02730a3a2a3153d"
+SRCREV = "0a6632f77801f3218a288604c646f8a39cb0d2c4"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P2(\.\d+)+)$"
 
 S = "${WORKDIR}/git"
-- 
2.42.0

packages/core2-64-poky-linux/babeltrace2/babeltrace2-dbg: PKGV changed from 
2.0.5 [default] to 2.0.6 [default]
packages/core2-64-poky-linux/babeltrace2/babeltrace2-dbg: PKGSIZE changed from 
8656160 to 8656824 (+0%)
packages/core2-64-poky-linux/babeltrace2/babeltrace2-dbg: PV changed from 
"2.0.5" to "2.0.6"
packages/core2-64-poky-linux/babeltrace2/babeltrace2-dev: PKGV changed from 
2.0.5 [default] to 2.0.6 [default]
packages/core2-64-poky-linux/babeltrace2/babeltrace2-dev: PKGSIZE changed from 
1185993 to 1186263 (+0%)
packages/core2-64-poky-linux/babeltrace2/babeltrace2-dev: PV changed from 
"2.0.5" to "2.0.6"
packages/core2-64-poky-linux/babeltrace2/babeltrace2-doc: PKGV changed from 
2.0.5 [default] to 2.0.6 [default]

[OE-core] [AUH] gtk-doc: upgrading to 1.34.0 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gtk-doc* to *1.34.0* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-gtk-doc-upgrade-1.33.2-1.34.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From a99a2d27d9e57d644b34577b78e6b81bea64829a Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 12:40:29 +
Subject: [PATCH] gtk-doc: upgrade 1.33.2 -> 1.34.0

---
 ...t-error-out-if-xsltproc-is-not-found.patch |  9 +++
 ...code-paths-to-perl-python-in-scripts.patch | 23 +-
 ...01-Don-t-use-docdir-from-environment.patch | 24 ---
 .../gtk-doc/files/conditionaltests.patch  | 14 ---
 .../gtk-doc/files/no-clobber.patch|  7 +++---
 .../gtk-doc/files/pkg-config-native.patch |  3 +--
 .../{gtk-doc_1.33.2.bb => gtk-doc_1.34.0.bb}  |  3 +--
 7 files changed, 24 insertions(+), 59 deletions(-)
 delete mode 100644 
meta/recipes-gnome/gtk-doc/files/0001-Don-t-use-docdir-from-environment.patch
 rename meta/recipes-gnome/gtk-doc/{gtk-doc_1.33.2.bb => gtk-doc_1.34.0.bb} 
(94%)

diff --git 
a/meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-xsltproc-is-not-found.patch
 
b/meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-xsltproc-is-not-found.patch
index 99ae4d4417..fe3311c845 100644
--- 
a/meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-xsltproc-is-not-found.patch
+++ 
b/meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-xsltproc-is-not-found.patch
@@ -1,4 +1,4 @@
-From 8b7fbbb405959f2868ad6eadd7dd00018758a8a5 Mon Sep 17 00:00:00 2001
+From f8cb120d5fbfb449dd9ee6c6266b0c19cbcfaab7 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin 
 Date: Wed, 7 Sep 2016 14:52:04 +0300
 Subject: [PATCH] Do not error out if xsltproc is not found.
@@ -14,10 +14,10 @@ Signed-off-by: Alexander Kanavin 
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index b0c88d7..2a61d6e 100644
+index 8725074..0491090 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -58,7 +58,7 @@ dnl Check for xsltproc
+@@ -37,7 +37,7 @@ dnl Check for xsltproc
  dnl
  AC_PATH_PROG([XSLTPROC], [xsltproc])
  if test -z "$XSLTPROC"; then
@@ -26,6 +26,3 @@ index b0c88d7..2a61d6e 100644
  fi
  
  dnl
--- 
-2.9.3
-
diff --git 
a/meta/recipes-gnome/gtk-doc/files/0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch
 
b/meta/recipes-gnome/gtk-doc/files/0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch
index 19e05f1b99..8380fd88df 100644
--- 
a/meta/recipes-gnome/gtk-doc/files/0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch
+++ 
b/meta/recipes-gnome/gtk-doc/files/0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch
@@ -1,4 +1,4 @@
-From 80e6aff72affa6d92f5abd7ff6353dfc4a7bff38 Mon Sep 17 00:00:00 2001
+From 084a1d8320938bbcd05cff67722376fe1feef5e5 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin 
 Date: Wed, 31 Aug 2016 16:44:46 +0300
 Subject: [PATCH] Do not hardocode paths to perl/python in scripts.
@@ -9,7 +9,6 @@ on targets either.
 
 Upstream-Status: Inappropriate [oe-core specific]
 Signed-off-by: Alexander Kanavin 
-
 ---
  gtkdoc-check.in| 2 +-
  gtkdoc-depscan.in  | 2 +-
@@ -25,7 +24,7 @@ Signed-off-by: Alexander Kanavin 
  11 files changed, 11 insertions(+), 11 deletions(-)
 
 diff --git a/gtkdoc-check.in b/gtkdoc-check.in
-index 8c8e917..f6a25f6 100755
+index d9e2ad5..9ec526d 100755
 --- a/gtkdoc-check.in
 +++ b/gtkdoc-check.in
 @@ -1,4 +1,4 @@
@@ -35,7 +34,7 @@ index 8c8e917..f6a25f6 100755
  #
  # gtk-doc - GTK DocBook documentation generator.
 diff --git a/gtkdoc-depscan.in b/gtkdoc-depscan.in
-index 9bfaf30..aadc952 100755
+index c43317c..200837c 100755
 --- a/gtkdoc-depscan.in
 +++ b/gtkdoc-depscan.in
 @@ -1,4 +1,4 @@
@@ -45,7 +44,7 @@ index 9bfaf30..aadc952 100755
  from __future__ import print_function
  
 diff --git a/gtkdoc-fixxref.in b/gtkdoc-fixxref.in
-index 44f6bd1..26fbd93 100755
+index f9c4905..ed2ead1 100755
 --- a/gtkdoc-fixxref.in
 +++ b/gtkdoc-fixxref.in
 @@ -1,4 +1,4 @@
@@ -55,7 +54,7 @@ index 44f6bd1..26fbd93 100755
  #
  # gtk-doc - GTK DocBook documentation generator.
 diff --git a/gtkdoc-mkdb.in b/gtkdoc-mkdb.in
-index 42d5731..3a56d56 100755
+index 641f3c4..35e95fb 100755
 --- 

[OE-core] [AUH] wget: upgrading to 1.24.5 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *wget* to *1.24.5* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-wget-upgrade-1.21.4-1.24.5.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 487ebe4f2061a554093cf5c41024f5ddf8da9a9b Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 11:34:57 +
Subject: [PATCH] wget: upgrade 1.21.4 -> 1.24.5

---
 .../wget/wget/0002-improve-reproducibility.patch | 9 +++--
 .../wget/{wget_1.21.4.bb => wget_1.24.5.bb}  | 2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)
 rename meta/recipes-extended/wget/{wget_1.21.4.bb => wget_1.24.5.bb} (60%)

diff --git a/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch 
b/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch
index 050fc2c7e1..18cfc8e14f 100644
--- a/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch
+++ b/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch
@@ -1,4 +1,4 @@
-From 7f1357529d23b356b45fbb0dd7388588162e4cb8 Mon Sep 17 00:00:00 2001
+From 2000dd8e455b60c4298b7c952ae387a59f382250 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia 
 Date: Wed, 10 Jan 2018 14:43:20 +0800
 Subject: [PATCH] src/Makefile.am: improve reproducibility
@@ -44,10 +44,10 @@ Signed-off-by: Joe Slater 
  1 file changed, 4 insertions(+)
 
 diff --git a/src/Makefile.am b/src/Makefile.am
-index 28c0be2..44084a3 100644
+index 18ec622..38d252d 100644
 --- a/src/Makefile.am
 +++ b/src/Makefile.am
-@@ -87,9 +87,13 @@ version.c:  $(wget_SOURCES) ../lib/libgnu.a
+@@ -108,9 +108,13 @@ version.c:  $(wget_SOURCES) ../lib/libgnu.a
echo '#include "version.h"' >> $@
echo 'const char *version_string = "@VERSION@";' >> $@
echo 'const char *compilation_string = "'$(COMPILE)'";' \
@@ -61,6 +61,3 @@ index 28c0be2..44084a3 100644
| $(ESCAPEQUOTE) >> $@
  
  css.c: $(srcdir)/css.l
--- 
-1.8.3.1
-
diff --git a/meta/recipes-extended/wget/wget_1.21.4.bb 
b/meta/recipes-extended/wget/wget_1.24.5.bb
similarity index 60%
rename from meta/recipes-extended/wget/wget_1.21.4.bb
rename to meta/recipes-extended/wget/wget_1.24.5.bb
index 1d31b0116d..64e6ee80af 100644
--- a/meta/recipes-extended/wget/wget_1.21.4.bb
+++ b/meta/recipes-extended/wget/wget_1.24.5.bb
@@ -2,6 +2,6 @@ SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
file://0002-improve-reproducibility.patch \
   "
 
-SRC_URI[sha256sum] = 
"81542f5cefb8faacc39bbbc6c82ded80e3e4a88505ae72ea51df27525bcde04c"
+SRC_URI[sha256sum] = 
"fa2dc35bab5184ecbc46a9ef83def23f4c9f3c97d4bd19dcb07d4da637de"
 
 require wget.inc
-- 
2.42.0

packages/core2-64-poky-linux/wget/wget-locale-da: PKGSIZE changed from 27130 to 
82782 (+205%)
packages/core2-64-poky-linux/wget/wget-locale-he: PKGSIZE changed from 7130 to 
8578 (+20%)
packages/core2-64-poky-linux/wget: SRC_URI changed from 
"https://ftp.gnu.org/gnu/wget/wget-1.21.4.tar.gz 
file://0002-improve-reproducibility.patch" to 
"https://ftp.gnu.org/gnu/wget/wget-1.24.5.tar.gz 
file://0002-improve-reproducibility.patch"
packages/core2-64-poky-linux/wget: PV changed from "1.21.4" to "1.24.5"
packages/core2-64-poky-linux/wget: PKGV changed from 1.21.4 [default] to 1.24.5 
[default]
packages/core2-64-poky-linux/wget/wget-dbg: PKGV changed from 1.21.4 [default] 
to 1.24.5 [default]
packages/core2-64-poky-linux/wget/wget-dbg: PKGSIZE changed from 1581736 to 
1586176 (+0%)
packages/core2-64-poky-linux/wget/wget-dbg: PV changed from "1.21.4" to "1.24.5"
packages/core2-64-poky-linux/wget/wget-dev: PKGV changed from 1.21.4 [default] 
to 1.24.5 [default]
packages/core2-64-poky-linux/wget/wget-dev: PV changed from "1.21.4" to "1.24.5"
packages/core2-64-poky-linux/wget/wget-doc: PKGV changed from 1.21.4 [default] 
to 1.24.5 [default]
packages/core2-64-poky-linux/wget/wget-doc: PKGSIZE changed from 233677 to 
232841 (-0%)
packages/core2-64-poky-linux/wget/wget-doc: PV changed from "1.21.4" to "1.24.5"
packages/core2-64-poky-linux/wget/wget-locale-af: PKGV changed from 1.21.4 
[default] to 1.24.5 [default]
packages/core2-64-poky-linux/wget/wget-locale-af: PKGSIZE changed from 726 to 
721 (-1%)
packages/core2-64-poky-linux/wget/wget-locale-af: PV changed from "1.21.4" to 

[OE-core] [AUH] mesa: upgrading to 24.0.4 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *mesa* to *24.0.4* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-mesa-upgrade-24.0.2-24.0.4.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From d957f1d84ec30c80a920ebe68151bf7d619662fc Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 13:12:55 +
Subject: [PATCH] mesa: upgrade 24.0.2 -> 24.0.4

---
 ...Revert-meson-do-not-pull-in-clc-for-clover.patch | 13 +
 .../files/0001-drisw-fix-build-without-dri3.patch   | 11 ---
 ...son-misdetects-64bit-atomics-on-mips-clang.patch |  2 +-
 ...d-check-for-all-linux-host_os-combinations.patch |  4 ++--
 ...xext-don-t-try-zink-if-not-enabled-in-mesa.patch |  9 +++--
 meta/recipes-graphics/mesa/mesa.inc |  2 +-
 .../mesa/{mesa_24.0.2.bb => mesa_24.0.4.bb} |  0
 7 files changed, 16 insertions(+), 25 deletions(-)
 rename meta/recipes-graphics/mesa/{mesa_24.0.2.bb => mesa_24.0.4.bb} (100%)

diff --git 
a/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch
 
b/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch
index f6d95c8982..b434232f98 100644
--- 
a/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch
+++ 
b/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch
@@ -1,4 +1,4 @@
-From fe4600de549549fbb3033fc1b37904ba6b3fe2af Mon Sep 17 00:00:00 2001
+From 3759a9dad05e5eb06e3e85c9f372ea93481e2cd2 Mon Sep 17 00:00:00 2001
 From: Markus Volk 
 Date: Fri, 8 Mar 2024 15:53:11 +0100
 Subject: [PATCH] Revert "meson: do not pull in clc for clover"
@@ -18,10 +18,10 @@ Signed-off-by: Markus Volk 
  2 files changed, 3 insertions(+), 2 deletions(-)
 
 diff --git a/meson.build b/meson.build
-index 25e92ea5f95..3956e19c08f 100644
+index 2db6185..741b5d1 100644
 --- a/meson.build
 +++ b/meson.build
-@@ -818,6 +818,7 @@ if _opencl != 'disabled'
+@@ -813,6 +813,7 @@ if _opencl != 'disabled'
  error('The Clover OpenCL state tracker requires rtti')
endif
  
@@ -29,7 +29,7 @@ index 25e92ea5f95..3956e19c08f 100644
with_gallium_opencl = true
with_opencl_icd = _opencl == 'icd'
  else
-@@ -842,7 +843,7 @@ if with_gallium_rusticl
+@@ -837,7 +838,7 @@ if with_gallium_rusticl
  endif
  
  dep_clc = null_dep
@@ -39,7 +39,7 @@ index 25e92ea5f95..3956e19c08f 100644
  endif
  
 diff --git a/src/compiler/meson.build b/src/compiler/meson.build
-index 8d73544c6d8..1dae56d1b2b 100644
+index 8d73544..1dae56d 100644
 --- a/src/compiler/meson.build
 +++ b/src/compiler/meson.build
 @@ -79,7 +79,7 @@ subdir('nir')
@@ -51,6 +51,3 @@ index 8d73544c6d8..1dae56d1b2b 100644
subdir('clc')
  endif
  if with_gallium
--- 
-2.44.0
-
diff --git 
a/meta/recipes-graphics/mesa/files/0001-drisw-fix-build-without-dri3.patch 
b/meta/recipes-graphics/mesa/files/0001-drisw-fix-build-without-dri3.patch
index ab16152090..c9919a2d49 100644
--- a/meta/recipes-graphics/mesa/files/0001-drisw-fix-build-without-dri3.patch
+++ b/meta/recipes-graphics/mesa/files/0001-drisw-fix-build-without-dri3.patch
@@ -1,7 +1,7 @@
-From 4bd15a419e892da843489c374c58c5b29c40b5d6 Mon Sep 17 00:00:00 2001
+From 0216f93960a03ea4a86908c64c5ce3a8f23e4b48 Mon Sep 17 00:00:00 2001
 From: Romain Naour 
 Date: Tue, 6 Feb 2024 09:47:09 +0100
-Subject: [PATCH 1/2] drisw: fix build without dri3
+Subject: [PATCH] drisw: fix build without dri3
 
 commit 1887368df41 ("glx/sw: check for modifier support in the kopper path")
 added dri3_priv.h header and dri3_check_multibuffer() function in drisw that
@@ -24,7 +24,7 @@ Signed-off-by: Khem Raj 
  1 file changed, 4 insertions(+)
 
 diff --git a/src/glx/drisw_glx.c b/src/glx/drisw_glx.c
-index 3d3f752..4b19e2d 100644
+index cbba547..6f07709 100644
 --- a/src/glx/drisw_glx.c
 +++ b/src/glx/drisw_glx.c
 @@ -32,7 +32,9 @@
@@ -45,7 +45,7 @@ index 3d3f752..4b19e2d 100644
 if (pdpyp->zink) {
bool err;
psc->has_multibuffer = dri3_check_multibuffer(priv->dpy, );
-@@ -1005,6 +1008,7 @@ driswCreateScreenDriver(int screen, struct glx_display 
*priv,
+@@ -1007,6 +1010,7 @@ driswCreateScreenDriver(int screen, struct glx_display 
*priv,
   goto handle_error;
}
 

[OE-core] [AUH] vulkan-samples: upgrading to e1277f46e0ddf6b59f11268a4e977ea43630c044 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *vulkan-samples* to 
*e1277f46e0ddf6b59f11268a4e977ea43630c044* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade vulkan-samples -S 
e1277f46e0ddf6b59f11268a4e977ea43630c044
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-d82af0c671ba88f600662186b1beaebd8693b063"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:d82af0c671ba88f600662186b1beaebd8693b063"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 10 Mirrors 0 Missed 0 Current 20 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Rebasing devtool onto e1277f46e0ddf6b59f11268a4e977ea43630c044
WARNING: Command 'git rebase e1277f46e0ddf6b59f11268a4e977ea43630c044' failed:
Failed to merge submodule third_party/spdlog
CONFLICT (submodule): Merge conflict in third_party/spdlog
Recursive merging with submodules currently only supports trivial cases.
Please manually handle the merging of each conflicted submodule.
This can be accomplished with the following steps:
 - go to submodule (third_party/spdlog), and either merge commit e7f3616a
   or update to an existing commit which has merged those changes
 - come back to superproject and run:

  git add third_party/spdlog

   to record the above merge or update
 - resolve any other conflicts in the superproject
 - commit the resulting index in the superproject

You will need to resolve conflicts in order to complete the upgrade.
ERROR: Execution of 'git rev-list 
devtool-base..ee839b65f277ecaf26e4d3fd9877d9f37ced17d2' failed with exit code 
128:
fatal: Invalid revision range 
devtool-base..ee839b65f277ecaf26e4d3fd9877d9f37ced17d2



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197786): 
https://lists.openembedded.org/g/openembedded-core/message/197786
Mute This Topic: https://lists.openembedded.org/mt/105271707/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] shaderc: upgrading to 2024.0 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *shaderc* to *2024.0* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-shaderc-upgrade-2023.8-2024.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 9c6e8c44b664e2a55b49bee3175931682767bf49 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 13:48:12 +
Subject: [PATCH] shaderc: upgrade 2023.8 -> 2024.0

---
 ...make-disable-building-external-dependencies.patch | 12 ++--
 ...aderc_util-fix-glslang-header-file-location.patch |  2 +-
 .../shaderc/{shaderc_2023.8.bb => shaderc_2024.0.bb} |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
 rename meta/recipes-graphics/shaderc/{shaderc_2023.8.bb => shaderc_2024.0.bb} 
(95%)

diff --git 
a/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch
 
b/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch
index 4212512034..e25e932f2c 100644
--- 
a/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch
+++ 
b/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch
@@ -1,4 +1,4 @@
-From 792a46ef27ef879a21c9f01a198eae213ea535e6 Mon Sep 17 00:00:00 2001
+From eb07b218680e64d98b6bc932fa0dd13865317db6 Mon Sep 17 00:00:00 2001
 From: Jose Quaresma 
 Date: Sat, 13 Feb 2021 00:45:56 +
 Subject: [PATCH] cmake: disable building external dependencies
@@ -15,7 +15,7 @@ Signed-off-by: Jose Quaresma 
  2 files changed, 25 insertions(+), 10 deletions(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 7bc8f5d..13fc535 100644
+index ffcb54b..cce715e 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -62,6 +62,7 @@ else()
@@ -26,7 +26,7 @@ index 7bc8f5d..13fc535 100644
  
  set (CMAKE_CXX_STANDARD 17)
  
-@@ -123,8 +124,14 @@ endif(MSVC)
+@@ -119,8 +120,14 @@ endif(MSVC)
  
  
  # Configure subdirectories.
@@ -43,9 +43,9 @@ index 7bc8f5d..13fc535 100644
  
  add_subdirectory(libshaderc_util)
  add_subdirectory(libshaderc)
-@@ -136,7 +143,7 @@ endif()
+@@ -132,7 +139,7 @@ endif()
  add_custom_target(build-version
-   ${PYTHON_EXECUTABLE}
+   ${Python_EXECUTABLE}
${CMAKE_CURRENT_SOURCE_DIR}/utils/update_build_version.py
 -  ${shaderc_SOURCE_DIR} ${spirv-tools_SOURCE_DIR} ${glslang_SOURCE_DIR} 
${CMAKE_CURRENT_BINARY_DIR}/build-version.inc
 +  ${CMAKE_CURRENT_BINARY_DIR}/build-version.inc ${shaderc_SOURCE_DIR} 
${spirv-tools_SOURCE_DIR} ${glslang_SOURCE_DIR}
@@ -53,7 +53,7 @@ index 7bc8f5d..13fc535 100644
  
  function(define_pkg_config_file NAME LIBS)
 diff --git a/utils/update_build_version.py b/utils/update_build_version.py
-index 11ee53e..d39e59d 100755
+index b7ce5b8..95b34c5 100755
 --- a/utils/update_build_version.py
 +++ b/utils/update_build_version.py
 @@ -30,6 +30,7 @@ import re
diff --git 
a/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch
 
b/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch
index 39f982b7f3..96dcc26891 100644
--- 
a/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch
+++ 
b/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch
@@ -1,4 +1,4 @@
-From ec2442940e1d5338971861bb81537bae3a6c19e2 Mon Sep 17 00:00:00 2001
+From 8a4cb2acdea4686c40345a909bfd33bf326a0d75 Mon Sep 17 00:00:00 2001
 From: Jose Quaresma 
 Date: Sat, 13 Feb 2021 00:45:56 +
 Subject: [PATCH] libshaderc_util: fix glslang header file location
diff --git a/meta/recipes-graphics/shaderc/shaderc_2023.8.bb 
b/meta/recipes-graphics/shaderc/shaderc_2024.0.bb
similarity index 95%
rename from meta/recipes-graphics/shaderc/shaderc_2023.8.bb
rename to meta/recipes-graphics/shaderc/shaderc_2024.0.bb
index bc7afbdf5e..9975c608ac 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2023.8.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2024.0.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRCREV = "f8a25c591bf5edbb462ca4aea99dcc666f096d13"
+SRCREV = "9f56ca620c07d6c4d119c65c1c1f3f1c584c9985"
 

[OE-core] [AUH] libva: upgrading to 2.21.0 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libva* to *2.21.0* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-libva-upgrade-2.20.0-2.21.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From c4415a11203e7a01dc4c1d00587c07dd37e2d882 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 13:04:22 +
Subject: [PATCH] libva: upgrade 2.20.0 -> 2.21.0

---
 meta/recipes-graphics/libva/libva.inc   | 2 +-
 .../recipes-graphics/libva/{libva_2.20.0.bb => libva_2.21.0.bb} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/libva/{libva_2.20.0.bb => libva_2.21.0.bb} (100%)

diff --git a/meta/recipes-graphics/libva/libva.inc 
b/meta/recipes-graphics/libva/libva.inc
index 486291bced..af40d8cbba 100644
--- a/meta/recipes-graphics/libva/libva.inc
+++ b/meta/recipes-graphics/libva/libva.inc
@@ -18,7 +18,7 @@ LICENSE = "MIT"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/libva-${PV}.tar.bz2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
-SRC_URI[sha256sum] = 
"f72bdb4f48dfe71ad01f1cbefe069672a2c949a6abd51cf3c4d4784210badc49"
+SRC_URI[sha256sum] = 
"9dc1a84373b656434e6a8f3ac7522bc1c959cc3434aea89d2c02092986d87016"
 
 S = "${WORKDIR}/libva-${PV}"
 
diff --git a/meta/recipes-graphics/libva/libva_2.20.0.bb 
b/meta/recipes-graphics/libva/libva_2.21.0.bb
similarity index 100%
rename from meta/recipes-graphics/libva/libva_2.20.0.bb
rename to meta/recipes-graphics/libva/libva_2.21.0.bb
-- 
2.42.0



0001-libva-upgrade-2.20.0-2.21.0.patch
Description: Binary data
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1877 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb files complete (919 cached, 2 parsed). 1874 targets, 35 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-64 sysroot...done.
Removing 1 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-e47e1434e618338ebf4629dfa705552951ff6802"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:e47e1434e618338ebf4629dfa705552951ff6802"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 264 Local 252 Mirrors 0 Missed 12 Current 441 (95% 
match, 98% complete)
done.
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 1711 of 2002 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-graphics/libva/libva_2.21.0.bb:do_recipe_qa)
NOTE: Running task 1882 of 2002 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-graphics/libva/libva_2.21.0.bb:do_write_config)
NOTE: recipe libva-2.21.0-r0: task do_recipe_qa: Started
NOTE: recipe libva-2.21.0-r0: task do_write_config: Started
NOTE: recipe libva-2.21.0-r0: task do_write_config: Succeeded
NOTE: recipe libva-2.21.0-r0: task do_recipe_qa: Succeeded
NOTE: Running task 1983 of 2002 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-graphics/libva/libva_2.21.0.bb:do_fetch)
NOTE: recipe libva-2.21.0-r0: task do_fetch: Started
NOTE: recipe libva-2.21.0-r0: task do_fetch: Succeeded
NOTE: Running task 1984 of 2002 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-graphics/libva/libva_2.21.0.bb:do_unpack)
NOTE: Running task 1985 of 2002 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-graphics/libva/libva_2.21.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe libva-2.21.0-r0: task do_unpack: Started
NOTE: recipe libva-2.21.0-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe libva-2.21.0-r0: task do_unpack: Succeeded
NOTE: Running task 1986 of 2002 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-graphics/libva/libva_2.21.0.bb:do_patch)
NOTE: Running task 1987 of 2002 

[OE-core] [AUH] mkfontscale: upgrading to 1.2.3 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *mkfontscale* to *1.2.3* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-mkfontscale-upgrade-1.2.2-1.2.3.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From a19573b97e355ef14f6406941f3554df4998fd78 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 14:31:59 +
Subject: [PATCH] mkfontscale: upgrade 1.2.2 -> 1.2.3

---
 ...ontscale_1.2.2.bb => mkfontscale_1.2.3.bb} | 26 +--
 1 file changed, 24 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-app/{mkfontscale_1.2.2.bb => 
mkfontscale_1.2.3.bb} (38%)

diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb 
b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb
similarity index 38%
rename from meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb
rename to meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb
index cd658ab219..4addbd2f46 100644
--- a/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb
+++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb
@@ -1,3 +1,25 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- COPYING
+# +++ COPYING
+# @@ -18,7 +18,7 @@
+#  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+#  THE SOFTWARE.
+#  
+# -Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+# +Copyright (c) 2008, Oracle and/or its affiliates.
+#  
+#  Permission is hereby granted, free of charge, to any person obtaining a
+#  copy of this software and associated documentation files (the "Software"),
+# 
+#
+
 require xorg-app-common.inc
 
 SUMMARY = "A program to create an index of scalable font files for X"
@@ -15,7 +37,7 @@ RPROVIDES:${PN} += "mkfontdir"
 
 BBCLASSEXTEND = "native"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=99b1e1269aba5179139b9e4380fc0934"
+LIC_FILES_CHKSUM = "file://COPYING;md5=5a60c596d1b5f3dee9f005b703b3180d"
 
 SRC_URI_EXT = "xz"
-SRC_URI[sha256sum] = 
"8ae3fb5b1fe7436e1f565060acaa3e2918fe745b0e4979b5593968914fe2d5c4"
+SRC_URI[sha256sum] = 
"2921cdc344f1acee04bcd6ea1e29565c1308263006e134a9ee38cf9c9d6fe75e"
-- 
2.42.0

packages/core2-64-poky-linux/mkfontscale: SRC_URI changed from 
"https://www.x.org/releases//individual/app/mkfontscale-1.2.2.tar.xz; to 
"https://www.x.org/releases//individual/app/mkfontscale-1.2.3.tar.xz;
packages/core2-64-poky-linux/mkfontscale: PKGV changed from 1.2.2 [default] to 
1.2.3 [default]
packages/core2-64-poky-linux/mkfontscale: PV changed from "1.2.2" to "1.2.3"
packages/core2-64-poky-linux/mkfontscale/mkfontscale-dbg: PKGSIZE changed from 
92896 to 95528 (+3%)
packages/core2-64-poky-linux/mkfontscale/mkfontscale-dbg: PKGV changed from 
1.2.2 [default] to 1.2.3 [default]
packages/core2-64-poky-linux/mkfontscale/mkfontscale-dbg: PV changed from 
"1.2.2" to "1.2.3"
packages/core2-64-poky-linux/mkfontscale/mkfontscale-dev: PKGV changed from 
1.2.2 [default] to 1.2.3 [default]
packages/core2-64-poky-linux/mkfontscale/mkfontscale-dev: PV changed from 
"1.2.2" to "1.2.3"
packages/core2-64-poky-linux/mkfontscale/mkfontscale-doc: PKGV changed from 
1.2.2 [default] to 1.2.3 [default]
packages/core2-64-poky-linux/mkfontscale/mkfontscale-doc: PV changed from 
"1.2.2" to "1.2.3"
packages/core2-64-poky-linux/mkfontscale/mkfontscale-locale: PKGV changed from 
1.2.2 [default] to 1.2.3 [default]
packages/core2-64-poky-linux/mkfontscale/mkfontscale-locale: PV changed from 
"1.2.2" to "1.2.3"
packages/core2-64-poky-linux/mkfontscale/mkfontscale-src: PKGSIZE changed from 
72554 to 74994 (+3%)
packages/core2-64-poky-linux/mkfontscale/mkfontscale-src: PKGV changed from 
1.2.2 [default] to 1.2.3 [default]
packages/core2-64-poky-linux/mkfontscale/mkfontscale-src: PV changed from 
"1.2.2" to "1.2.3"
packages/core2-64-poky-linux/mkfontscale/mkfontscale-staticdev: PKGV changed 
from 1.2.2 [default] to 1.2.3 [default]
packages/core2-64-poky-linux/mkfontscale/mkfontscale-staticdev: PV changed from 
"1.2.2" 

[OE-core] [AUH] libpam: upgrading to 1.6.0 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libpam* to *1.6.0* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe libpam failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1876 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-f67c9062505771e4ecd9b0604d44b427f1943332"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:f67c9062505771e4ecd9b0604d44b427f1943332"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 11 Local 11 Mirrors 0 Missed 0 Current 22 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Loading cache...done.
Loaded 1876 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-f67c9062505771e4ecd9b0604d44b427f1943332"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:f67c9062505771e4ecd9b0604d44b427f1943332"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 9 Mirrors 0 Missed 1 Current 18 (90% match, 96% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  21% |### | ETA:  0:00:00
Adding changed files:  42% |### | ETA:  0:00:00
Adding changed files:  64% |### | ETA:  0:00:00
Adding changed files:  85% |##  | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00
INFO: Extracting current version source...
INFO: Adding local source files to srctree...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://github.com/linux-pam/linux-pam/releases/download/v1.6.0/Linux-PAM-1.6.0.tar.xz...
INFO: Rebasing devtool onto e78f62002419318cb444e12fcd79959de7830dc6
WARNING: Command 'git rebase e78f62002419318cb444e12fcd79959de7830dc6' failed:
Auto-merging examples/tty_conv.c
CONFLICT (content): Merge conflict in examples/tty_conv.c

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/workspace/sources/libpam
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/workspace/recipes/libpam/libpam_1.6.0.bb



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197775): 
https://lists.openembedded.org/g/openembedded-core/message/197775
Mute This Topic: https://lists.openembedded.org/mt/105271696/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] librsvg: upgrading to 2.58.0 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *librsvg* to *2.58.0* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-librsvg-upgrade-2.57.1-2.58.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From b80d4410569513f0afbe4a8fbd756254d37dba66 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 12:42:50 +
Subject: [PATCH] librsvg: upgrade 2.57.1 -> 2.58.0

---
 meta/recipes-gnome/librsvg/librsvg-crates.inc | 270 --
 ...-rust-target-to-cargo-also-when-not-.patch |  10 +-
 .../{librsvg_2.57.1.bb => librsvg_2.58.0.bb}  |   2 +-
 3 files changed, 6 insertions(+), 276 deletions(-)
 rename meta/recipes-gnome/librsvg/{librsvg_2.57.1.bb => librsvg_2.58.0.bb} 
(96%)

diff --git a/meta/recipes-gnome/librsvg/librsvg-crates.inc 
b/meta/recipes-gnome/librsvg/librsvg-crates.inc
index 94eba30948..3735cb007d 100644
--- a/meta/recipes-gnome/librsvg/librsvg-crates.inc
+++ b/meta/recipes-gnome/librsvg/librsvg-crates.inc
@@ -274,273 +274,3 @@ SRC_URI += " \
 crate://crates.io/yeslogic-fontconfig-sys/4.0.1 \
 "
 
-SRC_URI[adler-1.0.2.sha256sum] = 
"f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
-SRC_URI[aho-corasick-1.1.2.sha256sum] = 
"b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
-SRC_URI[android-tzdata-0.1.1.sha256sum] = 
"e41b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
-SRC_URI[android_system_properties-0.1.5.sha256sum] = 
"819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
-SRC_URI[anes-0.1.6.sha256sum] = 
"4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
-SRC_URI[anstream-0.6.5.sha256sum] = 
"d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6"
-SRC_URI[anstyle-1.0.4.sha256sum] = 
"7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
-SRC_URI[anstyle-parse-0.2.3.sha256sum] = 
"c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
-SRC_URI[anstyle-query-1.0.2.sha256sum] = 
"e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
-SRC_URI[anstyle-wincon-3.0.2.sha256sum] = 
"1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
-SRC_URI[anyhow-1.0.75.sha256sum] = 
"a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
-SRC_URI[approx-0.5.1.sha256sum] = 
"cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
-SRC_URI[assert_cmd-2.0.12.sha256sum] = 
"88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6"
-SRC_URI[autocfg-1.1.0.sha256sum] = 
"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
-SRC_URI[bit-set-0.5.3.sha256sum] = 
"0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
-SRC_URI[bit-vec-0.6.3.sha256sum] = 
"349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
-SRC_URI[bitflags-1.3.2.sha256sum] = 
"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
-SRC_URI[bitflags-2.4.1.sha256sum] = 
"327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
-SRC_URI[block-0.1.6.sha256sum] = 
"0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
-SRC_URI[bstr-1.8.0.sha256sum] = 
"542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c"
-SRC_URI[bumpalo-3.14.0.sha256sum] = 
"7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
-SRC_URI[bytemuck-1.14.0.sha256sum] = 
"374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
-SRC_URI[byteorder-1.5.0.sha256sum] = 
"1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
-SRC_URI[cairo-rs-0.18.3.sha256sum] = 
"f33613627f0dea6a731b0605101fad59ba4f193a52c96c4687728d822605a8a1"
-SRC_URI[cairo-sys-rs-0.18.2.sha256sum] = 
"685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
-SRC_URI[cast-0.3.0.sha256sum] = 
"37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
-SRC_URI[cc-1.0.83.sha256sum] = 
"f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
-SRC_URI[cfg-expr-0.15.5.sha256sum] = 
"03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3"
-SRC_URI[cfg-if-1.0.0.sha256sum] = 
"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
-SRC_URI[chrono-0.4.31.sha256sum] = 

[OE-core] [AUH] stress-ng: upgrading to 0.17.06 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *stress-ng* to *0.17.06* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-stress-ng-upgrade-0.17.05-0.17.06.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 1ab350f27ccb894262368417678ee1c8c74d85d4 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 11:27:22 +
Subject: [PATCH] stress-ng: upgrade 0.17.05 -> 0.17.06

---
 .../stress-ng/{stress-ng_0.17.05.bb => stress-ng_0.17.06.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/stress-ng/{stress-ng_0.17.05.bb => 
stress-ng_0.17.06.bb} (94%)

diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.17.05.bb 
b/meta/recipes-extended/stress-ng/stress-ng_0.17.06.bb
similarity index 94%
rename from meta/recipes-extended/stress-ng/stress-ng_0.17.05.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.17.06.bb
index d4a427f89d..a52b70d22f 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.17.05.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.17.06.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 = "4e68895f4fe68863b360ab4a6a57e2dfcff85d60"
+SRCREV = "e6bda983cb48a201b6af173204372c7b37d6411f"
 S = "${WORKDIR}/git"
 
 DEPENDS = "coreutils-native libbsd"
-- 
2.42.0



0001-stress-ng-upgrade-0.17.05-0.17.06.patch
Description: Binary data
packages/core2-64-poky-linux/stress-ng/stress-ng-dbg: PKGSIZE changed from 
18752968 to 16437096 (-12%)
packages/core2-64-poky-linux/stress-ng/stress-ng: PKGSIZE changed from 9767156 
to 6920908 (-29%)
packages/core2-64-poky-linux/stress-ng: PKGV changed from 0.17.05 [default] to 
0.17.06 [default]
packages/core2-64-poky-linux/stress-ng: PV changed from "0.17.05" to "0.17.06"
packages/core2-64-poky-linux/stress-ng/stress-ng-bash-completion: PKGV changed 
from 0.17.05 [default] to 0.17.06 [default]
packages/core2-64-poky-linux/stress-ng/stress-ng-bash-completion: PV changed 
from "0.17.05" to "0.17.06"
packages/core2-64-poky-linux/stress-ng/stress-ng-dbg: PKGSIZE changed from 
18752968 to 16437096 (-12%)
packages/core2-64-poky-linux/stress-ng/stress-ng-dbg: PKGV changed from 0.17.05 
[default] to 0.17.06 [default]
packages/core2-64-poky-linux/stress-ng/stress-ng-dbg: PV changed from "0.17.05" 
to "0.17.06"
packages/core2-64-poky-linux/stress-ng/stress-ng-dev: PKGV changed from 0.17.05 
[default] to 0.17.06 [default]
packages/core2-64-poky-linux/stress-ng/stress-ng-dev: PV changed from "0.17.05" 
to "0.17.06"
packages/core2-64-poky-linux/stress-ng/stress-ng-doc: PKGSIZE changed from 
83159 to 84196 (+1%)
packages/core2-64-poky-linux/stress-ng/stress-ng-doc: PKGV changed from 0.17.05 
[default] to 0.17.06 [default]
packages/core2-64-poky-linux/stress-ng/stress-ng-doc: PV changed from "0.17.05" 
to "0.17.06"
packages/core2-64-poky-linux/stress-ng/stress-ng-locale: PKGV changed from 
0.17.05 [default] to 0.17.06 [default]
packages/core2-64-poky-linux/stress-ng/stress-ng-locale: PV changed from 
"0.17.05" to "0.17.06"
packages/core2-64-poky-linux/stress-ng/stress-ng-src: PKGSIZE changed from 
5209668 to 5249563 (+1%)
packages/core2-64-poky-linux/stress-ng/stress-ng-src: PKGV changed from 0.17.05 
[default] to 0.17.06 [default]
packages/core2-64-poky-linux/stress-ng/stress-ng-src: FILELIST: removed 
"/usr/src/debug/stress-ng/0.17.05/stress-yield.c 
/usr/src/debug/stress-ng/0.17.05/stress-kvm.c 
/usr/src/debug/stress-ng/0.17.05/core-bitops.h 
/usr/src/debug/stress-ng/0.17.05/stress-munmap.c 
/usr/src/debug/stress-ng/0.17.05/stress-resched.c 
/usr/src/debug/stress-ng/0.17.05/stress-access.c 
/usr/src/debug/stress-ng/0.17.05/stress-flock.c 
/usr/src/debug/stress-ng/0.17.05/stress-mmapfixed.c 
/usr/src/debug/stress-ng/0.17.05/stress-tsc.c 
/usr/src/debug/stress-ng/0.17.05/stress-unshare.c 
/usr/src/debug/stress-ng/0.17.05/stress-rawpkt.c 
/usr/src/debug/stress-ng/0.17.05/stress-seal.c 
/usr/src/debug/stress-ng/0.17.05/stress-exec.c 
/usr/src/debug/stress-ng/0.17.05/stress-mmapaddr.c 
/usr/src/debug/stress-ng/0.17.05/stress-mmapfork.c 
/usr/src/debug/stress-ng/0.17.05/stress-mmaphuge.c 

[OE-core] [AUH] rust: upgrading to 1.77.1 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *rust* to *1.77.1* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe rust failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1878 entries from dependency cache.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-dc795b047d85f97dc20b096b8091940b00083fa3"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:dc795b047d85f97dc20b096b8091940b00083fa3"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 11 Local 11 Mirrors 0 Missed 0 Current 22 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Loading cache...done.
Loaded 1878 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-dc795b047d85f97dc20b096b8091940b00083fa3"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:dc795b047d85f97dc20b096b8091940b00083fa3"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 9 Mirrors 0 Missed 1 Current 18 (90% match, 96% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% || ETA:  0:04:02
Adding changed files:   0% || ETA:  0:02:59
Adding changed files:   0% || ETA:  0:02:40
Adding changed files:   1% || ETA:  0:02:30
Adding changed files:   1% || ETA:  0:02:20
Adding changed files:   1% || ETA:  0:02:15
Adding changed files:   2% || ETA:  0:02:10
Adding changed files:   2% || ETA:  0:02:08
Adding changed files:   2% |#   | ETA:  0:02:05
Adding changed files:   3% |#   | ETA:  0:02:03
Adding changed files:   3% |#   | ETA:  0:02:02
Adding changed files:   3% |#   | ETA:  0:02:00
Adding changed files:   4% |#   | ETA:  0:01:59
Adding changed files:   4% |#   | ETA:  0:01:58
Adding changed files:   4% |#   | ETA:  0:01:57
Adding changed files:   5% |#   | ETA:  0:01:56
Adding changed files:   5% |#   | ETA:  0:01:55
Adding changed files:   5% |##  | ETA:  0:01:54
Adding changed files:   5% |##  | ETA:  0:01:54
Adding changed files:   6% |##  | ETA:  0:01:53
Adding changed files:   6% |##  | ETA:  0:01:52
Adding changed files:   6% |##  | ETA:  0:01:51
Adding changed files:   7% |##  | ETA:  0:01:51
Adding changed files:   7% |##  | ETA:  0:01:50
Adding changed files:   7% |##  | ETA:  0:01:50
Adding changed files:   8% |##  | ETA:  0:01:50
Adding changed files:   8% |### | ETA:  0:01:50
Adding changed files:   8% |### | ETA:  

[OE-core] [AUH] vulkan-headers: upgrading to 1.3.280.0 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *vulkan-headers* to 
*1.3.280.0* has Succeeded.

Next steps:
- apply the patch: git am 
0001-vulkan-headers-upgrade-1.3.275.0-1.3.280.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From b9c14e062d91eae96aaccc7044d6e8b9bd07c6d4 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 13:56:18 +
Subject: [PATCH] vulkan-headers: upgrade 1.3.275.0 -> 1.3.280.0

---
 ...{vulkan-headers_1.3.275.0.bb => vulkan-headers_1.3.280.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/vulkan/{vulkan-headers_1.3.275.0.bb => 
vulkan-headers_1.3.280.0.bb} (95%)

diff --git a/meta/recipes-graphics/vulkan/vulkan-headers_1.3.275.0.bb 
b/meta/recipes-graphics/vulkan/vulkan-headers_1.3.280.0.bb
similarity index 95%
rename from meta/recipes-graphics/vulkan/vulkan-headers_1.3.275.0.bb
rename to meta/recipes-graphics/vulkan/vulkan-headers_1.3.280.0.bb
index aacec8cab1..371cc7304d 100644
--- a/meta/recipes-graphics/vulkan/vulkan-headers_1.3.275.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.3.280.0.bb
@@ -11,7 +11,7 @@ LICENSE = "Apache-2.0 & MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=1bc355d8c4196f774c8b87ed1a8dd625"
 SRC_URI = 
"git://github.com/KhronosGroup/Vulkan-Headers.git;branch=main;protocol=https"
 
-SRCREV = "217e93c664ec6704ec2d8c36fa116c1a4a1e2d40"
+SRCREV = "577baa05033cf1d9236b3d078ca4b3269ed87a2b"
 
 S = "${WORKDIR}/git"
 
-- 
2.42.0

Changes to packages/core2-64-poky-linux/vulkan-headers (sysroot):
  /usr/share/vulkan/registry/vk.xml changed permissions from rw-r--r-- to 
rwxr-xr-x
  /usr/include/vk_video/vulkan_video_codec_av1std_decode.h was added
  /usr/include/vk_video/vulkan_video_codec_av1std.h was added
  /usr/share/vulkan/registry/profiles/VP_KHR_roadmap.json was added
  /usr/share/vulkan/registry/profiles/VP_KHR_roadmap_2022.json was removed
packages/core2-64-poky-linux/vulkan-headers/vulkan-headers-dev: FILELIST: added 
"/usr/include/vk_video/vulkan_video_codec_av1std_decode.h 
/usr/include/vk_video/vulkan_video_codec_av1std.h"
packages/core2-64-poky-linux/vulkan-headers/vulkan-headers: FILELIST: removed 
"/usr/share/vulkan/registry/profiles/VP_KHR_roadmap_2022.json", added 
"/usr/share/vulkan/registry/profiles/VP_KHR_roadmap.json"


0001-vulkan-headers-upgrade-1.3.275.0-1.3.280.0.patch
Description: Binary data
packages/core2-64-poky-linux/vulkan-headers: PKGV changed from 1.3.275.0 
[default] to 1.3.280.0 [default]
packages/core2-64-poky-linux/vulkan-headers: PV changed from "1.3.275.0" to 
"1.3.280.0"
Changes to packages/core2-64-poky-linux/vulkan-headers (sysroot):
  /usr/share/vulkan/registry/vk.xml changed permissions from rw-r--r-- to 
rwxr-xr-x
  /usr/include/vk_video/vulkan_video_codec_av1std_decode.h was added
  /usr/include/vk_video/vulkan_video_codec_av1std.h was added
  /usr/share/vulkan/registry/profiles/VP_KHR_roadmap.json was added
  /usr/share/vulkan/registry/profiles/VP_KHR_roadmap_2022.json was removed
packages/core2-64-poky-linux/vulkan-headers/vulkan-headers-dbg: PKGV changed 
from 1.3.275.0 [default] to 1.3.280.0 [default]
packages/core2-64-poky-linux/vulkan-headers/vulkan-headers-dbg: PV changed from 
"1.3.275.0" to "1.3.280.0"
packages/core2-64-poky-linux/vulkan-headers/vulkan-headers-dev: PKGV changed 
from 1.3.275.0 [default] to 1.3.280.0 [default]
packages/core2-64-poky-linux/vulkan-headers/vulkan-headers-dev: PKGSIZE changed 
from 14407772 to 14852697 (+3%)
packages/core2-64-poky-linux/vulkan-headers/vulkan-headers-dev: FILELIST: added 
"/usr/include/vk_video/vulkan_video_codec_av1std.h 
/usr/include/vk_video/vulkan_video_codec_av1std_decode.h"
packages/core2-64-poky-linux/vulkan-headers/vulkan-headers-dev: PV changed from 
"1.3.275.0" to "1.3.280.0"
packages/core2-64-poky-linux/vulkan-headers/vulkan-headers-doc: PKGV changed 
from 1.3.275.0 [default] to 1.3.280.0 [default]
packages/core2-64-poky-linux/vulkan-headers/vulkan-headers-doc: PV changed from 
"1.3.275.0" to "1.3.280.0"
packages/core2-64-poky-linux/vulkan-headers/vulkan-headers-locale: PKGV changed 
from 1.3.275.0 [default] to 1.3.280.0 [default]
packages/core2-64-poky-linux/vulkan-headers/vulkan-headers-locale: PV changed 
from "1.3.275.0" to 

[OE-core] [AUH] rpm: upgrading to 4.19.1.1 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *rpm* to *4.19.1.1* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe rpm failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-dc795b047d85f97dc20b096b8091940b00083fa3"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:dc795b047d85f97dc20b096b8091940b00083fa3"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 10 Mirrors 0 Missed 0 Current 20 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Rebasing devtool onto 13b4521341781293c41ac898aa9c2d2f6bc1f21d
WARNING: Command 'git rebase 13b4521341781293c41ac898aa9c2d2f6bc1f21d' failed:
Auto-merging docs/CMakeLists.txt
CONFLICT (content): Merge conflict in docs/CMakeLists.txt

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/workspace/sources/rpm
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/workspace/recipes/rpm/rpm_4.19.1.1.bb



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197766): 
https://lists.openembedded.org/g/openembedded-core/message/197766
Mute This Topic: https://lists.openembedded.org/mt/105271687/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] wayland-protocols: upgrading to 1.34 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *wayland-protocols* to *1.34* 
has Succeeded.

Next steps:
- apply the patch: git am 0001-wayland-protocols-upgrade-1.33-1.34.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From b49716d848ed06f077dd63ab17ed12c7c0f5d7ff Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 14:28:13 +
Subject: [PATCH] wayland-protocols: upgrade 1.33 -> 1.34

---
 .../{wayland-protocols_1.33.bb => wayland-protocols_1.34.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/wayland/{wayland-protocols_1.33.bb => 
wayland-protocols_1.34.bb} (91%)

diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.33.bb 
b/meta/recipes-graphics/wayland/wayland-protocols_1.34.bb
similarity index 91%
rename from meta/recipes-graphics/wayland/wayland-protocols_1.33.bb
rename to meta/recipes-graphics/wayland/wayland-protocols_1.34.bb
index 074ea3663a..8c12985714 100644
--- a/meta/recipes-graphics/wayland/wayland-protocols_1.33.bb
+++ b/meta/recipes-graphics/wayland/wayland-protocols_1.34.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \
 
file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53"
 
 SRC_URI = 
"https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PV}/downloads/wayland-protocols-${PV}.tar.xz;
-SRC_URI[sha256sum] = 
"94f0c50b090d6e61a03f62048467b19abbe851be4e11ae7b36f65f8b98c3963a"
+SRC_URI[sha256sum] = 
"c59b27cacd85f60baf4ee5f80df5c0d15760ead6a2432b00ab7e2e0574dcafeb"
 
 UPSTREAM_CHECK_URI = 
"https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tags;
 
-- 
2.42.0

Changes to packages/all-poky-linux/wayland-protocols (sysroot):
  /usr/share/wayland-protocols/staging/linux-drm-syncobj was added
  
/usr/share/wayland-protocols/staging/linux-drm-syncobj/linux-drm-syncobj-v1.xml 
was added
  /usr/share/wayland-protocols/staging/xdg-dialog was added
  /usr/share/wayland-protocols/staging/xdg-dialog/xdg-dialog-v1.xml was added
  /usr/share/wayland-protocols/staging/xdg-toplevel-drag was added
  
/usr/share/wayland-protocols/staging/xdg-toplevel-drag/xdg-toplevel-drag-v1.xml 
was added
packages/all-poky-linux/wayland-protocols/wayland-protocols: FILELIST: added 
"/usr/share/wayland-protocols/staging/xdg-dialog/xdg-dialog-v1.xml 
/usr/share/wayland-protocols/staging/linux-drm-syncobj/linux-drm-syncobj-v1.xml 
/usr/share/wayland-protocols/staging/xdg-toplevel-drag/xdg-toplevel-drag-v1.xml"


0001-wayland-protocols-upgrade-1.33-1.34.patch
Description: Binary data
packages/all-poky-linux/wayland-protocols: SRC_URI changed from 
"https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.33/downloads/wayland-protocols-1.33.tar.xz;
 to 
"https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.34/downloads/wayland-protocols-1.34.tar.xz;
packages/all-poky-linux/wayland-protocols: PV changed from "1.33" to "1.34"
packages/all-poky-linux/wayland-protocols: PKGV changed from 1.33 [default] to 
1.34 [default]
Changes to packages/all-poky-linux/wayland-protocols (sysroot):
  /usr/share/wayland-protocols/staging/linux-drm-syncobj was added
  
/usr/share/wayland-protocols/staging/linux-drm-syncobj/linux-drm-syncobj-v1.xml 
was added
  /usr/share/wayland-protocols/staging/xdg-dialog was added
  /usr/share/wayland-protocols/staging/xdg-dialog/xdg-dialog-v1.xml was added
  /usr/share/wayland-protocols/staging/xdg-toplevel-drag was added
  
/usr/share/wayland-protocols/staging/xdg-toplevel-drag/xdg-toplevel-drag-v1.xml 
was added
packages/all-poky-linux/wayland-protocols/wayland-protocols-src: PV changed 
from "1.33" to "1.34"
packages/all-poky-linux/wayland-protocols/wayland-protocols-src: PKGV changed 
from 1.33 [default] to 1.34 [default]
packages/all-poky-linux/wayland-protocols/wayland-protocols: FILELIST: added 
"/usr/share/wayland-protocols/staging/xdg-dialog/xdg-dialog-v1.xml 
/usr/share/wayland-protocols/staging/linux-drm-syncobj/linux-drm-syncobj-v1.xml 
/usr/share/wayland-protocols/staging/xdg-toplevel-drag/xdg-toplevel-drag-v1.xml"
packages/all-poky-linux/wayland-protocols/wayland-protocols: PKGSIZE changed 
from 572594 

[OE-core] [AUH] man-pages: upgrading to 6.7 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *man-pages* to *6.7* has 
Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe man-pages failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-f67c9062505771e4ecd9b0604d44b427f1943332"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:f67c9062505771e4ecd9b0604d44b427f1943332"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 10 Mirrors 0 Missed 0 Current 20 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Loading cache...done.
Loaded 1874 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-f67c9062505771e4ecd9b0604d44b427f1943332"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:f67c9062505771e4ecd9b0604d44b427f1943332"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   7% |##  | ETA:  0:00:02
Adding changed files:  14% |#   | ETA:  0:00:01
Adding changed files:  22% |### | ETA:  0:00:01
Adding changed files:  29% |##  | ETA:  0:00:00
Adding changed files:  36% |#   | ETA:  0:00:00
Adding changed files:  44% |### | ETA:  0:00:00
Adding changed files:  51% |##  | ETA:  0:00:00
Adding changed files:  59% |#   | ETA:  0:00:00
Adding changed files:  66% |### | ETA:  0:00:00
Adding changed files:  73% |##  | ETA:  0:00:00
Adding changed files:  81% |#   | ETA:  0:00:00
Adding changed files:  88% |### | ETA:  0:00:00
Adding changed files:  96% |##  | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00
INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://cdn.kernel.org/pub/linux/docs/man-pages/man-pages-6.7.tar.gz...
INFO: Rebasing devtool onto e49377c6a9b3097d0529c497653880999ab6cbd4
WARNING: Command 'git rebase e49377c6a9b3097d0529c497653880999ab6cbd4' failed:
Auto-merging share/mk/install/man.mk
CONFLICT (content): Merge conflict in share/mk/install/man.mk

You will need to resolve conflicts in order to complete the upgrade.
INFO: Using source tree as build directory since that would be the default for 
this recipe
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/workspace/sources/man-pages
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/workspace/recipes/man-pages/man-pages_6.7.bb



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197758): 

[OE-core] [AUH] quilt: upgrading to 0.68 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *quilt* to *0.68* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe quilt failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-29d18f82ccdba9d840e1a91bc27334963fa4420b"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:29d18f82ccdba9d840e1a91bc27334963fa4420b"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 10 Mirrors 0 Missed 0 Current 20 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Loading cache...done.
Loaded 1874 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-29d18f82ccdba9d840e1a91bc27334963fa4420b"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:29d18f82ccdba9d840e1a91bc27334963fa4420b"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files: 100% || Time: 0:00:00
INFO: Extracting current version source...
INFO: SRC_URI contains some conditional appends/prepends - will create branches 
to represent these
INFO: Adding local source files to srctree...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://download.savannah.gnu.org/releases/quilt/quilt-0.68.tar.gz...
INFO: Rebasing devtool onto 05e155587dfd58e03486ae3934bbcc0c7743156e
WARNING: Command 'git rebase 05e155587dfd58e03486ae3934bbcc0c7743156e' failed:
Auto-merging quilt/scripts/patchfns.in
CONFLICT (content): Merge conflict in quilt/scripts/patchfns.in

You will need to resolve conflicts in order to complete the upgrade.
INFO: Rebasing devtool-override-class-target onto 
05e155587dfd58e03486ae3934bbcc0c7743156e
WARNING: Command 'git rebase 05e155587dfd58e03486ae3934bbcc0c7743156e' failed:
Auto-merging quilt/scripts/patchfns.in
CONFLICT (content): Merge conflict in quilt/scripts/patchfns.in

You will need to resolve conflicts in order to complete the upgrade.
INFO: Using source tree as build directory since recipe inherits 
autotools-brokensep
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/workspace/sources/quilt
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/workspace/recipes/quilt/quilt_0.68.bb



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197747): 
https://lists.openembedded.org/g/openembedded-core/message/197747
Mute This Topic: https://lists.openembedded.org/mt/105271668/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] shadow: upgrading to 4.15.1 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *shadow* to *4.15.1* has 
Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe shadow failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-f6ff7f906a66a26671725889e06fb16d279f4613"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:f6ff7f906a66a26671725889e06fb16d279f4613"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 10 Mirrors 0 Missed 0 Current 20 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Loading cache...done.
Loaded 1874 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-f6ff7f906a66a26671725889e06fb16d279f4613"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:f6ff7f906a66a26671725889e06fb16d279f4613"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  14% |#   | ETA:  0:00:00
Adding changed files:  28% |##  | ETA:  0:00:00
Adding changed files:  43% |### | ETA:  0:00:00
Adding changed files:  57% || ETA:  0:00:00
Adding changed files:  72% |#   | ETA:  0:00:00
Adding changed files:  86% |### | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00
INFO: Extracting current version source...
INFO: SRC_URI contains some conditional appends/prepends - will create branches 
to represent these
INFO: Adding local source files to srctree...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://github.com/shadow-maint/shadow/releases/download/4.15.1/shadow-4.15.1.tar.gz...
INFO: Rebasing devtool onto bd5f2a8d7b2cc58632b82ccbfe69d8b8c1a86352
WARNING: Command 'git rebase bd5f2a8d7b2cc58632b82ccbfe69d8b8c1a86352' failed:
Auto-merging lib/copydir.c
CONFLICT (content): Merge conflict in lib/copydir.c

You will need to resolve conflicts in order to complete the upgrade.
INFO: Rebasing devtool-override-class-native onto 
bd5f2a8d7b2cc58632b82ccbfe69d8b8c1a86352
WARNING: Command 'git rebase bd5f2a8d7b2cc58632b82ccbfe69d8b8c1a86352' failed:
Auto-merging lib/copydir.c
CONFLICT (content): Merge conflict in lib/copydir.c

You will need to resolve conflicts in order to complete the upgrade.
INFO: Rebasing devtool-override-class-target onto 
bd5f2a8d7b2cc58632b82ccbfe69d8b8c1a86352
WARNING: Command 'git rebase bd5f2a8d7b2cc58632b82ccbfe69d8b8c1a86352' failed:
Auto-merging lib/copydir.c
CONFLICT (content): Merge conflict in lib/copydir.c

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/workspace/sources/shadow
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/workspace/recipes/shadow/shadow_4.15.1.bb



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 

[OE-core] [AUH] tcl: upgrading to 8.6.14 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *tcl* to *8.6.14* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe tcl failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-774153cc0491be0b102af15a10f7aecaa2786ef0"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:774153cc0491be0b102af15a10f7aecaa2786ef0"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 10 Mirrors 0 Missed 0 Current 20 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Loading cache...done.
Loaded 1874 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-774153cc0491be0b102af15a10f7aecaa2786ef0"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:774153cc0491be0b102af15a10f7aecaa2786ef0"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  22% || ETA:  0:00:00
Adding changed files:  45% || ETA:  0:00:00
Adding changed files:  67% || ETA:  0:00:00
Adding changed files:  90% || ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00
INFO: Extracting current version source...
INFO: Adding local source files to srctree...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://downloads.sourceforge.net/tcl/tcl-core8.6.14-src.tar.gz...
INFO: Rebasing devtool onto fce97689b2d0dc59029edd52b9867bb9673f26b2
WARNING: Command 'git rebase fce97689b2d0dc59029edd52b9867bb9673f26b2' failed:
Auto-merging unix/Makefile.in
CONFLICT (content): Merge conflict in unix/Makefile.in

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/workspace/sources/tcl
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/workspace/recipes/tcl/tcl_8.6.14.bb



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197748): 
https://lists.openembedded.org/g/openembedded-core/message/197748
Mute This Topic: https://lists.openembedded.org/mt/105271669/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] python3-wheel: upgrading to 0.43.0 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-wheel* to *0.43.0* 
has Succeeded.

Next steps:
- apply the patch: git am 0001-python3-wheel-upgrade-0.42.0-0.43.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From b54d0d23a27fd2d6c6f6d69b926426a7e718a91a Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 09:34:14 +
Subject: [PATCH] python3-wheel: upgrade 0.42.0 -> 0.43.0

---
 .../python/{python3-wheel_0.42.0.bb => python3-wheel_0.43.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-wheel_0.42.0.bb => 
python3-wheel_0.43.0.bb} (85%)

diff --git a/meta/recipes-devtools/python/python3-wheel_0.42.0.bb 
b/meta/recipes-devtools/python/python3-wheel_0.43.0.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-wheel_0.42.0.bb
rename to meta/recipes-devtools/python/python3-wheel_0.43.0.bb
index 807888e6c0..ba309ae5fc 100644
--- a/meta/recipes-devtools/python/python3-wheel_0.42.0.bb
+++ b/meta/recipes-devtools/python/python3-wheel_0.43.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ffb0db04527cfe380e4f2726bd05ebf"
 
-SRC_URI[sha256sum] = 
"c45be39f7882c9d34243236f2d63cbd58039e360f85d0913425fbd7ceea617a8"
+SRC_URI[sha256sum] = 
"465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85"
 
 inherit python_flit_core pypi
 
-- 
2.42.0



0001-python3-wheel-upgrade-0.42.0-0.43.0.patch
Description: Binary data
Changes to packages/core2-64-poky-linux/python3-wheel (sysroot):
  /usr/lib/python3.12/site-packages/wheel-0.42.0.dist-info moved to 
/usr/lib/python3.12/site-packages/wheel-0.43.0.dist-info
packages/core2-64-poky-linux/python3-wheel: SRC_URI changed from 
"https://files.pythonhosted.org/packages/source/w/wheel/wheel-0.42.0.tar.gz;downloadfilename=wheel-0.42.0.tar.gz;
 to 
"https://files.pythonhosted.org/packages/source/w/wheel/wheel-0.43.0.tar.gz;downloadfilename=wheel-0.43.0.tar.gz;
packages/core2-64-poky-linux/python3-wheel: PKGV changed from 0.42.0 [default] 
to 0.43.0 [default]
packages/core2-64-poky-linux/python3-wheel: PV changed from "0.42.0" to "0.43.0"
packages/core2-64-poky-linux/python3-wheel/python3-wheel-dbg: PKGV changed from 
0.42.0 [default] to 0.43.0 [default]
packages/core2-64-poky-linux/python3-wheel/python3-wheel-dbg: PV changed from 
"0.42.0" to "0.43.0"
packages/core2-64-poky-linux/python3-wheel/python3-wheel-dev: PKGV changed from 
0.42.0 [default] to 0.43.0 [default]
packages/core2-64-poky-linux/python3-wheel/python3-wheel-dev: PV changed from 
"0.42.0" to "0.43.0"
packages/core2-64-poky-linux/python3-wheel/python3-wheel-doc: PKGV changed from 
0.42.0 [default] to 0.43.0 [default]
packages/core2-64-poky-linux/python3-wheel/python3-wheel-doc: PV changed from 
"0.42.0" to "0.43.0"
packages/core2-64-poky-linux/python3-wheel/python3-wheel-locale: PKGV changed 
from 0.42.0 [default] to 0.43.0 [default]
packages/core2-64-poky-linux/python3-wheel/python3-wheel-locale: PV changed 
from "0.42.0" to "0.43.0"
packages/core2-64-poky-linux/python3-wheel/python3-wheel-src: PKGV changed from 
0.42.0 [default] to 0.43.0 [default]
packages/core2-64-poky-linux/python3-wheel/python3-wheel-src: PV changed from 
"0.42.0" to "0.43.0"
packages/core2-64-poky-linux/python3-wheel/python3-wheel-staticdev: PKGV 
changed from 0.42.0 [default] to 0.43.0 [default]
packages/core2-64-poky-linux/python3-wheel/python3-wheel-staticdev: PV changed 
from "0.42.0" to "0.43.0"
packages/core2-64-poky-linux/python3-wheel/python3-wheel: PKGV changed from 
0.42.0 [default] to 0.43.0 [default]
packages/core2-64-poky-linux/python3-wheel/python3-wheel: PV changed from 
"0.42.0" to "0.43.0"
packages/core2-64-poky-linux/python3-wheel/python3-wheel: PKGSIZE changed from 
28 to 446976 (+1%)
Changes to packages/core2-64-poky-linux/python3-wheel (sysroot):
  /usr/lib/python3.12/site-packages/wheel-0.42.0.dist-info moved to 
/usr/lib/python3.12/site-packages/wheel-0.43.0.dist-info

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197744): 
https://lists.openembedded.org/g/openembedded-core/message/197744
Mute This Topic: 

[OE-core] [AUH] spirv-tools: upgrading to 1.3.280.0 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *spirv-tools* to *1.3.280.0* 
has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-spirv-tools-upgrade-1.3.275.0-1.3.280.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 1cd7497027bd46504defb1fabd7d095816c55cd1 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 13:53:19 +
Subject: [PATCH] spirv-tools: upgrade 1.3.275.0 -> 1.3.280.0

---
 .../spir/{spirv-tools_1.3.275.0.bb => spirv-tools_1.3.280.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/spir/{spirv-tools_1.3.275.0.bb => 
spirv-tools_1.3.280.0.bb} (96%)

diff --git a/meta/recipes-graphics/spir/spirv-tools_1.3.275.0.bb 
b/meta/recipes-graphics/spir/spirv-tools_1.3.280.0.bb
similarity index 96%
rename from meta/recipes-graphics/spir/spirv-tools_1.3.275.0.bb
rename to meta/recipes-graphics/spir/spirv-tools_1.3.280.0.bb
index 05c6de1b50..d2b6acf946 100644
--- a/meta/recipes-graphics/spir/spirv-tools_1.3.275.0.bb
+++ b/meta/recipes-graphics/spir/spirv-tools_1.3.280.0.bb
@@ -7,7 +7,7 @@ SECTION = "graphics"
 LICENSE  = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRCREV = "f0cc85efdbbe3a46eae90e0f915dc1509836d0fc"
+SRCREV = "04896c462d9f3f504c99a4698605b6524af813c1"
 SRC_URI = 
"git://github.com/KhronosGroup/SPIRV-Tools.git;branch=main;protocol=https"
 PE = "1"
 # These recipes need to be updated in lockstep with each other:
-- 
2.42.0

NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1876 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb files complete (920 cached, 1 parsed). 1874 targets, 35 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-64 sysroot...done.
Removing 1 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-ff300d4254052c1a748f638ef54f0b6bc64d4653"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:ff300d4254052c1a748f638ef54f0b6bc64d4653"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 213 Local 203 Mirrors 0 Missed 10 Current 240 (95% 
match, 97% complete)
done.
NOTE: Executing Tasks
NOTE: Running setscene task 291 of 453 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb:do_create_spdx_setscene)
NOTE: Running setscene task 298 of 453 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-graphics/spir/spirv-tools_1.3.280.0.bb:do_populate_lic_setscene)
NOTE: Running setscene task 300 of 453 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-graphics/spir/spirv-tools_1.3.280.0.bb:do_deploy_source_date_epoch_setscene)
NOTE: recipe spirv-headers-1_1.3.275.0-r0: task do_create_spdx_setscene: Started
NOTE: recipe spirv-tools-1_1.3.280.0-r0: task do_populate_lic_setscene: Started
NOTE: recipe spirv-tools-1_1.3.280.0-r0: task 
do_deploy_source_date_epoch_setscene: Started
NOTE: recipe spirv-headers-1_1.3.275.0-r0: task do_create_spdx_setscene: 
Succeeded
NOTE: Running setscene task 425 of 453 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/gcc/gcc-runtime_13.2.bb:do_create_spdx_setscene)
NOTE: recipe spirv-tools-1_1.3.280.0-r0: task 
do_deploy_source_date_epoch_setscene: Succeeded
NOTE: recipe spirv-tools-1_1.3.280.0-r0: task do_populate_lic_setscene: 
Succeeded
NOTE: Running setscene task 426 of 453 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-graphics/spir/spirv-tools_1.3.280.0.bb:do_recipe_qa_setscene)
NOTE: recipe gcc-runtime-13.2.0-r0: task do_create_spdx_setscene: Started
NOTE: recipe spirv-tools-1_1.3.280.0-r0: task do_recipe_qa_setscene: Started
NOTE: recipe gcc-runtime-13.2.0-r0: task do_create_spdx_setscene: Succeeded

[OE-core] [AUH] python3-referencing: upgrading to 0.34.0 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-referencing* to 
*0.34.0* has Succeeded.

Next steps:
- apply the patch: git am 
0001-python3-referencing-upgrade-0.33.0-0.34.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 9f056118d665c4bca4f64df627f413169e4d09fb Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 09:20:35 +
Subject: [PATCH] python3-referencing: upgrade 0.33.0 -> 0.34.0

---
 ...hon3-referencing_0.33.0.bb => python3-referencing_0.34.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-referencing_0.33.0.bb => 
python3-referencing_0.34.0.bb} (81%)

diff --git a/meta/recipes-devtools/python/python3-referencing_0.33.0.bb 
b/meta/recipes-devtools/python/python3-referencing_0.34.0.bb
similarity index 81%
rename from meta/recipes-devtools/python/python3-referencing_0.33.0.bb
rename to meta/recipes-devtools/python/python3-referencing_0.34.0.bb
index 5b50932264..9388fca376 100644
--- a/meta/recipes-devtools/python/python3-referencing_0.33.0.bb
+++ b/meta/recipes-devtools/python/python3-referencing_0.34.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/python-jsonschema/referencing;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=93eb9740964b59e9ba30281255b044e2"
 
-SRC_URI[sha256sum] = 
"c775fedf74bc0f9189c2a3be1c12fd03e8c23f4d371dce795df44e06c5b412f7"
+SRC_URI[sha256sum] = 
"5773bd84ef41799a5a8ca72dc34590c041eb01bf9aa02632b4a973fb0181a844"
 
 inherit pypi python_hatchling
 
-- 
2.42.0

Changes to packages/core2-64-poky-linux/python3-referencing (sysroot):
  /usr/lib/python3.12/site-packages/referencing-0.33.0.dist-info moved to 
/usr/lib/python3.12/site-packages/referencing-0.34.0.dist-info
packages/core2-64-poky-linux/python3-referencing: SRC_URI changed from 
"https://files.pythonhosted.org/packages/source/r/referencing/referencing-0.33.0.tar.gz;downloadfilename=referencing-0.33.0.tar.gz;
 to 
"https://files.pythonhosted.org/packages/source/r/referencing/referencing-0.34.0.tar.gz;downloadfilename=referencing-0.34.0.tar.gz;
packages/core2-64-poky-linux/python3-referencing: PKGV changed from 0.33.0 
[default] to 0.34.0 [default]
packages/core2-64-poky-linux/python3-referencing: PV changed from "0.33.0" to 
"0.34.0"
packages/core2-64-poky-linux/python3-referencing/python3-referencing-dbg: PKGV 
changed from 0.33.0 [default] to 0.34.0 [default]
packages/core2-64-poky-linux/python3-referencing/python3-referencing-dbg: PV 
changed from "0.33.0" to "0.34.0"
packages/core2-64-poky-linux/python3-referencing/python3-referencing-dev: PKGV 
changed from 0.33.0 [default] to 0.34.0 [default]
packages/core2-64-poky-linux/python3-referencing/python3-referencing-dev: PV 
changed from "0.33.0" to "0.34.0"
packages/core2-64-poky-linux/python3-referencing/python3-referencing-doc: PKGV 
changed from 0.33.0 [default] to 0.34.0 [default]
packages/core2-64-poky-linux/python3-referencing/python3-referencing-doc: PV 
changed from "0.33.0" to "0.34.0"
packages/core2-64-poky-linux/python3-referencing/python3-referencing-locale: 
PKGV changed from 0.33.0 [default] to 0.34.0 [default]
packages/core2-64-poky-linux/python3-referencing/python3-referencing-locale: PV 
changed from "0.33.0" to "0.34.0"
packages/core2-64-poky-linux/python3-referencing/python3-referencing-src: PKGV 
changed from 0.33.0 [default] to 0.34.0 [default]
packages/core2-64-poky-linux/python3-referencing/python3-referencing-src: PV 
changed from "0.33.0" to "0.34.0"
packages/core2-64-poky-linux/python3-referencing/python3-referencing-staticdev: 
PKGV changed from 0.33.0 [default] to 0.34.0 [default]
packages/core2-64-poky-linux/python3-referencing/python3-referencing-staticdev: 
PV changed from "0.33.0" to "0.34.0"
packages/core2-64-poky-linux/python3-referencing/python3-referencing: PKGSIZE 
changed from 262544 to 262904 (+0%)
packages/core2-64-poky-linux/python3-referencing/python3-referencing: PKGV 
changed from 0.33.0 [default] to 0.34.0 [default]
packages/core2-64-poky-linux/python3-referencing/python3-referencing: PV 
changed from "0.33.0" to "0.34.0"
Changes to packages/core2-64-poky-linux/python3-referencing (sysroot):
  /usr/lib/python3.12/site-packages/referencing-0.33.0.dist-info moved to 

[OE-core] [AUH] kmod: upgrading to 32 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *kmod* to *32* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-kmod-upgrade-31-32.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From d401ad786dc17c18895ca6362636ba10892749e1 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 15:11:48 +
Subject: [PATCH] kmod: upgrade 31 -> 32

---
 ...Use-portable-implementation-for-basename-API.patch | 11 ---
 .../kmod/kmod/avoid_parallel_tests.patch  | 10 --
 meta/recipes-kernel/kmod/kmod/gtkdocdir.patch |  9 +++--
 meta/recipes-kernel/kmod/{kmod_31.bb => kmod_32.bb}   |  2 +-
 4 files changed, 12 insertions(+), 20 deletions(-)
 rename meta/recipes-kernel/kmod/{kmod_31.bb => kmod_32.bb} (98%)

diff --git 
a/meta/recipes-kernel/kmod/kmod/0001-Use-portable-implementation-for-basename-API.patch
 
b/meta/recipes-kernel/kmod/kmod/0001-Use-portable-implementation-for-basename-API.patch
index 6a7f9ded4f..c1917aef91 100644
--- 
a/meta/recipes-kernel/kmod/kmod/0001-Use-portable-implementation-for-basename-API.patch
+++ 
b/meta/recipes-kernel/kmod/kmod/0001-Use-portable-implementation-for-basename-API.patch
@@ -1,4 +1,4 @@
-From 721ed6040c7aa47070faf6378c433089e178bd43 Mon Sep 17 00:00:00 2001
+From 0fb735f84ccfdbb80a2602fb39c11854262cc21f Mon Sep 17 00:00:00 2001
 From: Khem Raj 
 Date: Sat, 9 Dec 2023 17:35:59 -0800
 Subject: [PATCH] Use portable implementation for basename API
@@ -110,10 +110,10 @@ index 43fc354..cfb15b1 100644
dirlen -= namelen + 1;
}
 diff --git a/tools/kmod.c b/tools/kmod.c
-index 55689c0..df91e5c 100644
+index 1015575..57f59ca 100644
 --- a/tools/kmod.c
 +++ b/tools/kmod.c
-@@ -68,7 +68,7 @@ static int kmod_help(int argc, char *argv[])
+@@ -63,7 +63,7 @@ static int kmod_help(int argc, char *argv[])
"Options:\n"
"\t-V, --version show version\n"
"\t-h, --helpshow this help\n\n"
@@ -122,7 +122,7 @@ index 55689c0..df91e5c 100644
  
for (i = 0; i < ARRAY_SIZE(kmod_cmds); i++) {
if (kmod_cmds[i]->help != NULL) {
-@@ -156,7 +156,7 @@ static int handle_kmod_compat_commands(int argc, char 
*argv[])
+@@ -151,7 +151,7 @@ static int handle_kmod_compat_commands(int argc, char 
*argv[])
const char *cmd;
size_t i;
  
@@ -131,6 +131,3 @@ index 55689c0..df91e5c 100644
  
for (i = 0; i < ARRAY_SIZE(kmod_compat_cmds); i++) {
if (streq(kmod_compat_cmds[i]->name, cmd))
--- 
-2.43.0
-
diff --git a/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch 
b/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch
index 04a8204815..8474916bbc 100644
--- a/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch
+++ b/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch
@@ -1,4 +1,4 @@
-From be6f82c54f694617c646ca1f8b5bcf93694e20ad Mon Sep 17 00:00:00 2001
+From 5341cf464e8994e6bb411851d5db420c9b037c58 Mon Sep 17 00:00:00 2001
 From: Tudor Florea 
 Date: Fri, 6 Sep 2013 21:11:57 +
 Subject: [PATCH] kmod: avoid parallel-tests
@@ -11,16 +11,15 @@ serial-tests is now required
 
 Signed-off-by: Tudor Florea 
 Upstream-Status: Inappropriate (disable feature incompatible with ptest)
-
 ---
  configure.ac | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index ee72283..60980c0 100644
+index b651b5f..491be1b 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -14,8 +14,8 @@ AC_USE_SYSTEM_EXTENSIONS
+@@ -14,7 +14,7 @@ AC_USE_SYSTEM_EXTENSIONS
  AC_SYS_LARGEFILE
  AC_PREFIX_DEFAULT([/usr])
  AM_MAINTAINER_MODE([enable])
@@ -28,5 +27,4 @@ index ee72283..60980c0 100644
 +AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip 
dist-xz subdir-objects color-tests serial-tests])
  AM_SILENT_RULES([yes])
  LT_INIT([disable-static pic-only])
-
- AS_IF([test "x$enable_static" = "xyes"], [AC_MSG_ERROR([--enable-static is 
not supported by kmod])])
+ 
diff --git a/meta/recipes-kernel/kmod/kmod/gtkdocdir.patch 
b/meta/recipes-kernel/kmod/kmod/gtkdocdir.patch
index a34ea466e8..6f468cc2d3 100644
--- 

[OE-core] [AUH] python3-markdown: upgrading to 3.6 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-markdown* to *3.6* 
has Succeeded.

Next steps:
- apply the patch: git am 0001-python3-markdown-upgrade-3.5.2-3.6.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From fd7262a3faf8c28b821d42065518710805881023 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 08:20:24 +
Subject: [PATCH] python3-markdown: upgrade 3.5.2 -> 3.6

---
 .../python/python3-markdown_3.5.2.bb  | 13 ---
 .../python/python3-markdown_3.6.bb| 80 +++
 2 files changed, 80 insertions(+), 13 deletions(-)
 delete mode 100644 meta/recipes-devtools/python/python3-markdown_3.5.2.bb
 create mode 100644 meta/recipes-devtools/python/python3-markdown_3.6.bb

diff --git a/meta/recipes-devtools/python/python3-markdown_3.5.2.bb 
b/meta/recipes-devtools/python/python3-markdown_3.5.2.bb
deleted file mode 100644
index 1df7a98183..00
--- a/meta/recipes-devtools/python/python3-markdown_3.5.2.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-SUMMARY = "A Python implementation of John Gruber's Markdown."
-HOMEPAGE = "https://python-markdown.github.io/;
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=745aaad0c69c60039e638bff9ffc59ed"
-
-inherit pypi python_setuptools_build_meta
-
-PYPI_PACKAGE = "Markdown"
-SRC_URI[sha256sum] = 
"e1ac7b3dc550ee80e602e71c1d168002f062e49f1b11e26a36264dafd4df2ef8"
-
-BBCLASSEXTEND = "native nativesdk"
-
-RDEPENDS:${PN} += "python3-logging python3-setuptools"
diff --git a/meta/recipes-devtools/python/python3-markdown_3.6.bb 
b/meta/recipes-devtools/python/python3-markdown_3.6.bb
new file mode 100644
index 00..86ba4fc9ed
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-markdown_3.6.bb
@@ -0,0 +1,80 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- LICENSE.md
+# +++ LICENSE.md
+# @@ -1,29 +1,30 @@
+# -Copyright 2007, 2008 The Python Markdown Project (v. 1.7 and later)
+# -Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b)
+# +BSD 3-Clause License
+# +
+# +Copyright 2007, 2008 The Python Markdown Project (v. 1.7 and later)  
+# +Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b)  
+#  Copyright 2004 Manfred Stienstra (the original version)
+# -
+# -All rights reserved.
+#  
+#  Redistribution and use in source and binary forms, with or without
+#  modification, are permitted provided that the following conditions are met:
+#  
+# -* Redistributions of source code must retain the above copyright
+# -  notice, this list of conditions and the following disclaimer.
+# -* Redistributions in binary form must reproduce the above copyright
+# -  notice, this list of conditions and the following disclaimer in the
+# -  documentation and/or other materials provided with the distribution.
+# -* Neither the name of the Python Markdown Project nor the
+# -  names of its contributors may be used to endorse or promote products
+# -  derived from this software without specific prior written permission.
+# +1. Redistributions of source code must retain the above copyright notice, 
this
+# +   list of conditions and the following disclaimer.
+#  
+# -THIS SOFTWARE IS PROVIDED BY THE PYTHON MARKDOWN PROJECT ''AS IS'' AND ANY
+# -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+# -DISCLAIMED. IN NO EVENT SHALL ANY CONTRIBUTORS TO THE PYTHON MARKDOWN 
PROJECT
+# -BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+# -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+# -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+# -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+# -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# -POSSIBILITY OF SUCH 

[OE-core] [AUH] python3-license-expression: upgrading to 30.3.0 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-license-expression* 
to *30.3.0* has Succeeded.

Next steps:
- apply the patch: git am 
0001-python3-license-expression-upgrade-30.2.0-30.3.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 3c891756efe886bbab0ff701aa08969e0769b9e0 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 08:12:44 +
Subject: [PATCH] python3-license-expression: upgrade 30.2.0 -> 30.3.0

---
 ...xpression_30.2.0.bb => python3-license-expression_30.3.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-license-expression_30.2.0.bb => 
python3-license-expression_30.3.0.bb} (90%)

diff --git a/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb 
b/meta/recipes-devtools/python/python3-license-expression_30.3.0.bb
similarity index 90%
rename from meta/recipes-devtools/python/python3-license-expression_30.2.0.bb
rename to meta/recipes-devtools/python/python3-license-expression_30.3.0.bb
index 7059cf76ee..f36336b592 100644
--- a/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb
+++ b/meta/recipes-devtools/python/python3-license-expression_30.3.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/nexB/license-expression;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = 
"file://apache-2.0.LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = 
"599928edd995c43fc335e0af342076144dc71cb858afa1ed9c1c30c4e81794f5"
+SRC_URI[sha256sum] = 
"1295406f736b4f395ff069aec1cebfad53c0fcb3cf57df0f5ec58fc7b905aea5"
 
 inherit pypi ptest python_setuptools_build_meta
 
-- 
2.42.0



0001-python3-license-expression-upgrade-30.2.0-30.3.0.patch
Description: Binary data
Changes to packages/core2-64-poky-linux/python3-license-expression (sysroot):
  /usr/lib/python3.12/site-packages/license_expression-30.2.0.dist-info moved 
to /usr/lib/python3.12/site-packages/license_expression-30.3.0.dist-info
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb files complete (0 cached, 921 parsed). 1875 targets, 46 
skipped, 0 masked, 0 errors.
Removing 26 recipes from the core2-64 sysroot...done.
Removing 71 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux-musl"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-19c9db278685ebc00402314152f1ca58206e07fe"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:19c9db278685ebc00402314152f1ca58206e07fe"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 560 Local 544 Mirrors 0 Missed 16 Current 246 (97% 
match, 98% complete)
Removing 5 stale sstate objects for arch x86_64...done.
Removing 2 stale sstate objects for arch qemux86_64...done.
NOTE: Executing Tasks
NOTE: Running setscene task 252 of 806 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb:do_package_write_deb_setscene)
NOTE: Running setscene task 253 of 806 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb:do_package_write_ipk_setscene)
NOTE: Running setscene task 254 of 806 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 256 of 806 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-booleanpy_4.0.bb:do_create_spdx_setscene)
NOTE: Running setscene task 268 of 806 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-pytest_8.0.2.bb:do_create_spdx_setscene)
NOTE: Running setscene task 269 of 806 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-pytest_8.0.2.bb:do_package_write_deb_setscene)
NOTE: Running setscene task 270 of 806 

[OE-core] [AUH] libva-initial: upgrading to 2.21.0 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libva-initial* to *2.21.0* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  finish -f libva-initial 
/home/pokybuild/yocto-worker/auh/build/meta/recipes-graphics/libva
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1875 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (921 cached, 1 parsed). 1877 targets, 35 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-64 sysroot...done.

INFO: No patches or local source files needed updating
INFO: Cleaning sysroot for recipe libva-initial...
ERROR: Command 'bitbake -c clean libva-initial' failed, output:
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1878 entries from dependency cache.
Parsing recipes...
Summary: There were 2 ERROR messages, returning a non-zero exit code.

If you wish, you may specify -n/--no-clean to skip running this command when 
resetting


Next steps:
- apply the patch: git am 0001-libva-initial-upgrade-2.20.0-2.21.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 06b36a10b0df31bdca19435e488bd30d82cd663a Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 13:01:24 +
Subject: [PATCH] libva-initial: upgrade 2.20.0 -> 2.21.0

---
 .../libva/libva-initial_2.20.0.bb |  8 
 meta/recipes-graphics/libva/libva.inc | 37 ---
 2 files changed, 45 deletions(-)
 delete mode 100644 meta/recipes-graphics/libva/libva-initial_2.20.0.bb
 delete mode 100644 meta/recipes-graphics/libva/libva.inc

diff --git a/meta/recipes-graphics/libva/libva-initial_2.20.0.bb 
b/meta/recipes-graphics/libva/libva-initial_2.20.0.bb
deleted file mode 100644
index 453096822f..00
--- a/meta/recipes-graphics/libva/libva-initial_2.20.0.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require libva.inc
-
-PACKAGECONFIG ?= ""
-
-do_install:append () {
-   rm -f ${D}${libdir}/*.so*
-}
-
diff --git a/meta/recipes-graphics/libva/libva.inc 
b/meta/recipes-graphics/libva/libva.inc
deleted file mode 100644
index 486291bced..00
--- a/meta/recipes-graphics/libva/libva.inc
+++ /dev/null
@@ -1,37 +0,0 @@
-SUMMARY = "Video Acceleration (VA) API for Linux"
-DESCRIPTION = "Video Acceleration API (VA API) is a library (libVA) \
-and API specification which enables and provides access to graphics \
-hardware (GPU) acceleration for video processing on Linux and UNIX \
-based operating systems. Accelerated processing includes video \
-decoding, video encoding, subpicture blending and rendering. The \
-specification was originally designed by Intel for its GMA (Graphics \
-Media Accelerator) series of GPU hardware, the API is however not \
-limited to GPUs or Intel specific hardware, as other hardware and \
-manufacturers can also freely use this API for hardware accelerated \
-video decoding."
-
-HOMEPAGE = "https://01.org/linuxmedia/vaapi;
-BUGTRACKER = "https://github.com/intel/libva/issues;
-
-SECTION = "x11"
-LICENSE = "MIT"
-
-SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/libva-${PV}.tar.bz2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
-SRC_URI[sha256sum] = 
"f72bdb4f48dfe71ad01f1cbefe069672a2c949a6abd51cf3c4d4784210badc49"
-
-S = "${WORKDIR}/libva-${PV}"
-
-GITHUB_BASE_URI = "https://github.com/intel/libva/releases;
-
-DEPENDS = "libdrm"
-
-inherit meson pkgconfig github-releases
-
-PACKAGECONFIG[x11] = "-Dwith_x11=yes,-Dwith_x11=no,virtual/libx11 libxext 
libxfixes"
-PACKAGECONFIG[glx] = "-Dwith_glx=yes,-Dwith_glx=no,virtual/mesa"
-
-PACKAGECONFIG[wayland] = "-Dwith_wayland=yes,-Dwith_wayland=no,wayland-native 
wayland"
-
-BBCLASSEXTEND = "native nativesdk"
-
-- 
2.42.0



0001-libva-initial-upgrade-2.20.0-2.21.0.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197788): 
https://lists.openembedded.org/g/openembedded-core/message/197788
Mute This Topic: https://lists.openembedded.org/mt/105271709/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]

[OE-core] [AUH] mdadm: upgrading to 4.3 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *mdadm* to *4.3* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe mdadm failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1875 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-f67c9062505771e4ecd9b0604d44b427f1943332"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:f67c9062505771e4ecd9b0604d44b427f1943332"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 11 Local 11 Mirrors 0 Missed 0 Current 22 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
Loading cache...done.
Loaded 1875 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-f67c9062505771e4ecd9b0604d44b427f1943332"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:f67c9062505771e4ecd9b0604d44b427f1943332"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 9 Mirrors 0 Missed 1 Current 18 (90% match, 96% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  94% |#   | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00
INFO: Extracting current version source...
INFO: Adding local source files to srctree...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://cdn.kernel.org/pub/linux/utils/raid/mdadm/mdadm-4.3.tar.xz...
INFO: Rebasing devtool onto c2de8895b492164516e1874bf42344df0b0dc86e
WARNING: Command 'git rebase c2de8895b492164516e1874bf42344df0b0dc86e' failed:
Auto-merging Makefile
CONFLICT (content): Merge conflict in Makefile

You will need to resolve conflicts in order to complete the upgrade.
INFO: Using source tree as build directory since recipe inherits 
autotools-brokensep
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/workspace/sources/mdadm
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/workspace/recipes/mdadm/mdadm_4.3.bb



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197740): 
https://lists.openembedded.org/g/openembedded-core/message/197740
Mute This Topic: https://lists.openembedded.org/mt/105271661/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] lighttpd: upgrading to 1.4.75 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *lighttpd* to *1.4.75* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-lighttpd-upgrade-1.4.74-1.4.75.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 19e1dc0ab16451fa4f4181525fd5b5312ae1d9c4 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 11:09:21 +
Subject: [PATCH] lighttpd: upgrade 1.4.74 -> 1.4.75

---
 .../lighttpd/{lighttpd_1.4.74.bb => lighttpd_1.4.75.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/lighttpd/{lighttpd_1.4.74.bb => 
lighttpd_1.4.75.bb} (97%)

diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.74.bb 
b/meta/recipes-extended/lighttpd/lighttpd_1.4.75.bb
similarity index 97%
rename from meta/recipes-extended/lighttpd/lighttpd_1.4.74.bb
rename to meta/recipes-extended/lighttpd/lighttpd_1.4.75.bb
index 7460d3d716..fc3b7e005d 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.74.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.75.bb
@@ -16,7 +16,7 @@ SRC_URI = 
"http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t
file://lighttpd \
"
 
-SRC_URI[sha256sum] = 
"5c08736e83088f7e019797159f306e88ec729abe976dc98fb3bed71b9d3e53b5"
+SRC_URI[sha256sum] = 
"8b721ca939d312afaa6ef31dcbd6afb5161ed385ac828e6fccd4c5b76be189d6"
 
 DEPENDS = "virtual/crypt"
 
-- 
2.42.0



0001-lighttpd-upgrade-1.4.74-1.4.75.patch
Description: Binary data
packages/core2-64-poky-linux/lighttpd: SRC_URI changed from 
"http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.74.tar.xz 
file://index.html.lighttpd file://lighttpd.conf file://lighttpd" to 
"http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.75.tar.xz 
file://index.html.lighttpd file://lighttpd.conf file://lighttpd"
packages/core2-64-poky-linux/lighttpd: PKGV changed from 1.4.74 [default] to 
1.4.75 [default]
packages/core2-64-poky-linux/lighttpd: PV changed from "1.4.74" to "1.4.75"
packages/core2-64-poky-linux/lighttpd/lighttpd-dbg: PKGV changed from 1.4.74 
[default] to 1.4.75 [default]
packages/core2-64-poky-linux/lighttpd/lighttpd-dbg: PKGSIZE changed from 
2639936 to 2641912 (+0%)
packages/core2-64-poky-linux/lighttpd/lighttpd-dbg: PV changed from "1.4.74" to 
"1.4.75"
packages/core2-64-poky-linux/lighttpd/lighttpd-dev: PKGV changed from 1.4.74 
[default] to 1.4.75 [default]
packages/core2-64-poky-linux/lighttpd/lighttpd-dev: PV changed from "1.4.74" to 
"1.4.75"
packages/core2-64-poky-linux/lighttpd/lighttpd-doc: PKGV changed from 1.4.74 
[default] to 1.4.75 [default]
packages/core2-64-poky-linux/lighttpd/lighttpd-doc: PV changed from "1.4.74" to 
"1.4.75"
packages/core2-64-poky-linux/lighttpd/lighttpd-locale: PKGV changed from 1.4.74 
[default] to 1.4.75 [default]
packages/core2-64-poky-linux/lighttpd/lighttpd-locale: PV changed from "1.4.74" 
to "1.4.75"
packages/core2-64-poky-linux/lighttpd/lighttpd-module-accesslog: PKGV changed 
from 1.4.74 [default] to 1.4.75 [default]
packages/core2-64-poky-linux/lighttpd/lighttpd-module-accesslog: PV changed 
from "1.4.74" to "1.4.75"
packages/core2-64-poky-linux/lighttpd/lighttpd-module-ajp13: PKGV changed from 
1.4.74 [default] to 1.4.75 [default]
packages/core2-64-poky-linux/lighttpd/lighttpd-module-ajp13: PV changed from 
"1.4.74" to "1.4.75"
packages/core2-64-poky-linux/lighttpd/lighttpd-module-auth: PKGV changed from 
1.4.74 [default] to 1.4.75 [default]
packages/core2-64-poky-linux/lighttpd/lighttpd-module-auth: PV changed from 
"1.4.74" to "1.4.75"
packages/core2-64-poky-linux/lighttpd/lighttpd-module-authn-file: PKGV changed 
from 1.4.74 [default] to 1.4.75 [default]
packages/core2-64-poky-linux/lighttpd/lighttpd-module-authn-file: PV changed 
from "1.4.74" to "1.4.75"
packages/core2-64-poky-linux/lighttpd/lighttpd-module-cgi: PKGV changed from 
1.4.74 [default] to 1.4.75 [default]
packages/core2-64-poky-linux/lighttpd/lighttpd-module-cgi: PV changed from 
"1.4.74" to "1.4.75"
packages/core2-64-poky-linux/lighttpd/lighttpd-module-deflate: PKGV changed 
from 1.4.74 [default] to 1.4.75 [default]
packages/core2-64-poky-linux/lighttpd/lighttpd-module-deflate: PV changed from 
"1.4.74" to "1.4.75"

[OE-core] [AUH] lttng-modules: upgrading to 2.13.12 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *lttng-modules* to *2.13.12* 
has Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe lttng-modules failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-90bce3b06a81244b770088d29a65b9f4f63d"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:90bce3b06a81244b770088d29a65b9f4f63d"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 10 Mirrors 0 Missed 0 Current 20 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Loading cache...done.
Loaded 1874 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-90bce3b06a81244b770088d29a65b9f4f63d"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:90bce3b06a81244b770088d29a65b9f4f63d"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files: 100% || Time: 0:00:00
INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://lttng.org/files/lttng-modules/lttng-modules-2.13.12.tar.bz2...
INFO: Rebasing devtool onto 2b26563e50eeece8c7d6b1f04de455d66ae50708
WARNING: Command 'git rebase 2b26563e50eeece8c7d6b1f04de455d66ae50708' failed:
Auto-merging include/instrumentation/events/timer.h
CONFLICT (content): Merge conflict in include/instrumentation/events/timer.h

You will need to resolve conflicts in order to complete the upgrade.
INFO: Using source tree as build directory since that would be the default for 
this recipe
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/workspace/sources/lttng-modules
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/workspace/recipes/lttng-modules/lttng-modules_2.13.12.bb



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197802): 
https://lists.openembedded.org/g/openembedded-core/message/197802
Mute This Topic: https://lists.openembedded.org/mt/105271723/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] ruby: upgrading to 3.3.0 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *ruby* to *3.3.0* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe ruby failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-dc795b047d85f97dc20b096b8091940b00083fa3"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:dc795b047d85f97dc20b096b8091940b00083fa3"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 10 Mirrors 0 Missed 0 Current 20 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Loading cache...done.
Loaded 1874 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-dc795b047d85f97dc20b096b8091940b00083fa3"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:dc795b047d85f97dc20b096b8091940b00083fa3"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   1% || ETA:  0:00:11
Adding changed files:   2% || ETA:  0:00:08
Adding changed files:   4% |#   | ETA:  0:00:07
Adding changed files:   5% |#   | ETA:  0:00:06
Adding changed files:   6% |##  | ETA:  0:00:06
Adding changed files:   8% |##  | ETA:  0:00:06
Adding changed files:   9% |### | ETA:  0:00:05
Adding changed files:  10% |### | ETA:  0:00:05
Adding changed files:  12% || ETA:  0:00:06
Adding changed files:  13% || ETA:  0:00:05
Adding changed files:  15% |#   | ETA:  0:00:05
Adding changed files:  16% |#   | ETA:  0:00:05
Adding changed files:  17% |##  | ETA:  0:00:05
Adding changed files:  19% |##  | ETA:  0:00:05
Adding changed files:  20% |### | ETA:  0:00:05
Adding changed files:  21% |### | ETA:  0:00:04
Adding changed files:  23% || ETA:  0:00:04
Adding changed files:  24% || ETA:  0:00:04
Adding changed files:  25% |#   | ETA:  0:00:04
Adding changed files:  27% |#   | ETA:  0:00:04
Adding changed files:  28% |##  | ETA:  0:00:04
Adding changed files:  30% |##  | ETA:  0:00:04
Adding changed files:  31% |### | ETA:  0:00:04
Adding changed files:  32% |### | ETA:  0:00:03
Adding changed files:  34% || ETA:  0:00:03
Adding changed files:  35% || ETA:  0:00:03
Adding changed files:  36% |#   | ETA:  0:00:03
Adding changed files:  38% |#   | ETA:  0:00:03

[OE-core] [AUH] adwaita-icon-theme: upgrading to 46.0 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *adwaita-icon-theme* to *46.0* 
has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-adwaita-icon-theme-upgrade-45.0-46.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 914b3214facf860735095e3d00d8b6489376349f Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 12:28:59 +
Subject: [PATCH] adwaita-icon-theme: upgrade 45.0 -> 46.0

---
 .../{adwaita-icon-theme_45.0.bb => adwaita-icon-theme_46.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/gnome/{adwaita-icon-theme_45.0.bb => 
adwaita-icon-theme_46.0.bb} (91%)

diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb 
b/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb
similarity index 91%
rename from meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb
rename to meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb
index 0bd98288f6..2f3e4e7b85 100644
--- a/meta/recipes-gnome/gnome/adwaita-icon-theme_45.0.bb
+++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=c84cac88e46fc07647ea07e6c24eeb7c \
 
 inherit gnomebase allarch gtk-icon-cache
 
-SRC_URI[archive.sha256sum] = 
"2442bfb06f4e6cc95bf6e2682fdff98fa5eddc688751b9d6215c623cb4e42ff1"
+SRC_URI[archive.sha256sum] = 
"4bcb539bd75d64da385d6fa08cbaa9ddeaceb6ac8e82b85ba6c41117bf5ba64e"
 
 DEPENDS += "librsvg-native"
 
-- 
2.42.0

packages/all-poky-linux/adwaita-icon-theme/adwaita-icon-theme-cursors: 
FILELIST: removed 
"/usr/share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f 
/usr/share/icons/Adwaita/cursors/target 
/usr/share/icons/Adwaita/cursors/double_arrow 
/usr/share/icons/Adwaita/cursors/icon 
/usr/share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 
/usr/share/icons/Adwaita/cursors/dnd-no-drop 
/usr/share/icons/Adwaita/cursors/plus /usr/share/icons/Adwaita/cursors/hand 
/usr/share/icons/Adwaita/cursors/link 
/usr/share/icons/Adwaita/cursors/right_tee 
/usr/share/icons/Adwaita/cursors/pirate 
/usr/share/icons/Adwaita/cursors/1081e37283d983c07f3ef6bf 
/usr/share/icons/Adwaita/cursors/size_bdiag 
/usr/share/icons/Adwaita/cursors/size_fdiag 
/usr/share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822 
/usr/share/icons/Adwaita/cursors/draft_large 
/usr/share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df 
/usr/share/icons/Adwaita/cursors/crossed_circle /usr/share/icons/Adwaita/cursor
 s/dot_box_mask /usr/share/icons/Adwaita/cursors/pencil 
/usr/share/icons/Adwaita/cursors/left_ptr_help 
/usr/share/icons/Adwaita/cursors/14fef782d02440884392942c11205230 
/usr/share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b 
/usr/share/icons/Adwaita/cursors/pointer-move 
/usr/share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f 
/usr/share/icons/Adwaita/cursors/draft_small 
/usr/share/icons/Adwaita/cursors/left_ptr_watch 
/usr/share/icons/Adwaita/cursors/sb_down_arrow 
/usr/share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830 
/usr/share/icons/Adwaita/cursors/draped_box 
/usr/share/icons/Adwaita/cursors/sb_left_arrow 
/usr/share/icons/Adwaita/cursors/right_ptr 
/usr/share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0 
/usr/share/icons/Adwaita/cursors/dnd-none 
/usr/share/icons/Adwaita/cursors/bottom_tee 
/usr/share/icons/Adwaita/cursors/81600681408080010102 
/usr/share/icons/Adwaita/cursors/sb_up_arrow 
/usr/share/icons/Adwaita/cursors/028006030e0e7eb
 ffc7f7070c0600140 
/usr/share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd 
/usr/share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872 
/usr/share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106 
/usr/share/icons/Adwaita/cursors/h_double_arrow 
/usr/share/icons/Adwaita/cursors/v_double_arrow 
/usr/share/icons/Adwaita/cursors/2870a09082c103050810ffde0204 
/usr/share/icons/Adwaita/cursors/openhand 
/usr/share/icons/Adwaita/cursors/ul_angle 
/usr/share/icons/Adwaita/cursors/ur_angle 
/usr/share/icons/Adwaita/cursors/left_tee 
/usr/share/icons/Adwaita/cursors/dotbox 
/usr/share/icons/Adwaita/cursors/ll_angle 
/usr/share/icons/Adwaita/cursors/lr_angle 

[OE-core] [AUH] vulkan-utility-libraries: upgrading to 1.3.280.0 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *vulkan-utility-libraries* to 
*1.3.280.0* has Succeeded.

Next steps:
- apply the patch: git am 
0001-vulkan-utility-libraries-upgrade-1.3.275.0-1.3.280.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 469e0e4a2e6b09fe762eca72176c9ba806d02ad7 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 14:12:02 +
Subject: [PATCH] vulkan-utility-libraries: upgrade 1.3.275.0 -> 1.3.280.0

---
 ...aries_1.3.275.0.bb => vulkan-utility-libraries_1.3.280.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/vulkan/{vulkan-utility-libraries_1.3.275.0.bb => 
vulkan-utility-libraries_1.3.280.0.bb} (95%)

diff --git a/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.275.0.bb 
b/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.280.0.bb
similarity index 95%
rename from meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.275.0.bb
rename to meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.280.0.bb
index 759a03926b..3ab31af96a 100644
--- a/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.275.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.280.0.bb
@@ -10,7 +10,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=4ca2d6799091aaa98a8520f1b793939b"
 
 SRC_URI = 
"git://github.com/KhronosGroup/Vulkan-Utility-Libraries.git;branch=main;protocol=https"
-SRCREV = "4cfc176e3242b4dbdfd3f6c5680c5d8f2cb7db45"
+SRCREV = "a4140c5fd47dcf3a030726a60b293db61cfb54a3"
 
 S = "${WORKDIR}/git"
 
-- 
2.42.0



0001-vulkan-utility-libraries-upgrade-1.3.275.0-1.3.280.0.patch
Description: Binary data
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb files complete (0 cached, 921 parsed). 1875 targets, 46 
skipped, 0 masked, 0 errors.
Removing 47 recipes from the core2-64 sysroot...done.
Removing 47 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux-musl"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-46ecf917c8edf1cd2989282f62634b06701fa786"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:46ecf917c8edf1cd2989282f62634b06701fa786"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 133 Local 124 Mirrors 0 Missed 9 Current 181 (93% match, 
97% complete)
Removing 5 stale sstate objects for arch x86_64...done.
NOTE: Executing Tasks
NOTE: Running setscene task 189 of 314 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.275.0.bb:do_create_spdx_setscene)
NOTE: Running setscene task 196 of 314 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.280.0.bb:do_populate_lic_setscene)
NOTE: Running setscene task 198 of 314 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.275.0.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 199 of 314 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.280.0.bb:do_deploy_source_date_epoch_setscene)
NOTE: recipe vulkan-headers-1.3.275.0-r0: task do_create_spdx_setscene: Started
NOTE: recipe vulkan-utility-libraries-1.3.280.0-r0: task 
do_populate_lic_setscene: Started
NOTE: recipe vulkan-headers-1.3.275.0-r0: task do_populate_sysroot_setscene: 
Started
NOTE: recipe vulkan-utility-libraries-1.3.280.0-r0: task 
do_deploy_source_date_epoch_setscene: Started
NOTE: recipe vulkan-headers-1.3.275.0-r0: task do_create_spdx_setscene: 
Succeeded
NOTE: recipe vulkan-utility-libraries-1.3.280.0-r0: task 
do_populate_lic_setscene: Succeeded
NOTE: Running setscene task 259 of 314 

[OE-core] [AUH] python3-pyopenssl: upgrading to 24.1.0 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-pyopenssl* to 
*24.1.0* has Succeeded.

Next steps:
- apply the patch: git am 0001-python3-pyopenssl-upgrade-24.0.0-24.1.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 41c73ccaca615d06ec8e0523138022988b85aec7 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 09:07:40 +
Subject: [PATCH] python3-pyopenssl: upgrade 24.0.0 -> 24.1.0

---
 ...{python3-pyopenssl_24.0.0.bb => python3-pyopenssl_24.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pyopenssl_24.0.0.bb => 
python3-pyopenssl_24.1.0.bb} (86%)

diff --git a/meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb 
b/meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb
rename to meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb
index 9ea3075482..e714ad838e 100644
--- a/meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb
+++ b/meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 DEPENDS += "openssl python3-cryptography"
 
-SRC_URI[sha256sum] = 
"6aa33039a93fffa4563e655b61d11364d01264be8ccb49906101e02a334530bf"
+SRC_URI[sha256sum] = 
"cabed4bfaa5df9f1a16c0ef64a0cb65318b5cd077a7eda7d6970131ca2f41a6f"
 
 PYPI_PACKAGE = "pyOpenSSL"
 inherit pypi setuptools3
-- 
2.42.0



0001-python3-pyopenssl-upgrade-24.0.0-24.1.0.patch
Description: Binary data
Changes to packages/core2-64-poky-linux/python3-pyopenssl (sysroot):
  /usr/lib/python3.12/site-packages/pyOpenSSL-24.0.0.dist-info moved to 
/usr/lib/python3.12/site-packages/pyOpenSSL-24.1.0.dist-info
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb files complete (0 cached, 921 parsed). 1875 targets, 46 
skipped, 0 masked, 0 errors.
Removing 34 recipes from the core2-64 sysroot...done.
Removing 70 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux-musl"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-cecbb3bef398fb370ae574b77def1900602f1352"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:cecbb3bef398fb370ae574b77def1900602f1352"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 561 Local 549 Mirrors 0 Missed 12 Current 263 (97% 
match, 98% complete)
Removing 8 stale sstate objects for arch x86_64...done.
Removing 2 stale sstate objects for arch qemux86_64...done.
NOTE: Executing Tasks
NOTE: Running setscene task 269 of 824 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-cryptography_42.0.5.bb:do_package_write_deb_setscene)
NOTE: Running setscene task 270 of 824 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-cryptography_42.0.5.bb:do_package_write_ipk_setscene)
NOTE: Running setscene task 271 of 824 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-cryptography_42.0.5.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 274 of 824 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-cryptography_42.0.5.bb:do_create_spdx_setscene)
NOTE: Running setscene task 281 of 824 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb:do_populate_lic_setscene)
NOTE: Running setscene task 283 of 824 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 284 of 824 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_spdx_setscene)
NOTE: Running setscene 

[OE-core] [AUH] python3-trove-classifiers: upgrading to 2024.3.25 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-trove-classifiers* to 
*2024.3.25* has Succeeded.

Next steps:
- apply the patch: git am 
0001-python3-trove-classifiers-upgrade-2024.2.23-2024.3.2.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 2b2f73113a4d8f2779b46b03f6cd0d8a01fcdb3b Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 09:30:59 +
Subject: [PATCH] python3-trove-classifiers: upgrade 2024.2.23 -> 2024.3.25

---
 ...iers_2024.2.23.bb => python3-trove-classifiers_2024.3.25.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-trove-classifiers_2024.2.23.bb => 
python3-trove-classifiers_2024.3.25.bb} (87%)

diff --git 
a/meta/recipes-devtools/python/python3-trove-classifiers_2024.2.23.bb 
b/meta/recipes-devtools/python/python3-trove-classifiers_2024.3.25.bb
similarity index 87%
rename from meta/recipes-devtools/python/python3-trove-classifiers_2024.2.23.bb
rename to meta/recipes-devtools/python/python3-trove-classifiers_2024.3.25.bb
index 8514a52616..77b7620ce8 100644
--- a/meta/recipes-devtools/python/python3-trove-classifiers_2024.2.23.bb
+++ b/meta/recipes-devtools/python/python3-trove-classifiers_2024.3.25.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/trove-classifiers;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = 
"8385160a12aac69c93fff058fb613472ed773a24a27eb3cd4b144cfbdd79f38c"
+SRC_URI[sha256sum] = 
"6de68d06edd6fec5032162b6af22e818a4bb6f4ae2258e74699f8a41064b7cad"
 
 inherit pypi python_setuptools_build_meta ptest
 
-- 
2.42.0

Changes to packages/core2-64-poky-linux/python3-trove-classifiers (sysroot):
  /usr/lib/python3.12/site-packages/trove_classifiers-2024.2.23.dist-info moved 
to /usr/lib/python3.12/site-packages/trove_classifiers-2024.3.25.dist-info
Changes to packages/x86_64-linux/python3-trove-classifiers-native (sysroot):
  /usr/lib/python3.12/site-packages/trove_classifiers-2024.2.23.dist-info moved 
to /usr/lib/python3.12/site-packages/trove_classifiers-2024.3.25.dist-info
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb files complete (0 cached, 921 parsed). 1875 targets, 46 
skipped, 0 masked, 0 errors.
Removing 27 recipes from the core2-64 sysroot...done.
Removing 70 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux-musl"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-c9fb3906467e146bf45d6c62d2e66dbb23d02b84"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:c9fb3906467e146bf45d6c62d2e66dbb23d02b84"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 541 Local 518 Mirrors 0 Missed 23 Current 258 (95% 
match, 97% complete)
Removing 5 stale sstate objects for arch x86_64...done.
Removing 2 stale sstate objects for arch qemux86_64...done.
NOTE: Executing Tasks
NOTE: Running setscene task 267 of 799 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_packagedata_setscene)
NOTE: Running setscene task 270 of 799 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 271 of 799 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb:do_packagedata_setscene)
NOTE: Running setscene task 274 of 799 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 275 of 799 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb:do_packagedata_setscene)

[OE-core] [AUH] libstd-rs: upgrading to 1.77.1 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libstd-rs* to *1.77.1* has 
Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe libstd-rs failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1876 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-dc795b047d85f97dc20b096b8091940b00083fa3"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:dc795b047d85f97dc20b096b8091940b00083fa3"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 11 Local 11 Mirrors 0 Missed 0 Current 22 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Loading cache...done.
Loaded 1876 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-dc795b047d85f97dc20b096b8091940b00083fa3"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:dc795b047d85f97dc20b096b8091940b00083fa3"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 9 Mirrors 0 Missed 1 Current 18 (90% match, 96% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% || ETA:  0:04:03
Adding changed files:   0% || ETA:  0:03:00
Adding changed files:   0% || ETA:  0:02:40
Adding changed files:   1% || ETA:  0:02:30
Adding changed files:   1% || ETA:  0:02:20
Adding changed files:   1% || ETA:  0:02:15
Adding changed files:   2% || ETA:  0:02:11
Adding changed files:   2% || ETA:  0:02:09
Adding changed files:   2% |#   | ETA:  0:02:06
Adding changed files:   3% |#   | ETA:  0:02:04
Adding changed files:   3% |#   | ETA:  0:02:02
Adding changed files:   3% |#   | ETA:  0:02:01
Adding changed files:   4% |#   | ETA:  0:02:00
Adding changed files:   4% |#   | ETA:  0:01:59
Adding changed files:   4% |#   | ETA:  0:01:57
Adding changed files:   5% |#   | ETA:  0:01:56
Adding changed files:   5% |#   | ETA:  0:01:55
Adding changed files:   5% |##  | ETA:  0:01:54
Adding changed files:   5% |##  | ETA:  0:01:53
Adding changed files:   6% |##  | ETA:  0:01:53
Adding changed files:   6% |##  | ETA:  0:01:52
Adding changed files:   6% |##  | ETA:  0:01:51
Adding changed files:   7% |##  | ETA:  0:01:51
Adding changed files:   7% |##  | ETA:  0:01:50
Adding changed files:   7% |##  | ETA:  0:01:50
Adding changed files:   8% |##  | ETA:  0:01:50
Adding changed files:   8% |### | ETA:  0:01:49
Adding changed files:   8% |### | ETA:  0:01:49
Adding changed files:   9% |### 

[OE-core] [AUH] python3-packaging: upgrading to 24.0 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-packaging* to *24.0* 
has Succeeded.

Next steps:
- apply the patch: git am 0001-python3-packaging-upgrade-23.2-24.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 1af394bf61b3d9e9a5e4ed15b048f158b875b7a8 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 08:50:28 +
Subject: [PATCH] python3-packaging: upgrade 23.2 -> 24.0

---
 .../{python3-packaging_23.2.bb => python3-packaging_24.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-packaging_23.2.bb => 
python3-packaging_24.0.bb} (83%)

diff --git a/meta/recipes-devtools/python/python3-packaging_23.2.bb 
b/meta/recipes-devtools/python/python3-packaging_24.0.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-packaging_23.2.bb
rename to meta/recipes-devtools/python/python3-packaging_24.0.bb
index 2d35936615..0942eeb15e 100644
--- a/meta/recipes-devtools/python/python3-packaging_23.2.bb
+++ b/meta/recipes-devtools/python/python3-packaging_24.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/packaging;
 LICENSE = "Apache-2.0 | BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
 
-SRC_URI[sha256sum] = 
"048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5"
+SRC_URI[sha256sum] = 
"eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9"
 
 inherit pypi python_flit_core
 
-- 
2.42.0

Changes to packages/core2-64-poky-linux/python3-packaging (sysroot):
  /usr/lib/python3.12/site-packages/packaging-23.2.dist-info moved to 
/usr/lib/python3.12/site-packages/packaging-24.0.dist-info
Changes to packages/x86_64-linux/python3-packaging-native (sysroot):
  /usr/lib/python3.12/site-packages/packaging-23.2.dist-info moved to 
/usr/lib/python3.12/site-packages/packaging-24.0.dist-info
packages/core2-64-poky-linux/python3-packaging: PKGV changed from 23.2 
[default] to 24.0 [default]
packages/core2-64-poky-linux/python3-packaging: SRC_URI changed from 
"https://files.pythonhosted.org/packages/source/p/packaging/packaging-23.2.tar.gz;downloadfilename=packaging-23.2.tar.gz;
 to 
"https://files.pythonhosted.org/packages/source/p/packaging/packaging-24.0.tar.gz;downloadfilename=packaging-24.0.tar.gz;
packages/core2-64-poky-linux/python3-packaging: PV changed from "23.2" to "24.0"
packages/core2-64-poky-linux/python3-packaging/python3-packaging-dbg: PKGV 
changed from 23.2 [default] to 24.0 [default]
packages/core2-64-poky-linux/python3-packaging/python3-packaging-dbg: PV 
changed from "23.2" to "24.0"
packages/core2-64-poky-linux/python3-packaging/python3-packaging-dev: PKGV 
changed from 23.2 [default] to 24.0 [default]
packages/core2-64-poky-linux/python3-packaging/python3-packaging-dev: PV 
changed from "23.2" to "24.0"
packages/core2-64-poky-linux/python3-packaging/python3-packaging-doc: PKGV 
changed from 23.2 [default] to 24.0 [default]
packages/core2-64-poky-linux/python3-packaging/python3-packaging-doc: PV 
changed from "23.2" to "24.0"
packages/core2-64-poky-linux/python3-packaging/python3-packaging-locale: PKGV 
changed from 23.2 [default] to 24.0 [default]
packages/core2-64-poky-linux/python3-packaging/python3-packaging-locale: PV 
changed from "23.2" to "24.0"
packages/core2-64-poky-linux/python3-packaging/python3-packaging-src: PKGV 
changed from 23.2 [default] to 24.0 [default]
packages/core2-64-poky-linux/python3-packaging/python3-packaging-src: PV 
changed from "23.2" to "24.0"
packages/core2-64-poky-linux/python3-packaging/python3-packaging-staticdev: 
PKGV changed from 23.2 [default] to 24.0 [default]
packages/core2-64-poky-linux/python3-packaging/python3-packaging-staticdev: PV 
changed from "23.2" to "24.0"
packages/core2-64-poky-linux/python3-packaging/python3-packaging: PKGV changed 
from 23.2 [default] to 24.0 [default]
packages/core2-64-poky-linux/python3-packaging/python3-packaging: PKGSIZE 
changed from 346287 to 349385 (+1%)
packages/core2-64-poky-linux/python3-packaging/python3-packaging: PV changed 
from "23.2" to "24.0"
Changes to packages/core2-64-poky-linux/python3-packaging (sysroot):
  /usr/lib/python3.12/site-packages/packaging-23.2.dist-info moved to 

[OE-core] [AUH] rust-llvm: upgrading to 1.77.1 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *rust-llvm* to *1.77.1* has 
Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe rust-llvm failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1877 entries from dependency cache.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-dc795b047d85f97dc20b096b8091940b00083fa3"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:dc795b047d85f97dc20b096b8091940b00083fa3"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 11 Local 11 Mirrors 0 Missed 0 Current 22 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Loading cache...done.
Loaded 1877 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-dc795b047d85f97dc20b096b8091940b00083fa3"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:dc795b047d85f97dc20b096b8091940b00083fa3"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 9 Mirrors 0 Missed 1 Current 18 (90% match, 96% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% || ETA:  0:03:59
Adding changed files:   0% || ETA:  0:02:58
Adding changed files:   0% || ETA:  0:02:38
Adding changed files:   1% || ETA:  0:02:29
Adding changed files:   1% || ETA:  0:02:19
Adding changed files:   1% || ETA:  0:02:14
Adding changed files:   2% || ETA:  0:02:10
Adding changed files:   2% || ETA:  0:02:07
Adding changed files:   2% |#   | ETA:  0:02:04
Adding changed files:   3% |#   | ETA:  0:02:02
Adding changed files:   3% |#   | ETA:  0:02:00
Adding changed files:   3% |#   | ETA:  0:01:59
Adding changed files:   4% |#   | ETA:  0:01:59
Adding changed files:   4% |#   | ETA:  0:01:57
Adding changed files:   4% |#   | ETA:  0:01:56
Adding changed files:   5% |#   | ETA:  0:01:56
Adding changed files:   5% |#   | ETA:  0:01:55
Adding changed files:   5% |##  | ETA:  0:01:54
Adding changed files:   5% |##  | ETA:  0:01:53
Adding changed files:   6% |##  | ETA:  0:01:52
Adding changed files:   6% |##  | ETA:  0:01:51
Adding changed files:   6% |##  | ETA:  0:01:51
Adding changed files:   7% |##  | ETA:  0:01:50
Adding changed files:   7% |##  | ETA:  0:01:50
Adding changed files:   7% |##  | ETA:  0:01:49
Adding changed files:   8% |##  | ETA:  0:01:49
Adding changed files:   8% |### | ETA:  0:01:48
Adding changed files:   8% |### | 

[OE-core] [AUH] psmisc: upgrading to 23.7 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *psmisc* to *23.7* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-psmisc-upgrade-23.6-23.7.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From e290070148708f51f01d874a6a3b40e2e24c25d6 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 11:18:58 +
Subject: [PATCH] psmisc: upgrade 23.6 -> 23.7

---
 .../psmisc/0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch | 6 +++---
 .../psmisc/{psmisc_23.6.bb => psmisc_23.7.bb}   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-extended/psmisc/{psmisc_23.6.bb => psmisc_23.7.bb} (85%)

diff --git 
a/meta/recipes-extended/psmisc/psmisc/0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch
 
b/meta/recipes-extended/psmisc/psmisc/0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch
index ca13bdbd15..8f0d2d8bd5 100644
--- 
a/meta/recipes-extended/psmisc/psmisc/0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch
+++ 
b/meta/recipes-extended/psmisc/psmisc/0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch
@@ -1,4 +1,4 @@
-From 115fcf1daff18aa2f2e130d63704f04031878db0 Mon Sep 17 00:00:00 2001
+From 6dcfb691908d4678614b52d07512796b1cbd75b2 Mon Sep 17 00:00:00 2001
 From: Khem Raj 
 Date: Thu, 24 Mar 2016 15:46:14 +
 Subject: [PATCH] Use UINTPTR_MAX instead of __WORDSIZE
@@ -13,7 +13,7 @@ Upstream-Status: Pending
  1 file changed, 8 insertions(+), 5 deletions(-)
 
 diff --git a/src/peekfd.c b/src/peekfd.c
-index 5aa990a..7e8e3fc 100644
+index 36dff04..2b4b1dc 100644
 --- a/src/peekfd.c
 +++ b/src/peekfd.c
 @@ -30,8 +30,11 @@
@@ -28,7 +28,7 @@ index 5aa990a..7e8e3fc 100644
  #include 
  #include 
  #include 
-@@ -266,11 +269,11 @@ int main(int argc, char **argv)
+@@ -341,11 +344,11 @@ int main(int argc, char **argv)
if (WIFSTOPPED(status)) {
  #ifdef PPC
struct pt_regs regs;
diff --git a/meta/recipes-extended/psmisc/psmisc_23.6.bb 
b/meta/recipes-extended/psmisc/psmisc_23.7.bb
similarity index 85%
rename from meta/recipes-extended/psmisc/psmisc_23.6.bb
rename to meta/recipes-extended/psmisc/psmisc_23.7.bb
index 2e55ad00bd..ea272cd92d 100644
--- a/meta/recipes-extended/psmisc/psmisc_23.6.bb
+++ b/meta/recipes-extended/psmisc/psmisc_23.7.bb
@@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 SRC_URI = "git://gitlab.com/psmisc/psmisc.git;protocol=https;branch=master \
file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \
"
-SRCREV = "3098e641dc1ddb210186f53464255670b480377b"
+SRCREV = "9091d6dbcce3d8fb87adf9249a2eb346d25a562c"
 S = "${WORKDIR}/git"
-- 
2.42.0

packages/core2-64-poky-linux/psmisc: PACKAGES: added "psmisc-locale-ka 
psmisc-locale-ko"


0001-psmisc-upgrade-23.6-23.7.patch
Description: Binary data
packages/core2-64-poky-linux/psmisc/fuser-doc: PKGV changed from 23.6 [default] 
to 23.7 [default]
packages/core2-64-poky-linux/psmisc/fuser-doc: PKGSIZE changed from 7585 to 
7817 (+3%)
packages/core2-64-poky-linux/psmisc/fuser-doc: PV changed from "23.6" to "23.7"
packages/core2-64-poky-linux/psmisc/fuser: PKGV changed from 23.6 [default] to 
23.7 [default]
packages/core2-64-poky-linux/psmisc/fuser: PV changed from "23.6" to "23.7"
packages/core2-64-poky-linux/psmisc/killall-doc: PKGV changed from 23.6 
[default] to 23.7 [default]
packages/core2-64-poky-linux/psmisc/killall-doc: PKGSIZE changed from 5435 to 
5456 (+0%)
packages/core2-64-poky-linux/psmisc/killall-doc: PV changed from "23.6" to 
"23.7"
packages/core2-64-poky-linux/psmisc/killall: PKGV changed from 23.6 [default] 
to 23.7 [default]
packages/core2-64-poky-linux/psmisc/killall: PV changed from "23.6" to "23.7"
packages/core2-64-poky-linux/psmisc: PACKAGES: added "psmisc-locale-ko 
psmisc-locale-ka"
packages/core2-64-poky-linux/psmisc: PKGV changed from 23.6 [default] to 23.7 
[default]
packages/core2-64-poky-linux/psmisc: PV changed from "23.6" to "23.7"
packages/core2-64-poky-linux/psmisc/psmisc-dbg: PKGV changed from 23.6 
[default] to 23.7 [default]
packages/core2-64-poky-linux/psmisc/psmisc-dbg: PKGSIZE changed from 319600 to 
320720 (+0%)
packages/core2-64-poky-linux/psmisc/psmisc-dbg: PV changed from "23.6" to "23.7"

[OE-core] [AUH] epiphany: upgrading to 46.0 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *epiphany* to *46.0* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-epiphany-upgrade-45.3-46.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From aee5caac430924c34f87b0237dd19aa93719b8d8 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 12:15:40 +
Subject: [PATCH] epiphany: upgrade 45.3 -> 46.0

---
 .../epiphany/{epiphany_45.3.bb => epiphany_46.0.bb}   | 2 +-
 .../files/0002-help-meson.build-disable-the-use-of-yelp.patch | 2 +-
 meta/recipes-gnome/epiphany/files/distributor.patch   | 4 ++--
 meta/recipes-gnome/epiphany/files/migrator.patch  | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-gnome/epiphany/{epiphany_45.3.bb => epiphany_46.0.bb} (94%)

diff --git a/meta/recipes-gnome/epiphany/epiphany_45.3.bb 
b/meta/recipes-gnome/epiphany/epiphany_46.0.bb
similarity index 94%
rename from meta/recipes-gnome/epiphany/epiphany_45.3.bb
rename to meta/recipes-gnome/epiphany/epiphany_46.0.bb
index eec52e321a..9052fe170b 100644
--- a/meta/recipes-gnome/epiphany/epiphany_45.3.bb
+++ b/meta/recipes-gnome/epiphany/epiphany_46.0.bb
@@ -31,7 +31,7 @@ SRC_URI = 
"${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GN
file://migrator.patch \
file://distributor.patch \
"
-SRC_URI[archive.sha256sum] = 
"6c302e9bdd66290cb0e26f62843cd4c435a4955abdbb4f151f07dc80495d6730"
+SRC_URI[archive.sha256sum] = 
"f4348f2cf51c07c0c106d130172d4d23f2cd4068771e1de007b758ca2ade5660"
 
 # Developer mode enables debugging
 PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false"
diff --git 
a/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch
 
b/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch
index e505466764..a2de4ccdb9 100644
--- 
a/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch
+++ 
b/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch
@@ -1,4 +1,4 @@
-From bd45c75fe691e275d7a7d7e641ac66b153369a1c Mon Sep 17 00:00:00 2001
+From cf52a5e58bfee89b57c2573d56a2228a1a50d673 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin 
 Date: Wed, 31 Jan 2018 15:50:38 +0200
 Subject: [PATCH] help/meson.build: disable the use of yelp
diff --git a/meta/recipes-gnome/epiphany/files/distributor.patch 
b/meta/recipes-gnome/epiphany/files/distributor.patch
index a2800eb62d..c253c22e0a 100644
--- a/meta/recipes-gnome/epiphany/files/distributor.patch
+++ b/meta/recipes-gnome/epiphany/files/distributor.patch
@@ -1,4 +1,4 @@
-From c297f5b89d7c8e98ac98e1d9a7506df6db6fc025 Mon Sep 17 00:00:00 2001
+From 8efb992ad5e14c068e386ecd24f1a5a304fce95c Mon Sep 17 00:00:00 2001
 From: Richard Purdie 
 Date: Fri, 26 Feb 2021 10:17:52 +
 Subject: [PATCH] Don't encode the distro from /etc/os-release into the
@@ -11,7 +11,7 @@ RP 2021/2/26
  1 file changed, 1 insertion(+)
 
 diff --git a/meson.build b/meson.build
-index e416cc7..ee5f7b1 100644
+index ef3bc31..672dc95 100644
 --- a/meson.build
 +++ b/meson.build
 @@ -15,6 +15,7 @@ if r.returncode() == 0
diff --git a/meta/recipes-gnome/epiphany/files/migrator.patch 
b/meta/recipes-gnome/epiphany/files/migrator.patch
index 1b4404c8ca..5428ffb051 100644
--- a/meta/recipes-gnome/epiphany/files/migrator.patch
+++ b/meta/recipes-gnome/epiphany/files/migrator.patch
@@ -1,4 +1,4 @@
-From b38a4ceaeec05efb1b822d52c43590e7fd518113 Mon Sep 17 00:00:00 2001
+From 3fcb40048ef75c421d98d30883dd53f42534878a Mon Sep 17 00:00:00 2001
 From: Richard Purdie 
 Date: Thu, 25 Feb 2021 14:52:32 +
 Subject: [PATCH] epiphany: Fix reproducibility issue
-- 
2.42.0



0001-epiphany-upgrade-45.3-46.0.patch
Description: Binary data
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1875 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb files complete (920 cached, 1 parsed). 1874 targets, 35 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-64 sysroot...done.
Removing 1 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any 

[OE-core] [AUH] texinfo: upgrading to 7.1 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *texinfo* to *7.1* has Failed 
(devtool error).

Detailed error information:

The following devtool command failed:  upgrade texinfo -V 7.1
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1874 entries from dependency cache.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-5d5d49067ae7a9a40219fd40986f44b40eb465df"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:5d5d49067ae7a9a40219fd40986f44b40eb465df"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 10 Mirrors 0 Missed 0 Current 20 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Loading cache...done.
Loaded 1874 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-5d5d49067ae7a9a40219fd40986f44b40eb465df"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:5d5d49067ae7a9a40219fd40986f44b40eb465df"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   1% || ETA:  0:00:08
Adding changed files:   3% |#   | ETA:  0:00:05
Adding changed files:   5% |##  | ETA:  0:00:05
Adding changed files:   7% |##  | ETA:  0:00:04
Adding changed files:   9% |### | ETA:  0:00:04
Adding changed files:  11% || ETA:  0:00:04
Adding changed files:  13% || ETA:  0:00:03
Adding changed files:  14% |#   | ETA:  0:00:03
Adding changed files:  16% |##  | ETA:  0:00:03
Adding changed files:  18% |##  | ETA:  0:00:03
Adding changed files:  20% |### | ETA:  0:00:03
Adding changed files:  22% || ETA:  0:00:03
INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching https://ftp.gnu.org/gnu/texinfo/texinfo-7.1.tar.gz...
ERROR: Execution of 'git add -f -A 
"tp/tests/customization/res_parser/sectioning_directions_split_chapter/First-node.html"
 
"tp/tests/customization/res_parser/sectioning_directions_split_chapter/Last-node-no-description.html"
 
"tp/tests/customization/res_parser/sectioning_directions_split_chapter/Second-node.html"
 
"tp/tests/customization/res_parser/sectioning_directions_split_chapter/Third-node-unnumbered.html"
 
"tp/tests/customization/res_parser/sectioning_directions_split_chapter/between-node.html"
 
"tp/tests/customization/res_parser/sectioning_directions_split_chapter/index.html"
 
"tp/tests/customization/res_parser/sectioning_directions_split_chapter/numbered-sub.html"
 
"tp/tests/customization/res_parser/sectioning_directions_split_chapter/numbered-sub2.html"
 
"tp/tests/customization/res_parser/sectioning_directions_split_chapter/numbered-sub3.html"
 
"tp/tests/customization/res_parser/sectioning_directions_split_chapter/numbered.html"
 "tp/tests/customization/res_parser/sectioning_directio
 ns_split_chapter/sectioning.1" 

[OE-core] [AUH] repo: upgrading to 2.45 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *repo* to *2.45* has Succeeded.

Next steps:
- apply the patch: git am 0001-repo-upgrade-2.42-2.45.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From e924cb14ede74a558d8cf4435f5e62a10702a2eb Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 09:55:44 +
Subject: [PATCH] repo: upgrade 2.42 -> 2.45

---
 meta/recipes-devtools/repo/{repo_2.42.bb => repo_2.45.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/repo/{repo_2.42.bb => repo_2.45.bb} (94%)

diff --git a/meta/recipes-devtools/repo/repo_2.42.bb 
b/meta/recipes-devtools/repo/repo_2.45.bb
similarity index 94%
rename from meta/recipes-devtools/repo/repo_2.42.bb
rename to meta/recipes-devtools/repo/repo_2.45.bb
index 9bb5000fab..81bf31754b 100644
--- a/meta/recipes-devtools/repo/repo_2.42.bb
+++ b/meta/recipes-devtools/repo/repo_2.45.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 SRC_URI = 
"git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \
"
-SRCREV = "5554572f02537b8646139d59ab520e59e1d5f7b3"
+SRCREV = "73356f1d5ccbebf5a33e5e9aa1ba06c5f5437fed"
 
 MIRRORS += "git://gerrit.googlesource.com/git-repo.git 
git://github.com/GerritCodeReview/git-repo.git"
 
-- 
2.42.0



0001-repo-upgrade-2.42-2.45.patch
Description: Binary data
packages/core2-64-poky-linux/repo: PKGV changed from 2.42 [default] to 2.45 
[default]
packages/core2-64-poky-linux/repo: PV changed from "2.42" to "2.45"
packages/core2-64-poky-linux/repo/repo-dbg: PKGV changed from 2.42 [default] to 
2.45 [default]
packages/core2-64-poky-linux/repo/repo-dbg: PV changed from "2.42" to "2.45"
packages/core2-64-poky-linux/repo/repo-dev: PKGV changed from 2.42 [default] to 
2.45 [default]
packages/core2-64-poky-linux/repo/repo-dev: PV changed from "2.42" to "2.45"
packages/core2-64-poky-linux/repo/repo-doc: PKGV changed from 2.42 [default] to 
2.45 [default]
packages/core2-64-poky-linux/repo/repo-doc: PV changed from "2.42" to "2.45"
packages/core2-64-poky-linux/repo/repo-locale: PKGV changed from 2.42 [default] 
to 2.45 [default]
packages/core2-64-poky-linux/repo/repo-locale: PV changed from "2.42" to "2.45"
packages/core2-64-poky-linux/repo/repo-src: PKGV changed from 2.42 [default] to 
2.45 [default]
packages/core2-64-poky-linux/repo/repo-src: PV changed from "2.42" to "2.45"
packages/core2-64-poky-linux/repo/repo-staticdev: PKGV changed from 2.42 
[default] to 2.45 [default]
packages/core2-64-poky-linux/repo/repo-staticdev: PV changed from "2.42" to 
"2.45"
packages/core2-64-poky-linux/repo/repo: PKGV changed from 2.42 [default] to 
2.45 [default]
packages/core2-64-poky-linux/repo/repo: PKGSIZE changed from 46973 to 46971 
(-0%)
packages/core2-64-poky-linux/repo/repo: PV changed from "2.42" to "2.45"

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197746): 
https://lists.openembedded.org/g/openembedded-core/message/197746
Mute This Topic: https://lists.openembedded.org/mt/105271667/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] python3-pyelftools: upgrading to 0.31 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-pyelftools* to *0.31* 
has Succeeded.

Next steps:
- apply the patch: git am 0001-python3-pyelftools-upgrade-0.30-0.31.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 398246832a7b9702fa7ade9c8ecda4c4804677f5 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 09:00:16 +
Subject: [PATCH] python3-pyelftools: upgrade 0.30 -> 0.31

---
 .../{python3-pyelftools_0.30.bb => python3-pyelftools_0.31.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pyelftools_0.30.bb => 
python3-pyelftools_0.31.bb} (82%)

diff --git a/meta/recipes-devtools/python/python3-pyelftools_0.30.bb 
b/meta/recipes-devtools/python/python3-pyelftools_0.31.bb
similarity index 82%
rename from meta/recipes-devtools/python/python3-pyelftools_0.30.bb
rename to meta/recipes-devtools/python/python3-pyelftools_0.31.bb
index 837edb7165..551fed6876 100644
--- a/meta/recipes-devtools/python/python3-pyelftools_0.30.bb
+++ b/meta/recipes-devtools/python/python3-pyelftools_0.31.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc"
 
-SRC_URI[sha256sum] = 
"2fc92b0d534f8b081f58c7c370967379123d8e00984deb53c209364efd575b40"
+SRC_URI[sha256sum] = 
"c774416b10310156879443b81187d182d8d9ee499660380e645918b50bc88f99"
 
 PYPI_PACKAGE = "pyelftools"
 
-- 
2.42.0



0001-python3-pyelftools-upgrade-0.30-0.31.patch
Description: Binary data
packages/core2-64-poky-linux/python3-pyelftools/python3-pyelftools: FILELIST: 
directory renamed /usr/lib/python3.12/site-packages/pyelftools-0.30.dist-info 
-> /usr/lib/python3.12/site-packages/pyelftools-0.31.dist-info, added 
"/usr/lib/python3.12/site-packages/elftools/py.typed"
Changes to packages/core2-64-poky-linux/python3-pyelftools (sysroot):
  /usr/lib/python3.12/site-packages/pyelftools-0.30.dist-info moved to 
/usr/lib/python3.12/site-packages/pyelftools-0.31.dist-info
  /usr/lib/python3.12/site-packages/elftools/py.typed was added
packages/core2-64-poky-linux/python3-pyelftools: SRC_URI changed from 
"https://files.pythonhosted.org/packages/source/p/pyelftools/pyelftools-0.30.tar.gz;downloadfilename=pyelftools-0.30.tar.gz;
 to 
"https://files.pythonhosted.org/packages/source/p/pyelftools/pyelftools-0.31.tar.gz;downloadfilename=pyelftools-0.31.tar.gz;
packages/core2-64-poky-linux/python3-pyelftools: PV changed from "0.30" to 
"0.31"
packages/core2-64-poky-linux/python3-pyelftools: PKGV changed from 0.30 
[default] to 0.31 [default]
packages/core2-64-poky-linux/python3-pyelftools/python3-pyelftools-dbg: PV 
changed from "0.30" to "0.31"
packages/core2-64-poky-linux/python3-pyelftools/python3-pyelftools-dbg: PKGV 
changed from 0.30 [default] to 0.31 [default]
packages/core2-64-poky-linux/python3-pyelftools/python3-pyelftools-dev: PV 
changed from "0.30" to "0.31"
packages/core2-64-poky-linux/python3-pyelftools/python3-pyelftools-dev: PKGV 
changed from 0.30 [default] to 0.31 [default]
packages/core2-64-poky-linux/python3-pyelftools/python3-pyelftools-doc: PV 
changed from "0.30" to "0.31"
packages/core2-64-poky-linux/python3-pyelftools/python3-pyelftools-doc: PKGV 
changed from 0.30 [default] to 0.31 [default]
packages/core2-64-poky-linux/python3-pyelftools/python3-pyelftools-locale: PV 
changed from "0.30" to "0.31"
packages/core2-64-poky-linux/python3-pyelftools/python3-pyelftools-locale: PKGV 
changed from 0.30 [default] to 0.31 [default]
packages/core2-64-poky-linux/python3-pyelftools/python3-pyelftools-src: PV 
changed from "0.30" to "0.31"
packages/core2-64-poky-linux/python3-pyelftools/python3-pyelftools-src: PKGV 
changed from 0.30 [default] to 0.31 [default]
packages/core2-64-poky-linux/python3-pyelftools/python3-pyelftools-staticdev: 
PV changed from "0.30" to "0.31"
packages/core2-64-poky-linux/python3-pyelftools/python3-pyelftools-staticdev: 
PKGV changed from 0.30 [default] to 0.31 [default]
packages/core2-64-poky-linux/python3-pyelftools/python3-pyelftools: FILELIST: 
directory renamed /usr/lib/python3.12/site-packages/pyelftools-0.30.dist-info 
-> /usr/lib/python3.12/site-packages/pyelftools-0.31.dist-info, added 

[OE-core] [AUH] python3-pyasn1: upgrading to 0.6.0 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-pyasn1* to *0.6.0* 
has Succeeded.

Next steps:
- apply the patch: git am 0001-python3-pyasn1-upgrade-0.5.1-0.6.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 63d605b777ef264c8ea68b9fdc50dc66f316c21a Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 08:53:44 +
Subject: [PATCH] python3-pyasn1: upgrade 0.5.1 -> 0.6.0

---
 meta/recipes-devtools/python/python-pyasn1.inc  | 2 +-
 .../python/{python3-pyasn1_0.5.1.bb => python3-pyasn1_0.6.0.bb} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pyasn1_0.5.1.bb => 
python3-pyasn1_0.6.0.bb} (100%)

diff --git a/meta/recipes-devtools/python/python-pyasn1.inc 
b/meta/recipes-devtools/python/python-pyasn1.inc
index 530ff1c7c3..7b269f2940 100644
--- a/meta/recipes-devtools/python/python-pyasn1.inc
+++ b/meta/recipes-devtools/python/python-pyasn1.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://pyasn1.sourceforge.net/;
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=190f79253908c986e6cacf380c3a5f6d"
 
-SRC_URI[sha256sum] = 
"6d391a96e59b23130a5cfa74d6fd7f388dbbe26cc8f1edf39fdddf08d9d6676c"
+SRC_URI[sha256sum] = 
"3a35ab2c4b5ef98e17dfdec8ab074046fbda76e281c5a706ccd82328cfc8f64c"
 
 RDEPENDS:${PN}:class-target += " \
 python3-codecs \
diff --git a/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb 
b/meta/recipes-devtools/python/python3-pyasn1_0.6.0.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb
rename to meta/recipes-devtools/python/python3-pyasn1_0.6.0.bb
-- 
2.42.0



0001-python3-pyasn1-upgrade-0.5.1-0.6.0.patch
Description: Binary data
Changes to packages/core2-64-poky-linux/python3-pyasn1 (sysroot):
  /usr/lib/python3.12/site-packages/pyasn1-0.5.1.dist-info moved to 
/usr/lib/python3.12/site-packages/pyasn1-0.6.0.dist-info
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 921 .bb files complete (0 cached, 921 parsed). 1875 targets, 46 
skipped, 0 masked, 0 errors.
Removing 25 recipes from the core2-64 sysroot...done.
Removing 70 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux-musl"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-46614cb617bf4688a7642aa55f4a0c0fa7d107fb"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:46614cb617bf4688a7642aa55f4a0c0fa7d107fb"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 551 Local 535 Mirrors 0 Missed 16 Current 247 (97% 
match, 97% complete)
Removing 5 stale sstate objects for arch x86_64...done.
Removing 2 stale sstate objects for arch qemux86_64...done.
NOTE: Executing Tasks
NOTE: Running setscene task 265 of 798 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-pytest_8.0.2.bb:do_create_spdx_setscene)
NOTE: Running setscene task 266 of 798 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-pytest_8.0.2.bb:do_package_write_deb_setscene)
NOTE: Running setscene task 267 of 798 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-pytest_8.0.2.bb:do_package_write_ipk_setscene)
NOTE: Running setscene task 268 of 798 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-pytest_8.0.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 269 of 798 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_create_spdx_setscene)
NOTE: Running setscene task 270 of 798 
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package_write_deb_setscene)
NOTE: Running setscene task 271 of 798 

[OE-core] [AUH] cargo: upgrading to 1.77.1 FAILED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *cargo* to *1.77.1* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe cargo failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1875 entries from dependency cache.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-dc795b047d85f97dc20b096b8091940b00083fa3"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:dc795b047d85f97dc20b096b8091940b00083fa3"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 11 Local 11 Mirrors 0 Missed 0 Current 22 (100% match, 
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 113 tasks of which 110 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Loading cache...done.
Loaded 1875 entries from dependency cache.
Parsing recipes...done.
Parsing of 922 .bb files complete (920 cached, 2 parsed). 1875 targets, 35 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.7.3"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.3+snapshot-dc795b047d85f97dc20b096b8091940b00083fa3"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   
workspace= 
"tmp-auh-upgrades:dc795b047d85f97dc20b096b8091940b00083fa3"

Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing 
build without monitoring pressure
Sstate summary: Wanted 10 Local 9 Mirrors 0 Missed 1 Current 18 (90% match, 96% 
complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% || ETA:  0:04:02
Adding changed files:   0% || ETA:  0:02:59
Adding changed files:   0% || ETA:  0:02:40
Adding changed files:   1% || ETA:  0:02:30
Adding changed files:   1% || ETA:  0:02:20
Adding changed files:   1% || ETA:  0:02:15
Adding changed files:   2% || ETA:  0:02:10
Adding changed files:   2% || ETA:  0:02:07
Adding changed files:   2% |#   | ETA:  0:02:04
Adding changed files:   3% |#   | ETA:  0:02:02
Adding changed files:   3% |#   | ETA:  0:02:01
Adding changed files:   3% |#   | ETA:  0:02:00
Adding changed files:   4% |#   | ETA:  0:01:59
Adding changed files:   4% |#   | ETA:  0:01:58
Adding changed files:   4% |#   | ETA:  0:01:56
Adding changed files:   5% |#   | ETA:  0:01:56
Adding changed files:   5% |#   | ETA:  0:01:55
Adding changed files:   5% |##  | ETA:  0:01:54
Adding changed files:   5% |##  | ETA:  0:01:53
Adding changed files:   6% |##  | ETA:  0:01:52
Adding changed files:   6% |##  | ETA:  0:01:51
Adding changed files:   6% |##  | ETA:  0:01:51
Adding changed files:   7% |##  | ETA:  0:01:50
Adding changed files:   7% |##  | ETA:  0:01:49
Adding changed files:   7% |##  | ETA:  0:01:49
Adding changed files:   8% |##  | ETA:  0:01:49
Adding changed files:   8% |### | ETA:  0:01:48
Adding changed files:   8% |### | ETA:  

[OE-core] [AUH] encodings: upgrading to 1.1.0 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *encodings* to *1.1.0* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-encodings-upgrade-1.0.7-1.1.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From e77619bcd002e38d66291a84e15aa898a7debf0b Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 14:41:35 +
Subject: [PATCH] encodings: upgrade 1.0.7 -> 1.1.0

---
 .../xorg-font/{encodings_1.0.7.bb => encodings_1.1.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-font/{encodings_1.0.7.bb => 
encodings_1.1.0.bb} (86%)

diff --git a/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb 
b/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb
similarity index 86%
rename from meta/recipes-graphics/xorg-font/encodings_1.0.7.bb
rename to meta/recipes-graphics/xorg-font/encodings_1.1.0.bb
index 5906da416a..7432c08ec0 100644
--- a/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb
+++ b/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb
@@ -11,7 +11,7 @@ PE = "1"
 DEPENDS = "mkfontscale-native mkfontdir-native font-util-native"
 RDEPENDS:${PN} = ""
 
-SRC_URI[sha256sum] = 
"3a39a9f43b16521cdbd9f810090952af4f109b44fa7a865cd555f8febcea70a4"
+SRC_URI[sha256sum] = 
"9ff13c621756cfa12e95f32ba48a5b23839e8f577d0048beda66c67dab4de975"
 
 SRC_URI_EXT = "xz"
 
-- 
2.42.0

packages/all-poky-linux/encodings/encodings: FILELIST: added 
"/usr/share/fonts/X11/encodings/iso8859-14.enc.gz"
packages/all-poky-linux/encodings/encodings-dbg: PV changed from "1.0.7" to 
"1.1.0"
packages/all-poky-linux/encodings/encodings-dbg: PKGV changed from 1.0.7 
[default] to 1.1.0 [default]
packages/all-poky-linux/encodings/encodings-dev: PV changed from "1.0.7" to 
"1.1.0"
packages/all-poky-linux/encodings/encodings-dev: PKGV changed from 1.0.7 
[default] to 1.1.0 [default]
packages/all-poky-linux/encodings/encodings-doc: PV changed from "1.0.7" to 
"1.1.0"
packages/all-poky-linux/encodings/encodings-doc: PKGV changed from 1.0.7 
[default] to 1.1.0 [default]
packages/all-poky-linux/encodings/encodings-locale: PV changed from "1.0.7" to 
"1.1.0"
packages/all-poky-linux/encodings/encodings-locale: PKGV changed from 1.0.7 
[default] to 1.1.0 [default]
packages/all-poky-linux/encodings/encodings-src: PV changed from "1.0.7" to 
"1.1.0"
packages/all-poky-linux/encodings/encodings-src: PKGV changed from 1.0.7 
[default] to 1.1.0 [default]
packages/all-poky-linux/encodings/encodings-staticdev: PV changed from "1.0.7" 
to "1.1.0"
packages/all-poky-linux/encodings/encodings-staticdev: PKGV changed from 1.0.7 
[default] to 1.1.0 [default]
packages/all-poky-linux/encodings/encodings: PKGSIZE changed from 643033 to 
644033 (+0%)
packages/all-poky-linux/encodings/encodings: PV changed from "1.0.7" to "1.1.0"
packages/all-poky-linux/encodings/encodings: FILELIST: added 
"/usr/share/fonts/X11/encodings/iso8859-14.enc.gz"
packages/all-poky-linux/encodings/encodings: PKGV changed from 1.0.7 [default] 
to 1.1.0 [default]
packages/all-poky-linux/encodings: PV changed from "1.0.7" to "1.1.0"
packages/all-poky-linux/encodings: PKGV changed from 1.0.7 [default] to 1.1.0 
[default]
packages/all-poky-linux/encodings: SRC_URI changed from 
"https://www.x.org/releases//individual/font/encodings-1.0.7.tar.xz; to 
"https://www.x.org/releases//individual/font/encodings-1.1.0.tar.xz;


0001-encodings-upgrade-1.0.7-1.1.0.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197764): 
https://lists.openembedded.org/g/openembedded-core/message/197764
Mute This Topic: https://lists.openembedded.org/mt/105271685/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] pkgconf: upgrading to 2.2.0 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *pkgconf* to *2.2.0* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-pkgconf-upgrade-2.1.1-2.2.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 3147a9f92b82e0e205862d0d9c5516a6b6067827 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Mon, 1 Apr 2024 07:33:44 +
Subject: [PATCH] pkgconf: upgrade 2.1.1 -> 2.2.0

---
 .../pkgconf/{pkgconf_2.1.1.bb => pkgconf_2.2.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/pkgconf/{pkgconf_2.1.1.bb => pkgconf_2.2.0.bb} 
(96%)

diff --git a/meta/recipes-devtools/pkgconf/pkgconf_2.1.1.bb 
b/meta/recipes-devtools/pkgconf/pkgconf_2.2.0.bb
similarity index 96%
rename from meta/recipes-devtools/pkgconf/pkgconf_2.1.1.bb
rename to meta/recipes-devtools/pkgconf/pkgconf_2.2.0.bb
index 33d69451bb..e98458ea55 100644
--- a/meta/recipes-devtools/pkgconf/pkgconf_2.1.1.bb
+++ b/meta/recipes-devtools/pkgconf/pkgconf_2.2.0.bb
@@ -20,7 +20,7 @@ SRC_URI = "\
 file://pkg-config-native.in \
 file://pkg-config-esdk.in \
 "
-SRC_URI[sha256sum] = 
"3a224f2accf091b77a5781316e27b9ee3ba82c083cc2e539e08940b68a44fec5"
+SRC_URI[sha256sum] = 
"b06ff63a83536aa8c2f6422fa80ad45e4833f590266feb14eaddfe1d4c853c69"
 
 inherit autotools
 
-- 
2.42.0



0001-pkgconf-upgrade-2.1.1-2.2.0.patch
Description: Binary data
packages/core2-64-poky-linux/pkgconf/pkgconf: FILELIST: removed 
"/usr/lib/libpkgconf.so.4.0.0 /usr/lib/libpkgconf.so.4", added 
"/usr/lib/libpkgconf.so.5.0.0 /usr/lib/libpkgconf.so.5"
Changes to packages/core2-64-poky-linux/pkgconf (sysroot):
  /usr/lib/libpkgconf.so changed symlink target from libpkgconf.so.4.0.0 to 
libpkgconf.so.5.0.0
  /usr/lib/libpkgconf.so.4.0.0 moved to /usr/lib/libpkgconf.so.5.0.0
  /usr/lib/libpkgconf.so.4 moved to /usr/lib/libpkgconf.so.5
packages/core2-64-poky-linux/pkgconf: SRC_URI changed from 
"https://distfiles.ariadne.space/pkgconf/pkgconf-2.1.1.tar.xz 
file://pkg-config-wrapper file://pkg-config-native.in 
file://pkg-config-esdk.in" to 
"https://distfiles.ariadne.space/pkgconf/pkgconf-2.2.0.tar.xz 
file://pkg-config-wrapper file://pkg-config-native.in file://pkg-config-esdk.in"
packages/core2-64-poky-linux/pkgconf: PV changed from "2.1.1" to "2.2.0"
packages/core2-64-poky-linux/pkgconf: PKGV changed from 2.1.1 [default] to 
2.2.0 [default]
packages/core2-64-poky-linux/pkgconf/pkgconf-dbg: FILELIST: removed 
"/usr/lib/.debug/libpkgconf.so.4.0.0", added 
"/usr/lib/.debug/libpkgconf.so.5.0.0"
packages/core2-64-poky-linux/pkgconf/pkgconf-dbg: PKGSIZE changed from 315272 
to 315040 (-0%)
packages/core2-64-poky-linux/pkgconf/pkgconf-dbg: PV changed from "2.1.1" to 
"2.2.0"
packages/core2-64-poky-linux/pkgconf/pkgconf-dbg: PKGV changed from 2.1.1 
[default] to 2.2.0 [default]
packages/core2-64-poky-linux/pkgconf/pkgconf-dev: PKGSIZE changed from 24495 to 
24378 (-0%)
packages/core2-64-poky-linux/pkgconf/pkgconf-dev: PV changed from "2.1.1" to 
"2.2.0"
packages/core2-64-poky-linux/pkgconf/pkgconf-dev: PKGV changed from 2.1.1 
[default] to 2.2.0 [default]
packages/core2-64-poky-linux/pkgconf/pkgconf-doc: PV changed from "2.1.1" to 
"2.2.0"
packages/core2-64-poky-linux/pkgconf/pkgconf-doc: PKGV changed from 2.1.1 
[default] to 2.2.0 [default]
packages/core2-64-poky-linux/pkgconf/pkgconf-locale: PV changed from "2.1.1" to 
"2.2.0"
packages/core2-64-poky-linux/pkgconf/pkgconf-locale: PKGV changed from 2.1.1 
[default] to 2.2.0 [default]
packages/core2-64-poky-linux/pkgconf/pkgconf-src: PKGSIZE changed from 274832 
to 275510 (+0%)
packages/core2-64-poky-linux/pkgconf/pkgconf-src: PV changed from "2.1.1" to 
"2.2.0"
packages/core2-64-poky-linux/pkgconf/pkgconf-src: PKGV changed from 2.1.1 
[default] to 2.2.0 [default]
packages/core2-64-poky-linux/pkgconf/pkgconf-staticdev: PV changed from "2.1.1" 
to "2.2.0"
packages/core2-64-poky-linux/pkgconf/pkgconf-staticdev: PKGV changed from 2.1.1 
[default] to 2.2.0 [default]
packages/core2-64-poky-linux/pkgconf/pkgconf: FILELIST: removed 
"/usr/lib/libpkgconf.so.4.0.0 /usr/lib/libpkgconf.so.4", added 
"/usr/lib/libpkgconf.so.5.0.0 /usr/lib/libpkgconf.so.5"
packages/core2-64-poky-linux/pkgconf/pkgconf: PV changed from "2.1.1" to "2.2.0"

  1   2   >