[OE-core][kirkstone 13/13] Fix missing leading whitespace with ':append'

2023-02-01 Thread Steve Sakoman
From: Niko Mauno 

Mitigate occurences where ':append' operator is used and leading
whitespace character is obviously missing, risking inadvertent
string concatenation.

(From OE-Core rev: fcd340ec53ff8352b8cae0eb351810072b025a08)

Signed-off-by: Niko Mauno 
Signed-off-by: Alexandre Belloni 
Signed-off-by: Richard Purdie 
Signed-off-by: Steve Sakoman 
---
 meta/classes/core-image.bbclass | 2 +-
 meta/classes/populate_sdk_ext.bbclass   | 2 +-
 meta/conf/distro/include/ptest-packagelists.inc | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass
index 740a6c1d3d..803727da0e 100644
--- a/meta/classes/core-image.bbclass
+++ b/meta/classes/core-image.bbclass
@@ -62,7 +62,7 @@ IMAGE_FEATURES_REPLACES_ssh-server-openssh = 
"ssh-server-dropbear"
 # Do not install openssh complementary packages if either 
packagegroup-core-ssh-dropbear or dropbear
 # is installed # to avoid openssh-dropbear conflict
 # see [Yocto #14858] for more information
-PACKAGE_EXCLUDE_COMPLEMENTARY:append = 
"${@bb.utils.contains_any('PACKAGE_INSTALL', 'packagegroup-core-ssh-dropbear 
dropbear', 'openssh', '' , d)}"
+PACKAGE_EXCLUDE_COMPLEMENTARY:append = 
"${@bb.utils.contains_any('PACKAGE_INSTALL', 'packagegroup-core-ssh-dropbear 
dropbear', ' openssh', '' , d)}"
 
 # IMAGE_FEATURES_CONFLICTS_foo = 'bar1 bar2'
 # An error exception would be raised if both image features foo and bar1(or 
bar2) are included
diff --git a/meta/classes/populate_sdk_ext.bbclass 
b/meta/classes/populate_sdk_ext.bbclass
index e2019f9bbf..0fd30478dc 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -114,7 +114,7 @@ python write_host_sdk_ext_manifest () {
 f.write("%s %s %s\n" % (info[1], info[2], info[3]))
 }
 
-SDK_POSTPROCESS_COMMAND:append:task-populate-sdk-ext = 
"write_target_sdk_ext_manifest; write_host_sdk_ext_manifest; "
+SDK_POSTPROCESS_COMMAND:append:task-populate-sdk-ext = " 
write_target_sdk_ext_manifest; write_host_sdk_ext_manifest; "
 
 SDK_TITLE:task-populate-sdk-ext = "${@d.getVar('DISTRO_NAME') or 
d.getVar('DISTRO')} Extensible SDK"
 
diff --git a/meta/conf/distro/include/ptest-packagelists.inc 
b/meta/conf/distro/include/ptest-packagelists.inc
index b51cce4d9e..a65c048984 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -99,7 +99,7 @@ PTESTS_SLOW = "\
 "
 
 PTESTS_SLOW:remove:riscv64 = "valgrind-ptest"
-PTESTS_PROBLEMS:append:riscv64 = "valgrind-ptest"
+PTESTS_PROBLEMS:append:riscv64 = " valgrind-ptest"
 
 #ruby-ptest \ # Timeout
 #lz4-ptest \ # Needs a rewrite
-- 
2.25.1


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



[OE-core][kirkstone 12/13] libusb1: Strip trailing whitespaces

2023-02-01 Thread Steve Sakoman
From: Khem Raj 

Signed-off-by: Khem Raj 
Signed-off-by: Alexandre Belloni 
Signed-off-by: Richard Purdie 
(cherry picked from commit 2b24ffade16fc23ddb77e26d8967c26d62f4ed6d)
Signed-off-by: Steve Sakoman 
---
 meta/recipes-support/libusb/libusb1_1.0.26.bb | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-support/libusb/libusb1_1.0.26.bb 
b/meta/recipes-support/libusb/libusb1_1.0.26.bb
index ff3f0be7a5..18ab612d13 100644
--- a/meta/recipes-support/libusb/libusb1_1.0.26.bb
+++ b/meta/recipes-support/libusb/libusb1_1.0.26.bb
@@ -35,12 +35,12 @@ do_install:append() {
fi
 }
 
-do_compile_ptest() {   
  
-oe_runmake -C tests stress 
  
-}  
  
-   
  
-do_install_ptest() {   
  
-install -m 755 ${B}/tests/.libs/stress ${D}${PTEST_PATH} 
+do_compile_ptest() {
+oe_runmake -C tests stress
+}
+
+do_install_ptest() {
+install -m 755 ${B}/tests/.libs/stress ${D}${PTEST_PATH}
 }
 
 FILES:${PN} += "${base_libdir}/*.so.*"
-- 
2.25.1


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



[OE-core][kirkstone 11/13] libusb1: Link with latomic only if compiler has no atomic builtins

2023-02-01 Thread Steve Sakoman
From: Khem Raj 

This makes build use compiler to decide from where to get atomics
instead of assuming that it should always come from libatomic, helps
sharing build artifacts with OSes which may not have libatomic installed
because it is not required on those hosts.

Signed-off-by: Khem Raj 
Signed-off-by: Alexandre Belloni 
Signed-off-by: Richard Purdie 
(cherry picked from commit a026d9afcbe07a8324ca951ba3439373dcb3771c)
Signed-off-by: Steve Sakoman 
---
 ...k-with-latomic-only-if-no-atomic-bui.patch | 46 +++
 meta/recipes-support/libusb/libusb1_1.0.26.bb |  1 +
 2 files changed, 47 insertions(+)
 create mode 100644 
meta/recipes-support/libusb/libusb1/0001-configure.ac-Link-with-latomic-only-if-no-atomic-bui.patch

diff --git 
a/meta/recipes-support/libusb/libusb1/0001-configure.ac-Link-with-latomic-only-if-no-atomic-bui.patch
 
b/meta/recipes-support/libusb/libusb1/0001-configure.ac-Link-with-latomic-only-if-no-atomic-bui.patch
new file mode 100644
index 00..3c223e0822
--- /dev/null
+++ 
b/meta/recipes-support/libusb/libusb1/0001-configure.ac-Link-with-latomic-only-if-no-atomic-bui.patch
@@ -0,0 +1,46 @@
+From 95e601ce116dd46ea7915c171976b85ea0905d58 Mon Sep 17 00:00:00 2001
+From: Lonnie Abelbeck 
+Date: Sun, 8 May 2022 14:05:56 -0500
+Subject: [PATCH] configure.ac: Link with -latomic only if no atomic builtins
+
+Follow-up to 561dbda, a check of GCC atomic builtins needs to be done
+first.
+
+I'm no autoconf guru, but using this:
+https://github.com/mesa3d/mesa/blob/0df485c285b73c34ba9062f0c27e55c3c702930d/configure.ac#L469
+as inspiration, I created a pre-check before calling AC_SEARCH_LIBS(...)
+
+Fixes #1135
+Closes #1139
+Upstream-Status: Backport 
[https://github.com/kraj/libusb/commit/95e601ce116dd46ea7915c171976b85ea0905d58]
+Signed-off-by: Khem Raj 
+---
+ configure.ac  | 16 +++-
+ libusb/version_nano.h |  2 +-
+ 2 files changed, 16 insertions(+), 2 deletions(-)
+
+--- a/configure.ac
 b/configure.ac
+@@ -153,7 +153,21 @@ if test "x$platform" = xposix; then
+   AC_SEARCH_LIBS([pthread_create], [pthread],
+   [test "x$ac_cv_search_pthread_create" != "xnone required" && 
AC_SUBST(THREAD_LIBS, [-lpthread])],
+   [], [])
+-  AC_SEARCH_LIBS([__atomic_fetch_add_4], [atomic])
++  dnl Check for new-style atomic builtins. We first check without linking 
to -latomic.
++  AC_MSG_CHECKING(whether __atomic_load_n is supported)
++  AC_LINK_IFELSE([AC_LANG_SOURCE([[
++  #include 
++  int main() {
++  struct {
++  uint64_t *v;
++  } x;
++  return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) &
++ (int)__atomic_add_fetch(x.v, (uint64_t)1, 
__ATOMIC_ACQ_REL);
++  }]])], GCC_ATOMIC_BUILTINS_SUPPORTED=yes, 
GCC_ATOMIC_BUILTINS_SUPPORTED=no)
++  AC_MSG_RESULT($GCC_ATOMIC_BUILTINS_SUPPORTED)
++  if test "x$GCC_ATOMIC_BUILTINS_SUPPORTED" != xyes; then
++  AC_SEARCH_LIBS([__atomic_fetch_add_4], [atomic])
++  fi
+ elif test "x$platform" = xwindows; then
+   AC_DEFINE([PLATFORM_WINDOWS], [1], [Define to 1 if compiling for a 
Windows platform.])
+ else
diff --git a/meta/recipes-support/libusb/libusb1_1.0.26.bb 
b/meta/recipes-support/libusb/libusb1_1.0.26.bb
index fd63e7adc2..ff3f0be7a5 100644
--- a/meta/recipes-support/libusb/libusb1_1.0.26.bb
+++ b/meta/recipes-support/libusb/libusb1_1.0.26.bb
@@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 BBCLASSEXTEND = "native nativesdk"
 
 SRC_URI = 
"https://github.com/libusb/libusb/releases/download/v${PV}/libusb-${PV}.tar.bz2 
\
+   
file://0001-configure.ac-Link-with-latomic-only-if-no-atomic-bui.patch \
file://run-ptest \
   "
 
-- 
2.25.1


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



[OE-core][kirkstone 10/13] native: Drop special variable handling

2023-02-01 Thread Steve Sakoman
From: Richard Purdie 

Back when it was merged in 
https://git.yoctoproject.org/poky/commit/?id=c4257ed8b1040a5a0e9a95846d81961741239116
it appeared special handling in setVar was necessary. Likely due to
other fixes and improvements it no longer appears to be. The results of
"bitbake world -g" before and after this change are identical for oe-core
and meta-openembedded. Therefore drop the "parsing=True" special parameter to
setVar() meaning overrides can now be cleared.

This means that something like:

DEPENDS:append = " bash"

now functions as expected, adding bash to the target recipe and bash-native to
the native BBCLASSEXTENDED version.

Without this change, it would add bash to the native version as well as
bash-native which is clearly incorrect.

[YOCTO #15010]

Signed-off-by: Richard Purdie 
Signed-off-by: Luca Ceresoli 
Signed-off-by: Richard Purdie 
(cherry picked from commit 99a5105f7b5303cd36077b5910c662a865c1782c)
Signed-off-by: Steve Sakoman 
---
 meta/classes/native.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index fc7422c5d7..4de96cd59b 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -153,7 +153,7 @@ python native_virtclass_handler () {
 newdeps.append(dep.replace(pn, bpn) + "-native")
 else:
 newdeps.append(dep)
-d.setVar(varname, " ".join(newdeps), parsing=True)
+d.setVar(varname, " ".join(newdeps))
 
 map_dependencies("DEPENDS", e.data, selfref=False)
 for pkg in e.data.getVar("PACKAGES", False).split():
-- 
2.25.1


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



[OE-core][kirkstone 09/13] quilt: use upstreamed faildiff.test fix

2023-02-01 Thread Steve Sakoman
From: Ross Burton 

Signed-off-by: Ross Burton 
Signed-off-by: Luca Ceresoli 
Signed-off-by: Richard Purdie 
(cherry picked from commit 50b81a263187af4452d3b99967bffd01c6ddb476)
Signed-off-by: Steve Sakoman 
---
 .../quilt/quilt/faildiff-order.patch  | 47 ---
 1 file changed, 30 insertions(+), 17 deletions(-)

diff --git a/meta/recipes-devtools/quilt/quilt/faildiff-order.patch 
b/meta/recipes-devtools/quilt/quilt/faildiff-order.patch
index 40f3c2636a..f22065a250 100644
--- a/meta/recipes-devtools/quilt/quilt/faildiff-order.patch
+++ b/meta/recipes-devtools/quilt/quilt/faildiff-order.patch
@@ -1,28 +1,41 @@
-This test assumes that two lines that are output on different streams (stdout
-and stderr) will be read in the same order, but thanks to buffering that may 
not
-be the case.
+Upstream-Status: Backport
+Signed-off-by: Ross Burton 
 
-Change the expected lines to be regexs that each match both expected lines, so
-the test always works no matter the actual order the lines are read in.
+From 4dfe7f9e702c85243a71e4de267a13e434b6d6c2 Mon Sep 17 00:00:00 2001
+From: Jean Delvare 
+Date: Fri, 20 Jan 2023 12:56:08 +0100
+Subject: [PATCH] test: Fix a race condition
 
-Bug filed at https://savannah.nongnu.org/bugs/index.php?63651 to discuss a
-proper solution.
+The test suite does not differentiate between stdout and stderr. When
+messages are printed to both, the order in which they will reach us
+is apparently not guaranteed. Ideally this would be deterministic, but
+until then, explicitly test stdout and stderr separately in the test
+case itself. Otherwise the test suite fails randomly, which is a pain
+for distribution package maintainers.
 
-Upstream-Status: Inappropriate
-Signed-off-by: Ross Burton 
+This fixes bug #63651 reported by Ross Burton:
+https://savannah.nongnu.org/bugs/index.php?63651
+
+Signed-off-by: Jean Delvare 
+---
+ test/faildiff.test | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
 
 diff --git a/test/faildiff.test b/test/faildiff.test
-index 5afb8e3..5f32f71 100644
+index 5afb8e3..0444c15 100644
 --- a/test/faildiff.test
 +++ b/test/faildiff.test
-@@ -28,8 +28,8 @@ What happens on binary files?
+@@ -27,8 +27,9 @@ What happens on binary files?
+   > File test.bin added to patch %{P}test.diff
  
$ printf "\\003\\000\\001" > test.bin
-   $ quilt diff -pab --no-index
--  >~ (Files|Binary files) a/test\.bin and b/test\.bin differ
--  > Diff failed on file 'test.bin', aborting
-+  >~ (.*[Ff]iles a/test\.bin and b/test\.bin differ|Diff failed on file 
'test.bin', aborting)
-+  >~ (.*[Ff]iles a/test\.bin and b/test\.bin differ|Diff failed on file 
'test.bin', aborting)
+-  $ quilt diff -pab --no-index
++  $ quilt diff -pab --no-index 2>/dev/null
+   >~ (Files|Binary files) a/test\.bin and b/test\.bin differ
++  $ quilt diff -pab --no-index >/dev/null
+   > Diff failed on file 'test.bin', aborting
$ echo %{?}
> 1
- 
+-- 
+2.34.1
+
-- 
2.25.1


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



[OE-core][kirkstone 08/13] libtirpc: Check if file exists before operating on it

2023-02-01 Thread Steve Sakoman
From: Khem Raj 

In some cases (e.g. mingw) this file may not be installed

Signed-off-by: Khem Raj 
Signed-off-by: Luca Ceresoli 
Signed-off-by: Richard Purdie 
(cherry picked from commit 547f3a13ee9268bbdd439c96108ba1fe9ab78873)
Signed-off-by: Steve Sakoman 
---
 meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb 
b/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb
index 66bc4ecdd1..6980135a92 100644
--- a/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb
+++ b/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb
@@ -21,7 +21,7 @@ inherit autotools pkgconfig
 EXTRA_OECONF = "--disable-gssapi"
 
 do_install:append() {
-   chown root:root ${D}${sysconfdir}/netconfig
+   test -e ${D}${sysconfdir}/netconfig && chown root:root 
${D}${sysconfdir}/netconfig
 }
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1


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



[OE-core][kirkstone 07/13] numactl: skip test case when target platform doesn't have 2 CPU node

2023-02-01 Thread Steve Sakoman
From: Xiangyu Chen 

when current test platform doesn't have 2 or more CPU node, the test
case would report FAIL, according to numa test script and numademo
code, when return code=77 should be skip test, so using SKIP instead
of FAIL in test script.

Signed-off-by: Xiangyu Chen 
Signed-off-by: Luca Ceresoli 
Signed-off-by: Richard Purdie 
(cherry picked from commit fd0a82400d419bce8605a9445db9b20b8ddc01a7)
Signed-off-by: Steve Sakoman 
---
 .../numactl/numactl/Fix-the-test-output-format.patch| 3 ++-
 meta/recipes-support/numactl/numactl/run-ptest  | 6 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git 
a/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch 
b/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch
index 9812ecc8b3..a7bc8d322e 100644
--- a/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch
+++ b/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch
@@ -7,6 +7,7 @@ Upstream-Status: Pending
 
 Signed-off-by: Roy Li 
 Signed-off-by: Li Xin 
+Signed-off-by: Xiangyu Chen 
 ---
  test/regress  |  6 +++---
  test/regress2 | 11 +--
@@ -20,7 +21,7 @@ index 2ce1705..d086a47 100755
if [ $numnodes -lt 2 ] ; then
echo "need at least two nodes with at least $NEEDPAGES each of"
echo "free memory for mempolicy regression tests"
-+  echo "FAIL: numa regress"
++  echo "SKIP: numa regress"
exit 77  # Skip test
fi
  }
diff --git a/meta/recipes-support/numactl/numactl/run-ptest 
b/meta/recipes-support/numactl/numactl/run-ptest
index bf269da755..e019b0d364 100755
--- a/meta/recipes-support/numactl/numactl/run-ptest
+++ b/meta/recipes-support/numactl/numactl/run-ptest
@@ -8,7 +8,11 @@ if ! numactl -s | grep -q "No NUMA support available on this 
system."; then
if  numademo -t -e 10M; then
echo "PASS: numademo"
else
-   echo "FAIL: numademo"
+   if [ "$?" = 77 ] ; then
+   echo "SKIP: numademo"
+   else
+   echo "FAIL: numademo"
+   fi
fi
 else
echo "SKIP: ./../test/bind_range"
-- 
2.25.1


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



[OE-core][kirkstone 06/13] devtool: fix devtool finish when gitmodules file is empty

2023-02-01 Thread Steve Sakoman
From: Thomas Roos 

When a .gitmodules file exists but is empty then devtool finish fails.
Add an additional check for this.

[YOCTO #14999]

Signed-off-by: Thomas Roos 
Signed-off-by: Luca Ceresoli 
Signed-off-by: Richard Purdie 
(cherry picked from commit b4f0f7c4934bade9e4d4a1086f9d8b29d8e9ad45)
Signed-off-by: Steve Sakoman 
---
 meta/classes/externalsrc.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/externalsrc.bbclass b/meta/classes/externalsrc.bbclass
index 57135f2e4c..a649bcdff8 100644
--- a/meta/classes/externalsrc.bbclass
+++ b/meta/classes/externalsrc.bbclass
@@ -229,7 +229,7 @@ def srctree_hash_files(d, srcdir=None):
 env['GIT_INDEX_FILE'] = tmp_index.name
 subprocess.check_output(['git', 'add', '-A', '.'], cwd=s_dir, 
env=env)
 git_sha1 = subprocess.check_output(['git', 'write-tree'], 
cwd=s_dir, env=env).decode("utf-8")
-if os.path.exists(os.path.join(s_dir, ".gitmodules")):
+if os.path.exists(os.path.join(s_dir, ".gitmodules")) and 
os.path.getsize(os.path.join(s_dir, ".gitmodules")) > 0:
 submodule_helper = subprocess.check_output(["git", "config", 
"--file", ".gitmodules", "--get-regexp", "path"], cwd=s_dir, 
env=env).decode("utf-8")
 for line in submodule_helper.splitlines():
 module_dir = os.path.join(s_dir, 
line.rsplit(maxsplit=1)[1])
-- 
2.25.1


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



[OE-core][kirkstone 05/13] spirv-headers: set correct branch name

2023-02-01 Thread Steve Sakoman
From: Ross Burton 

As of last week, the SPIRV repositories have renamed their master
branches to main:

https://github.com/KhronosGroup/SPIRV-Headers/issues/313

Signed-off-by: Ross Burton 
Signed-off-by: Luca Ceresoli 
Signed-off-by: Richard Purdie 
(cherry picked from commit 2957da09f13607ac00ddd4a87ec9ad0014326507)
Signed-off-by: Steve Sakoman 
---
 meta/recipes-graphics/spir/spirv-headers_1.3.204.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/spir/spirv-headers_1.3.204.1.bb 
b/meta/recipes-graphics/spir/spirv-headers_1.3.204.1.bb
index 72416b441f..9e4a695325 100644
--- a/meta/recipes-graphics/spir/spirv-headers_1.3.204.1.bb
+++ b/meta/recipes-graphics/spir/spirv-headers_1.3.204.1.bb
@@ -8,7 +8,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d"
 
 SRCREV = "b42ba6d92faf6b4938e6f22ddd186dbdacc98d78"
-SRC_URI = 
"git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=master"
+SRC_URI = 
"git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main"
 PE = "1"
 UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P\d+(\.\d+)+)"
 S = "${WORKDIR}/git"
-- 
2.25.1


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



[OE-core][kirkstone 04/13] quilt: fix intermittent failure in faildiff.test

2023-02-01 Thread Steve Sakoman
From: Ross Burton 

This test assumes that if a child process writes one line to stderr and
then another line to stdout, and stderr is redirected to stdout, that
the order the lines will be read is stable.

This isn't the case and occasionally the lines will be read in a
different order.  Change the test to ignore line ordering.

[ YOCTO #14469 ]

Signed-off-by: Ross Burton 
Signed-off-by: Richard Purdie 
(cherry picked from commit 1ddbe4d2bd8d8da10dac8a054f130fcd1d242219)
Signed-off-by: Steve Sakoman 
---
 meta/recipes-devtools/quilt/quilt.inc |  1 +
 .../quilt/quilt/faildiff-order.patch  | 28 +++
 2 files changed, 29 insertions(+)
 create mode 100644 meta/recipes-devtools/quilt/quilt/faildiff-order.patch

diff --git a/meta/recipes-devtools/quilt/quilt.inc 
b/meta/recipes-devtools/quilt/quilt.inc
index ec69705093..fce81016d8 100644
--- a/meta/recipes-devtools/quilt/quilt.inc
+++ b/meta/recipes-devtools/quilt/quilt.inc
@@ -13,6 +13,7 @@ SRC_URI = "${SAVANNAH_GNU_MIRROR}/quilt/quilt-${PV}.tar.gz \
 file://test.sh \
 file://0001-tests-Allow-different-output-from-mv.patch \
 file://fix-grep-3.8.patch \
+file://faildiff-order.patch \
 "
 
 SRC_URI:append:class-target = " file://gnu_patch_test_fix_target.patch"
diff --git a/meta/recipes-devtools/quilt/quilt/faildiff-order.patch 
b/meta/recipes-devtools/quilt/quilt/faildiff-order.patch
new file mode 100644
index 00..40f3c2636a
--- /dev/null
+++ b/meta/recipes-devtools/quilt/quilt/faildiff-order.patch
@@ -0,0 +1,28 @@
+This test assumes that two lines that are output on different streams (stdout
+and stderr) will be read in the same order, but thanks to buffering that may 
not
+be the case.
+
+Change the expected lines to be regexs that each match both expected lines, so
+the test always works no matter the actual order the lines are read in.
+
+Bug filed at https://savannah.nongnu.org/bugs/index.php?63651 to discuss a
+proper solution.
+
+Upstream-Status: Inappropriate
+Signed-off-by: Ross Burton 
+
+diff --git a/test/faildiff.test b/test/faildiff.test
+index 5afb8e3..5f32f71 100644
+--- a/test/faildiff.test
 b/test/faildiff.test
+@@ -28,8 +28,8 @@ What happens on binary files?
+ 
+   $ printf "\\003\\000\\001" > test.bin
+   $ quilt diff -pab --no-index
+-  >~ (Files|Binary files) a/test\.bin and b/test\.bin differ
+-  > Diff failed on file 'test.bin', aborting
++  >~ (.*[Ff]iles a/test\.bin and b/test\.bin differ|Diff failed on file 
'test.bin', aborting)
++  >~ (.*[Ff]iles a/test\.bin and b/test\.bin differ|Diff failed on file 
'test.bin', aborting)
+   $ echo %{?}
+   > 1
+ 
-- 
2.25.1


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



[OE-core][kirkstone 02/13] linux-yocto/5.15: update to v5.15.87

2023-02-01 Thread Steve Sakoman
From: Bruce Ashfield 

Updating  to the latest korg -stable release that comprises
the following commits:

d57287729e22 Linux 5.15.87
24186c682288 drm/mgag200: Fix PLL setup for G200_SE_A rev >=4
e326ee018a24 io_uring: Fix unsigned 'res' comparison with zero in 
io_fixup_rw_res()
b2b6eefab43d efi: random: combine bootloader provided RNG seed with RNG 
protocol output
99c0759495a0 mbcache: Avoid nesting of cache->c_list_lock under bit locks
d50d6c193adb net: hns3: fix return value check bug of rx copybreak
d4e6a13eb9a3 btrfs: make thaw time super block check to also verify checksum
70a1dccd0e58 selftests: set the BUILD variable to absolute path
58fef3ebc83c ext4: don't allow journal inode to have encrypt flag
bd5dc96fea4e mptcp: use proper req destructor for IPv6
78bd6ab52c03 mptcp: dedicated request sock for subflow in v6
6e9c1aef3e32 Revert "ACPI: PM: Add support for upcoming AMD uPEP HID 
AMDI007"
e32f867b37da ksmbd: check nt_len to be at least CIFS_ENCPWD_SIZE in 
ksmbd_decode_ntlmssp_auth_blob
4136f1ac1ecd ksmbd: fix infinite loop in ksmbd_conn_handler_loop()
f10defb0be6a hfs/hfsplus: avoid WARN_ON() for sanity check, use proper 
error handling
48d9e2e6de01 hfs/hfsplus: use WARN_ON for sanity check
f5a9bbf962e2 drm/i915/gvt: fix vgpu debugfs clean in remove
ae9a61511736 drm/i915/gvt: fix gvt debugfs destroy
eb3e943a3243 riscv, kprobes: Stricter c.jr/c.jalr decoding
620a229f576a riscv: uaccess: fix type of 0 variable on error in get_user()
8e05a993f8aa thermal: int340x: Add missing attribute for data rate base
c3222fd28225 io_uring: fix CQ waiting timeout handling
b7b9bc93055d block: don't allow splitting of a REQ_NOWAIT bio
e1358c878711 fbdev: matroxfb: G200eW: Increase max memory from 1 MB to 16 MB
682a7d064f35 nfsd: fix handling of readdir in v4root vs. mount upcall 
timeout
cb42aa7b5f72 x86/bugs: Flush IBP in ib_prctl_set()
554a880a1fff x86/kexec: Fix double-free of elf header buffer
264241a61045 btrfs: check superblock to ensure the fs was not modified at 
thaw time
69f4bda5f4e6 nvme: also return I/O command effects from nvme_command_effects
a6a4b057cd47 nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding it
f9309dcaa9c0 io_uring: check for valid register opcode earlier
4df413d46960 nvme: fix multipath crash caused by flush request when 
blktrace is enabled
03ce7921285e ASoC: Intel: bytcr_rt5640: Add quirk for the Advantech 
MICA-071 tablet
0dca7375e2b9 udf: Fix extension of the last extent in the file
dc1bc903970b caif: fix memory leak in cfctrl_linkup_request()
bce3680b48d2 drm/i915: unpin on error in intel_vgpu_shadow_mm_pin()
da6a3653b82c perf stat: Fix handling of --for-each-cgroup with 
--bpf-counters to match non BPF mode
11cd4ec6359d usb: rndis_host: Secure rndis_query check against int overflow
6ea5273c71dd octeontx2-pf: Fix lmtst ID used in aura free
4e5f2c74cbbf drivers/net/bonding/bond_3ad: return when there's no aggregator
8414983c2e64 fs/ntfs3: don't hold ni_lock when calling truncate_setsize()
a23e8376e613 drm/imx: ipuv3-plane: Fix overlay plane width
a8f7fd322f56 perf tools: Fix resources leak in perf_data__open_dir()
a1e1521b4639 netfilter: ipset: Rework long task execution when 
adding/deleting entries
6f19a3848367 netfilter: ipset: fix hash:net,port,net hang with /0 subnet
774d259749d7 net: sparx5: Fix reading of the MAC address
04dc4003e5df net: sched: cbq: dont intepret cls results when asked to drop
f02327a4877a net: sched: atm: dont intepret cls results when asked to drop
95da1882ce93 gpio: sifive: Fix refcount leak in sifive_gpio_probe
da9c9883ec96 ceph: switch to vfs_inode_has_locks() to fix file lock bug
54e72ce5f1d7 filelock: new helper: vfs_inode_has_locks
f34b03ce3a86 drm/meson: Reduce the FIFO lines held when AFBC is not used
05a8410b0fce RDMA/mlx5: Fix validation of max_rd_atomic caps for DC
8d89870d6375 RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for device
4d112f001612 net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probe
e5fbeb3d16b4 net: ena: Update NUMA TPH hint register upon NUMA node update
7840b93cfd4c net: ena: Set default value for RX interrupt moderation
d09b7a9d2f34 net: ena: Fix rx_copybreak value update
0e7ad9b006d7 net: ena: Use bitmask to indicate packet redirection
5d4964984b99 net: ena: Account for the number of processed bytes in XDP
f17d9aec07de net: ena: Don't register memory info on XDP exchange
a4aa727ad0b2 net: ena: Fix toeplitz initial hash value
0bec17f1ce31 net: amd-xgbe: add missed tasklet_kill
cb2f74685f76 net/mlx5e: Fix hw mtu initializing at XDP SQ allocation
6c72abb78b01 net/mlx5e: Always clear dest encap in neigh-update-del
b36783bc11d1 net/mlx5e: TC, Refactor mlx5e_tc_add_flow_mod_hdr() to get 
flow attr
f8c10eeba31b net/mlx5e: IPoIB, Don't allow CQE 

[OE-core][kirkstone 03/13] lttng-modules: Fix for 5.10.163 kernel version

2023-02-01 Thread Steve Sakoman
From: Armin Kuster 

Signed-off-by: Armin Kuster 
Signed-off-by: Alexandre Belloni 
(cherry picked from commit 4ad1f430abe1e7706b43b36405f036fa23a4e6fd)
Signed-off-by: Steve Sakoman 
---
 .../fix-jbd2-upper-bound-for-v5.10.163.patch  | 52 
 ...e-the-correct-print-format-v5.10.163.patch | 61 +++
 .../lttng/lttng-modules_2.13.8.bb |  2 +
 3 files changed, 115 insertions(+)
 create mode 100644 
meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-upper-bound-for-v5.10.163.patch
 create mode 100644 
meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-use-the-correct-print-format-v5.10.163.patch

diff --git 
a/meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-upper-bound-for-v5.10.163.patch
 
b/meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-upper-bound-for-v5.10.163.patch
new file mode 100644
index 00..bfc49294b0
--- /dev/null
+++ 
b/meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-upper-bound-for-v5.10.163.patch
@@ -0,0 +1,52 @@
+From 4fd2615b87b3cac0fd5bdc5fc82db05f6fcfdecf Mon Sep 17 00:00:00 2001
+From: Michael Jeanson 
+Date: Tue, 17 Jan 2023 12:16:04 -0500
+Subject: [PATCH] fix: jbd2 upper bound for v5.10.163
+
+Use the correct upper bound of 5,11,0.
+
+Change-Id: I435b44b940c7346ed8c3ef0d445365ed156702d0
+Signed-off-by: Michael Jeanson 
+Signed-off-by: Mathieu Desnoyers 
+
+Upstream-Status: Backport
+Signed-off-by: Armin Kuster 
+
+---
+ include/instrumentation/events/jbd2.h | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/include/instrumentation/events/jbd2.h 
b/include/instrumentation/events/jbd2.h
+index f7993511..9b77ab92 100644
+--- a/include/instrumentation/events/jbd2.h
 b/include/instrumentation/events/jbd2.h
+@@ -28,7 +28,7 @@ LTTNG_TRACEPOINT_EVENT(jbd2_checkpoint,
+ )
+ 
+ #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(6,2,0) \
+-  || LTTNG_KERNEL_RANGE(5,10,163, 6,0,0) \
++  || LTTNG_KERNEL_RANGE(5,10,163, 5,11,0) \
+   || LTTNG_KERNEL_RANGE(5,15,87, 5,16,0) \
+   || LTTNG_KERNEL_RANGE(6,0,18, 6,1,0) \
+   || LTTNG_KERNEL_RANGE(6,1,4, 6,2,0))
+@@ -97,7 +97,7 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE(jbd2_commit, 
jbd2_drop_transaction,
+ #endif
+ 
+ #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(6,2,0) \
+-  || LTTNG_KERNEL_RANGE(5,10,163, 6,0,0) \
++  || LTTNG_KERNEL_RANGE(5,10,163, 5,11,0) \
+   || LTTNG_KERNEL_RANGE(5,15,87, 5,16,0) \
+   || LTTNG_KERNEL_RANGE(6,0,18, 6,1,0) \
+   || LTTNG_KERNEL_RANGE(6,1,4, 6,2,0))
+@@ -140,7 +140,7 @@ LTTNG_TRACEPOINT_EVENT(jbd2_submit_inode_data,
+ )
+ 
+ #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(6,2,0) \
+-  || LTTNG_KERNEL_RANGE(5,10,163, 6,0,0) \
++  || LTTNG_KERNEL_RANGE(5,10,163, 5,11,0) \
+   || LTTNG_KERNEL_RANGE(5,15,87, 5,16,0) \
+   || LTTNG_KERNEL_RANGE(6,0,18, 6,1,0) \
+   || LTTNG_KERNEL_RANGE(6,1,4, 6,2,0))
+-- 
+2.35.4
+
diff --git 
a/meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-use-the-correct-print-format-v5.10.163.patch
 
b/meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-use-the-correct-print-format-v5.10.163.patch
new file mode 100644
index 00..8067cffaab
--- /dev/null
+++ 
b/meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-use-the-correct-print-format-v5.10.163.patch
@@ -0,0 +1,61 @@
+From dd7be14bd04c1de309ba267097b03a308da87dae Mon Sep 17 00:00:00 2001
+From: Michael Jeanson 
+Date: Tue, 17 Jan 2023 11:03:12 -0500
+Subject: [PATCH] fix: jbd2: use the correct print format (v5.10.163)
+
+See upstream commit :
+
+  commit d87a7b4c77a997d5388566dd511ca8e6b8e8a0a8
+  Author: Bixuan Cui 
+  Date:   Tue Oct 11 19:33:44 2022 +0800
+
+jbd2: use the correct print format
+
+The print format error was found when using ftrace event:
+<...>-1406 [000]  23599442.895823: jbd2_end_commit: dev 252,8 
transaction -1866216965 sync 0 head -1866217368
+<...>-1406 [000]  23599442.896299: jbd2_start_commit: dev 252,8 
transaction -1866216964 sync 0
+
+Use the correct print format for transaction, head and tid.
+
+Change-Id: I7601f5cbb86495c2607be7b11e02724c90b3ebf9
+Signed-off-by: Michael Jeanson 
+Signed-off-by: Mathieu Desnoyers 
+
+Upstream-Status: Backport
+Signed-off-by: Armin Kuster 
+
+---
+ include/instrumentation/events/jbd2.h | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/include/instrumentation/events/jbd2.h 
b/include/instrumentation/events/jbd2.h
+index d5d8ea0c..f7993511 100644
+--- a/include/instrumentation/events/jbd2.h
 b/include/instrumentation/events/jbd2.h
+@@ -28,6 +28,7 @@ LTTNG_TRACEPOINT_EVENT(jbd2_checkpoint,
+ )
+ 
+ #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(6,2,0) \
++  || LTTNG_KERNEL_RANGE(5,10,163, 6,0,0) \
+   || LTTNG_KERNEL_RANGE(5,15,87, 5,16,0) \
+   || LTTNG_KERNEL_RANGE(6,0,18, 6,1,0) \
+   || LTTNG_KERNEL_RANGE(6,1,4, 6,2,0))
+@@ -96,6 +97,7 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE(jbd2_commit, 
jbd2_drop_transaction,
+ #endif
+ 
+ #if (LTTNG_LINUX_VERSION_CODE >= 

[OE-core][kirkstone 01/13] ppp: backport fix for CVE-2022-4603

2023-02-01 Thread Steve Sakoman
From: Ross Burton 

Signed-off-by: Ross Burton 
Signed-off-by: Alexandre Belloni 
Signed-off-by: Richard Purdie 
(cherry picked from commit d5d787b44b102e3a69e28948326e39f83fc1d98d)
Signed-off-by: Steve Sakoman 
---
 .../ppp/ppp/CVE-2022-4603.patch   | 48 +++
 meta/recipes-connectivity/ppp/ppp_2.4.9.bb|  1 +
 2 files changed, 49 insertions(+)
 create mode 100644 meta/recipes-connectivity/ppp/ppp/CVE-2022-4603.patch

diff --git a/meta/recipes-connectivity/ppp/ppp/CVE-2022-4603.patch 
b/meta/recipes-connectivity/ppp/ppp/CVE-2022-4603.patch
new file mode 100644
index 00..4325b1d6b0
--- /dev/null
+++ b/meta/recipes-connectivity/ppp/ppp/CVE-2022-4603.patch
@@ -0,0 +1,48 @@
+From a75fb7b198eed50d769c80c36629f38346882cbf Mon Sep 17 00:00:00 2001
+From: Paul Mackerras 
+Date: Thu, 4 Aug 2022 12:23:08 +1000
+Subject: [PATCH] pppdump: Avoid out-of-range access to packet buffer
+
+This fixes a potential vulnerability where data is written to spkt.buf
+and rpkt.buf without a check on the array index.  To fix this, we
+check the array index (pkt->cnt) before storing the byte or
+incrementing the count.  This also means we no longer have a potential
+signed integer overflow on the increment of pkt->cnt.
+
+Fortunately, pppdump is not used in the normal process of setting up a
+PPP connection, is not installed setuid-root, and is not invoked
+automatically in any scenario that I am aware of.
+
+Signed-off-by: Paul Mackerras 
+
+Upstream-Status: Backport
+Signed-off-by: Ross Burton 
+---
+ pppdump/pppdump.c | 7 ++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/pppdump/pppdump.c b/pppdump/pppdump.c
+index 2b815fc9..b85a8627 100644
+--- a/pppdump/pppdump.c
 b/pppdump/pppdump.c
+@@ -297,6 +297,10 @@ dum(f)
+   printf("%s aborted packet:\n ", dir);
+   q = "";
+   }
++  if (pkt->cnt >= sizeof(pkt->buf)) {
++  printf("%s over-long packet truncated:\n ", 
dir);
++  q = "";
++  }
+   nb = pkt->cnt;
+   p = pkt->buf;
+   pkt->cnt = 0;
+@@ -400,7 +404,8 @@ dum(f)
+   c ^= 0x20;
+   pkt->esc = 0;
+   }
+-  pkt->buf[pkt->cnt++] = c;
++  if (pkt->cnt < sizeof(pkt->buf))
++  pkt->buf[pkt->cnt++] = c;
+   break;
+   }
+   }
diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.9.bb 
b/meta/recipes-connectivity/ppp/ppp_2.4.9.bb
index 700ece61dc..7e3ae43b58 100644
--- a/meta/recipes-connectivity/ppp/ppp_2.4.9.bb
+++ b/meta/recipes-connectivity/ppp/ppp_2.4.9.bb
@@ -25,6 +25,7 @@ SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.gz 
\
file://provider \
file://ppp@.service \
file://0001-ppp-fix-build-against-5.15-headers.patch \
+   file://CVE-2022-4603.patch \
"
 
 SRC_URI[sha256sum] = 
"f938b35eccde533ea800b15a7445b2f1137da7f88e32a16898d02dee8adc058d"
-- 
2.25.1


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



[OE-core][kirkstone 00/13] Patch review

2023-02-01 Thread Steve Sakoman
Please review this set of patches for kirkstone and have comments back by
end of day Friday.

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4872

The following changes since commit a8c82902384f7430519a31732a4bb631f21693ac:

  build-appliance-image: Update to kirkstone head revision (2023-01-26 23:40:27 
+)

are available in the Git repository at:

  https://git.openembedded.org/openembedded-core-contrib stable/kirkstone-nut
  
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-nut

Armin Kuster (1):
  lttng-modules: Fix for 5.10.163 kernel version

Bruce Ashfield (1):
  linux-yocto/5.15: update to v5.15.87

Khem Raj (3):
  libtirpc: Check if file exists before operating on it
  libusb1: Link with latomic only if compiler has no atomic builtins
  libusb1: Strip trailing whitespaces

Niko Mauno (1):
  Fix missing leading whitespace with ':append'

Richard Purdie (1):
  native: Drop special variable handling

Ross Burton (4):
  ppp: backport fix for CVE-2022-4603
  quilt: fix intermittent failure in faildiff.test
  spirv-headers: set correct branch name
  quilt: use upstreamed faildiff.test fix

Thomas Roos (1):
  devtool: fix devtool finish when gitmodules file is empty

Xiangyu Chen (1):
  numactl: skip test case when target platform doesn't have 2 CPU node

 meta/classes/core-image.bbclass   |  2 +-
 meta/classes/externalsrc.bbclass  |  2 +-
 meta/classes/native.bbclass   |  2 +-
 meta/classes/populate_sdk_ext.bbclass |  2 +-
 .../distro/include/ptest-packagelists.inc |  2 +-
 .../ppp/ppp/CVE-2022-4603.patch   | 48 +++
 meta/recipes-connectivity/ppp/ppp_2.4.9.bb|  1 +
 meta/recipes-devtools/quilt/quilt.inc |  1 +
 .../quilt/quilt/faildiff-order.patch  | 41 +
 .../libtirpc/libtirpc_1.3.2.bb|  2 +-
 .../spir/spirv-headers_1.3.204.1.bb   |  2 +-
 .../linux/linux-yocto-rt_5.15.bb  |  6 +-
 .../linux/linux-yocto-tiny_5.15.bb|  6 +-
 meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 
 .../fix-jbd2-upper-bound-for-v5.10.163.patch  | 52 
 ...e-the-correct-print-format-v5.10.163.patch | 61 +++
 .../lttng/lttng-modules_2.13.8.bb |  2 +
 ...k-with-latomic-only-if-no-atomic-bui.patch | 46 ++
 meta/recipes-support/libusb/libusb1_1.0.26.bb | 13 ++--
 .../numactl/Fix-the-test-output-format.patch  |  3 +-
 .../recipes-support/numactl/numactl/run-ptest |  6 +-
 21 files changed, 292 insertions(+), 34 deletions(-)
 create mode 100644 meta/recipes-connectivity/ppp/ppp/CVE-2022-4603.patch
 create mode 100644 meta/recipes-devtools/quilt/quilt/faildiff-order.patch
 create mode 100644 
meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-upper-bound-for-v5.10.163.patch
 create mode 100644 
meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-use-the-correct-print-format-v5.10.163.patch
 create mode 100644 
meta/recipes-support/libusb/libusb1/0001-configure.ac-Link-with-latomic-only-if-no-atomic-bui.patch

-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176662): 
https://lists.openembedded.org/g/openembedded-core/message/176662
Mute This Topic: https://lists.openembedded.org/mt/96688094/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] testimage: Fix error message to reflect new syntax

2023-02-01 Thread Alejandro Hernandez Samaniego
Signed-off-by: Alejandro Enedino Hernandez Samaniego 
---
 meta/classes-recipe/testimage.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes-recipe/testimage.bbclass 
b/meta/classes-recipe/testimage.bbclass
index 5cc408b0c4..df22bb2344 100644
--- a/meta/classes-recipe/testimage.bbclass
+++ b/meta/classes-recipe/testimage.bbclass
@@ -236,7 +236,7 @@ def testimage_main(d):
 with open(tdname, "r") as f:
 td = json.load(f)
 except FileNotFoundError as err:
-bb.fatal('File %s not found (%s).\nHave you built the image with 
INHERIT += "testimage" in the conf/local.conf?' % (tdname, err))
+bb.fatal('File %s not found (%s).\nHave you built the image with 
IMAGE_CLASSES += "testimage" in the conf/local.conf?' % (tdname, err))
 
 # Some variables need to be updates (mostly paths) with the
 # ones of the current environment because some tests require them.
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176661): 
https://lists.openembedded.org/g/openembedded-core/message/176661
Mute This Topic: https://lists.openembedded.org/mt/96685517/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 v2] oeqa/selftest/locales: Create selftest for locales generation

2023-02-01 Thread Richard Purdie
On Wed, 2023-02-01 at 16:02 +0100, Louis Rannou wrote:
> 
> On 01/02/2023 14:49, Richard Purdie wrote:
> > On Fri, 2023-01-27 at 16:33 +0100, Louis Rannou wrote:
> > > From: Louis Rannou 
> > > 
> > > [YOCTO #9070]
> > > 
> > > Add a new selftest to validate the locales generation. This selftest 
> > > builds a
> > > complete target with GLIBC_GENERATE_LOCALES, IMAGE_LINGUAS,
> > > ENABLE_BINARY_LOCALE_GENERATION set.
> > > 
> > > The tests has two cases: GLIBC_GENERATE_LOCALES=1 and
> > > GLIBC_GENERATE_LOCALES=0. When set to 1, we check that the locales exist 
> > > in the
> > > local-archive and if it does exist for the glibc. When set to 0, we check 
> > > it
> > > does not.
> > > 
> > > Signed-off-by: Louis Rannou 
> > > ---
> > >   meta/lib/oeqa/selftest/cases/locales.py | 81 +
> > >   1 file changed, 81 insertions(+)
> > >   create mode 100644 meta/lib/oeqa/selftest/cases/locales.py
> > > 
> > > diff --git a/meta/lib/oeqa/selftest/cases/locales.py 
> > > b/meta/lib/oeqa/selftest/cases/locales.py
> > > new file mode 100644
> > > index 00..f053cc8e31
> > > --- /dev/null
> > > +++ b/meta/lib/oeqa/selftest/cases/locales.py
> > > @@ -0,0 +1,81 @@
> > > +#
> > > +# SPDX-License-Identifier: MIT
> > > +#
> > > +
> > > +from oeqa.selftest.case import OESelftestTestCase
> > > +from oeqa.core.decorator import OETestTag
> > > +from oeqa.utils.commands import bitbake, runqemu
> > > +
> > > +class LocalesTest(OESelftestTestCase):
> > > +
> > > +@OETestTag("runqemu")
> > > +def test_locales_on(self):
> > > +"""
> > > +Summary: Test the locales are generated
> > > +Expected: 1. Check the locale exist in the locale-archive
> > > +  2. Check the locale exist for the glibc
> > > +  3. Check the locale can be generated
> > > +Product: oe-core
> > > +Author: Louis Rannou 
> > > +AutomatedBy: Louis Rannou 
> > > +"""
> > > +
> > > +features = []
> > > +features.append('EXTRA_IMAGE_FEATURES = "empty-root-password 
> > > allow-empty-password allow-root-login"')
> > > +features.append('IMAGE_INSTALL:append = " glibc-utils 
> > > localedef"')
> > > +features.append('GLIBC_GENERATE_LOCALES = "en_US.UTF-8 
> > > fr_FR.UTF-8"')
> > > +features.append('IMAGE_LINGUAS:append = " en-us fr-fr"')
> > > +features.append('ENABLE_BINARY_LOCALE_GENERATION = "1"')
> > > +self.write_config("\n".join(features))
> > > +
> > > +# Build a core-image-minimal
> > > +bitbake('core-image-minimal')
> > > +
> > > +with runqemu("core-image-minimal", ssh=False, 
> > > runqemuparams='nographic') as qemu:
> > > +cmd = "locale -a"
> > > +status, output = qemu.run_serial(cmd)
> > > +# output must includes fr_FR or fr_FR.UTF-8
> > > +self.assertEqual(status, 1, msg='localedef test failed: 
> > > output: %s' % output)
> > > +self.assertIn("fr_FR", output, msg='locale -a test failed: 
> > > output: %s' % output)
> > > +
> > > +cmd = "localedef --list-archive -v"
> > > +status, output = qemu.run_serial(cmd)
> > > +# output must includes fr_FR.utf8
> > > +self.assertEqual(status, 1, msg='localedef test failed: 
> > > output: %s' % output)
> > > +self.assertIn("fr_FR.utf8", output, msg='locale -a test 
> > > failed: output: %s' % output)
> > > +
> > > +@OETestTag("runqemu")
> > > +def test_locales_off(self):
> > > +"""
> > > +Summary: Test the locales are not generated
> > > +Expected: 1. Check the locale does not exist in the 
> > > locale-archive
> > > +  2. Check the locale does not exist for the glibc
> > > +  3. Check the locale cannot be generated
> > > +Product: oe-core
> > > +Author: Louis Rannou 
> > > +AutomatedBy: Louis Rannou 
> > > +"""
> > > +
> > > +features = []
> > > +features.append('EXTRA_IMAGE_FEATURES = "empty-root-password 
> > > allow-empty-password allow-root-login"')
> > > +features.append('IMAGE_INSTALL:append = " glibc-utils 
> > > localedef"')
> > > +features.append('GLIBC_GENERATE_LOCALES = "en_US.UTF-8 
> > > fr_FR.UTF-8"')
> > > +features.append('IMAGE_LINGUAS:append = " en-us fr-fr"')
> > > +features.append('ENABLE_BINARY_LOCALE_GENERATION = "0"')
> > > +self.write_config("\n".join(features))
> > > +
> > > +# Build a core-image-minimal
> > > +bitbake('core-image-minimal')
> > > +
> > > +with runqemu("core-image-minimal", ssh=False, 
> > > runqemuparams='nographic') as qemu:
> > > +cmd = "locale -a"
> > > +status, output = qemu.run_serial(cmd)
> > > +# output must not includes fr_FR or fr_FR.UTF-8
> > > +self.assertEqual(status, 1, msg='localedef test failed: 
> > > output: %s' % output)

[OE-core] [AUH] gnu-config: upgrading to 63acb96f92473ceb5e21d873d7c0aee266b3d6d3 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gnu-config* to 
*63acb96f92473ceb5e21d873d7c0aee266b3d6d3* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade gnu-config -S 
63acb96f92473ceb5e21d873d7c0aee266b3d6d3
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:c974cdf5c143bc1f58405b717105b9a9b33d229d"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 8 Local 0 Mirrors 0 Missed 8 Current 12 (0% match, 60% 
complete)
Removing 6 stale sstate objects for arch x86_64...done.
NOTE: Executing Tasks
WARNING: Failed to find a git repository in WORKDIR: 
/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20221007+gitAUTOINC+f992bcc082-r0/devtooltmp-t5sbqpc5/workdir
WARNING: gnu-config: the directory ${WORKDIR}/git 
(/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20221007+gitAUTOINC+f992bcc082-r0/devtooltmp-t5sbqpc5/workdir/git)
 pointed to by the S variable doesn't exist - please set S within the recipe to 
point to where the source has been unpacked to
WARNING: No source unpacked to S - either the gnu-config recipe doesn't use any 
source or the correct source directory could not be determined
NOTE: Tasks Summary: Attempted 56 tasks of which 51 didn't need to be rerun and 
1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds

INFO: Extracting current version source...
ERROR: Bitbake Fetcher Error: FetchError('Fetch command export 
PSEUDO_DISABLED=1; export 
SSL_CERT_FILE="/home/pokybuild/yocto-worker/auh/build/buildtools/sysroots/x86_64-pokysdk-linux/etc/ssl/certs/ca-certificates.crt";
 export 
GIT_SSL_CAINFO="/home/pokybuild/yocto-worker/auh/build/buildtools/sysroots/x86_64-pokysdk-linux/etc/ssl/certs/ca-certificates.crt";
 export 
PATH="/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/native-intercept:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/pokybuild/yocto-worker/auh/build/build/poky/scripts:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20221007+gitAUTOINC+f992bcc082-r0/devtooltmp-t5sbqpc5/workdir/recipe-sysroot-native/usr/bin/x86_64-linux:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20221007+gitAUTOINC+f992bcc082-r0/devtooltmp-t5sbqpc5/workdir/recipe-sysroot-native/usr/bin:/home/pokybuild/yoc
 
to-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20221007+gitAUTOINC+f992bcc082-r0/devtooltmp-t5sbqpc5/workdir/recipe-sysroot-native/usr/sbin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20221007+gitAUTOINC+f992bcc082-r0/devtooltmp-t5sbqpc5/workdir/recipe-sysroot-native/usr/bin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20221007+gitAUTOINC+f992bcc082-r0/devtooltmp-t5sbqpc5/workdir/recipe-sysroot-native/sbin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20221007+gitAUTOINC+f992bcc082-r0/devtooltmp-t5sbqpc5/workdir/recipe-sysroot-native/bin:/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/bin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/hosttools";
 export HOME="/home/pokybuild"; git -c gc.autoDetach=false -c core.pager=cat 
clone -n -s 
/home/pokybuild/yocto-worker/auh/build/build/build/downloads/git2/git.sav
 annah.gnu.org.git.config.git/ 
/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20221007+gitAUTOINC+f992bcc082-r0/devtooltmp-t5sbqpc5/workdir/git/
 failed with exit code 128, output:\nfatal: destination path 

[OE-core] [AUH] xf86-video-vmware: upgrading to 13.4.0 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *xf86-video-vmware* to 
*13.4.0* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade xf86-video-vmware -V 13.4.0
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (15:57:02.730425)
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cc660265b8f1b72b19808f21836fd0c00ce97ecd"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 19 (100% match, 
100% complete)
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: 2 seconds
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (897 cached, 2 parsed). 1698 targets, 40 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cc660265b8f1b72b19808f21836fd0c00ce97ecd"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 0 (0% match, 0% 
complete)
NOTE: No setscene tasks
NOTE: Executing Tasks
WARNING: Failed to fetch URL 
https://www.x.org/releases//individual/driver/xf86-video-vmware-13.4.0.tar.bz2, 
attempting MIRRORS if available
NOTE: Tasks Summary: Attempted 1 tasks of which 0 didn't need to be rerun and 1 
failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://www.x.org/releases//individual/driver/xf86-video-vmware-13.4.0.tar.bz2...
ERROR: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export 
SSL_CERT_FILE="/home/pokybuild/yocto-worker/auh/build/buildtools/sysroots/x86_64-pokysdk-linux/etc/ssl/certs/ca-certificates.crt";
 export 
GIT_SSL_CAINFO="/home/pokybuild/yocto-worker/auh/build/buildtools/sysroots/x86_64-pokysdk-linux/etc/ssl/certs/ca-certificates.crt";
 export 
PATH="/home/pokybuild/yocto-worker/auh/build/build/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/pokybuild/yocto-worker/auh/build/build/poky/scripts:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-wd2e4k2b/work/recipe-sysroot-native/usr/bin/x86_64-poky-linux:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-wd2e4k2b/work/recipe-sysroot/usr/bin/crossscripts:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-wd2e4k2b/work/recipe-sysroot-native/usr/sbin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-wd2e4k2b/work/recipe-sysroot-native/usr/bin:/home/
 
pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-wd2e4k2b/work/recipe-sysroot-native/sbin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-wd2e4k2b/work/recipe-sysroot-native/bin:/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/bin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/hosttools";
 export HOME="/home/pokybuild"; /usr/bin/env wget -t 2 -T 30 --passive-ftp -O 

[OE-core] [AUH] hwlatdetect: upgrading to 2.5 SUCCEEDED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Next steps:
- apply the patch: git am 0001-hwlatdetect-upgrade-2.4-2.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
packages/core2-32-poky-linux/hwlatdetect/hwlatdetect-dbg: PV changed from "2.4" 
to "2.5"
packages/core2-32-poky-linux/hwlatdetect/hwlatdetect-dbg: PKGV changed from 2.4 
[default] to 2.5 [default]
packages/core2-32-poky-linux/hwlatdetect/hwlatdetect-dev: PV changed from "2.4" 
to "2.5"
packages/core2-32-poky-linux/hwlatdetect/hwlatdetect-dev: PKGV changed from 2.4 
[default] to 2.5 [default]
packages/core2-32-poky-linux/hwlatdetect/hwlatdetect-doc: PV changed from "2.4" 
to "2.5"
packages/core2-32-poky-linux/hwlatdetect/hwlatdetect-doc: PKGV changed from 2.4 
[default] to 2.5 [default]
packages/core2-32-poky-linux/hwlatdetect/hwlatdetect-locale: PV changed from 
"2.4" to "2.5"
packages/core2-32-poky-linux/hwlatdetect/hwlatdetect-locale: PKGV changed from 
2.4 [default] to 2.5 [default]
packages/core2-32-poky-linux/hwlatdetect/hwlatdetect-src: PV changed from "2.4" 
to "2.5"
packages/core2-32-poky-linux/hwlatdetect/hwlatdetect-src: PKGV changed from 2.4 
[default] to 2.5 [default]
packages/core2-32-poky-linux/hwlatdetect/hwlatdetect-staticdev: PV changed from 
"2.4" to "2.5"
packages/core2-32-poky-linux/hwlatdetect/hwlatdetect-staticdev: PKGV changed 
from 2.4 [default] to 2.5 [default]
packages/core2-32-poky-linux/hwlatdetect/hwlatdetect: PV changed from "2.4" to 
"2.5"
packages/core2-32-poky-linux/hwlatdetect/hwlatdetect: PKGV changed from 2.4 
[default] to 2.5 [default]
packages/core2-32-poky-linux/hwlatdetect/hwlatdetect: PKGSIZE changed from 
17231 to 17162 (-0%)
packages/core2-32-poky-linux/hwlatdetect: PV changed from "2.4" to "2.5"
packages/core2-32-poky-linux/hwlatdetect: PKGV changed from 2.4 [default] to 
2.5 [default]


0001-hwlatdetect-upgrade-2.4-2.5.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176658): 
https://lists.openembedded.org/g/openembedded-core/message/176658
Mute This Topic: https://lists.openembedded.org/mt/96681877/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] apr-util: upgrading to 1.6.2 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Detailed error information:

Running 'devtool upgrade' for recipe apr-util failed.
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:f56f4c6741438b2c2b7041ffed69c07d5ca1192e"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 19 (100% match, 
100% complete)
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: 2 seconds
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (897 cached, 2 parsed). 1698 targets, 40 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:f56f4c6741438b2c2b7041ffed69c07d5ca1192e"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 0 (0% match, 0% 
complete)
NOTE: No setscene tasks
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 2 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: 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://archive.apache.org/dist/apr/apr-util-1.6.2.tar.gz...
INFO: Rebasing devtool onto a448f2f7b3d1bfac7c727d81df4a51d1b84086d5
WARNING: Command 'git rebase a448f2f7b3d1bfac7c727d81df4a51d1b84086d5' failed:
Auto-merging dbm/apr_dbm_gdbm.c
CONFLICT (content): Merge conflict in dbm/apr_dbm_gdbm.c

You will need to resolve conflicts in order to complete the upgrade.
INFO: Source subdirectory has changed, updating S value
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/apr-util
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/apr-util/apr-util_1.6.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 (#176646): 
https://lists.openembedded.org/g/openembedded-core/message/176646
Mute This Topic: https://lists.openembedded.org/mt/96681862/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.5.1 SUCCEEDED

2023-02-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.5.1* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-libgit2-upgrade-1.5.0-1.5.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


0001-libgit2-upgrade-1.5.0-1.5.1.patch
Description: Binary data
packages/core2-32-poky-linux/libgit2: PV changed from "1.5.0" to "1.5.1"
packages/core2-32-poky-linux/libgit2: PKGV changed from 1.5.0 [default] to 
1.5.1 [default]
packages/core2-32-poky-linux/libgit2: SRC_URI changed from 
"git://github.com/libgit2/libgit2.git;branch=main;protocol=https" to 
"git://github.com/libgit2/libgit2.git;branch=maint/v1.5;protocol=https"
packages/core2-32-poky-linux/libgit2/libgit2-dbg: FILELIST: removed 
"/usr/lib/.debug/libgit2.so.1.5.0", added "/usr/lib/.debug/libgit2.so.1.5.1"
packages/core2-32-poky-linux/libgit2/libgit2-dbg: PV changed from "1.5.0" to 
"1.5.1"
packages/core2-32-poky-linux/libgit2/libgit2-dbg: PKGV changed from 1.5.0 
[default] to 1.5.1 [default]
packages/core2-32-poky-linux/libgit2/libgit2-dev: PV changed from "1.5.0" to 
"1.5.1"
packages/core2-32-poky-linux/libgit2/libgit2-dev: PKGV changed from 1.5.0 
[default] to 1.5.1 [default]
packages/core2-32-poky-linux/libgit2/libgit2-doc: PV changed from "1.5.0" to 
"1.5.1"
packages/core2-32-poky-linux/libgit2/libgit2-doc: PKGV changed from 1.5.0 
[default] to 1.5.1 [default]
packages/core2-32-poky-linux/libgit2/libgit2-locale: PV changed from "1.5.0" to 
"1.5.1"
packages/core2-32-poky-linux/libgit2/libgit2-locale: PKGV changed from 1.5.0 
[default] to 1.5.1 [default]
packages/core2-32-poky-linux/libgit2/libgit2-src: PV changed from "1.5.0" to 
"1.5.1"
packages/core2-32-poky-linux/libgit2/libgit2-src: PKGV changed from 1.5.0 
[default] to 1.5.1 [default]
packages/core2-32-poky-linux/libgit2/libgit2-src: PKGSIZE changed from 4061229 
to 4067752 (+0%)
packages/core2-32-poky-linux/libgit2/libgit2-staticdev: PV changed from "1.5.0" 
to "1.5.1"
packages/core2-32-poky-linux/libgit2/libgit2-staticdev: PKGV changed from 1.5.0 
[default] to 1.5.1 [default]
packages/core2-32-poky-linux/libgit2/libgit2: FILELIST: removed 
"/usr/lib/libgit2.so.1.5.0", added "/usr/lib/libgit2.so.1.5.1"
packages/core2-32-poky-linux/libgit2/libgit2: PV changed from "1.5.0" to "1.5.1"
packages/core2-32-poky-linux/libgit2/libgit2: PKGV changed from 1.5.0 [default] 
to 1.5.1 [default]
Changes to packages/core2-32-poky-linux/libgit2 (sysroot):
  /usr/lib/libgit2.so.1.5 changed symlink target from libgit2.so.1.5.0 to 
libgit2.so.1.5.1
  /usr/lib/libgit2.so.1.5.0 moved to /usr/lib/libgit2.so.1.5.1
packages/core2-32-poky-linux/libgit2/libgit2: FILELIST: removed 
"/usr/lib/libgit2.so.1.5.0", added "/usr/lib/libgit2.so.1.5.1"
Changes to packages/core2-32-poky-linux/libgit2 (sysroot):
  /usr/lib/libgit2.so.1.5 changed symlink target from libgit2.so.1.5.0 to 
libgit2.so.1.5.1
  /usr/lib/libgit2.so.1.5.0 moved to /usr/lib/libgit2.so.1.5.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176652): 
https://lists.openembedded.org/g/openembedded-core/message/176652
Mute This Topic: https://lists.openembedded.org/mt/96681868/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-python: upgrading to 1.22.0 FAILED

2023-02-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.22.0* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-gstreamer1.0-python-upgrade-1.20.5-1.22.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


0001-gstreamer1.0-python-upgrade-1.20.5-1.22.0.patch
Description: Binary data
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:934bece309920702f9461dabd9c03eafff4d77c3"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 188 Local 181 Mirrors 0 Missed 7 Current 443 (96% match, 
98% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 1803 of 2200 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb:do_fetch)
NOTE: Running task 1964 of 2200 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb:do_write_config)
NOTE: recipe gstreamer1.0-python-1.22.0-r0: task do_fetch: Started
NOTE: recipe gstreamer1.0-python-1.22.0-r0: task do_fetch: Succeeded
NOTE: Running task 2187 of 2200 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb:do_unpack)
NOTE: Running task 2188 of 2200 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe gstreamer1.0-python-1.22.0-r0: task do_write_config: Started
NOTE: recipe gstreamer1.0-python-1.22.0-r0: task do_write_config: Succeeded
NOTE: recipe gstreamer1.0-python-1.22.0-r0: task do_unpack: Started
NOTE: recipe gstreamer1.0-python-1.22.0-r0: task do_prepare_recipe_sysroot: 
Started
NOTE: recipe gstreamer1.0-python-1.22.0-r0: task do_unpack: Succeeded
NOTE: Running task 2189 of 2200 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb:do_patch)
NOTE: recipe gstreamer1.0-python-1.22.0-r0: task do_patch: Started
NOTE: recipe gstreamer1.0-python-1.22.0-r0: task do_patch: Succeeded
NOTE: Running task 2190 of 2200 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb:do_deploy_source_date_epoch)
NOTE: Running task 2191 of 2200 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb:do_populate_lic)
NOTE: recipe gstreamer1.0-python-1.22.0-r0: task do_deploy_source_date_epoch: 
Started
NOTE: recipe gstreamer1.0-python-1.22.0-r0: task do_populate_lic: Started
NOTE: recipe gstreamer1.0-python-1.22.0-r0: task do_prepare_recipe_sysroot: 
Succeeded
NOTE: recipe gstreamer1.0-python-1.22.0-r0: task do_populate_lic: Succeeded
NOTE: recipe gstreamer1.0-python-1.22.0-r0: task do_deploy_source_date_epoch: 
Succeeded
NOTE: Running task 2192 of 2200 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb:do_configure)
NOTE: recipe gstreamer1.0-python-1.22.0-r0: task do_configure: Started
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are 

[OE-core] [AUH] rng-tools: upgrading to 6.16 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-rng-tools-upgrade-6.15-6.16.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


0001-rng-tools-upgrade-6.15-6.16.patch
Description: Binary data
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:109ad5ed2bf3f0d3470e334a335d649611cdc414"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 30 Local 23 Mirrors 0 Missed 7 Current 152 (76% match, 
96% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 661 of 725 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/rng-tools/rng-tools_6.16.bb:do_fetch)
NOTE: recipe rng-tools-6.16-r0: task do_fetch: Started
NOTE: recipe rng-tools-6.16-r0: task do_fetch: Succeeded
NOTE: Running task 712 of 725 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/rng-tools/rng-tools_6.16.bb:do_unpack)
NOTE: Running task 713 of 725 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/rng-tools/rng-tools_6.16.bb:do_prepare_recipe_sysroot)
NOTE: recipe rng-tools-6.16-r0: task do_unpack: Started
NOTE: recipe rng-tools-6.16-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe rng-tools-6.16-r0: task do_prepare_recipe_sysroot: Succeeded
NOTE: recipe rng-tools-6.16-r0: task do_unpack: Succeeded
NOTE: Running task 714 of 725 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/rng-tools/rng-tools_6.16.bb:do_patch)
NOTE: recipe rng-tools-6.16-r0: task do_patch: Started
NOTE: recipe rng-tools-6.16-r0: task do_patch: Succeeded
NOTE: Running task 715 of 725 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/rng-tools/rng-tools_6.16.bb:do_deploy_source_date_epoch)
NOTE: Running task 716 of 725 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/rng-tools/rng-tools_6.16.bb:do_populate_lic)
NOTE: recipe rng-tools-6.16-r0: task do_deploy_source_date_epoch: Started
NOTE: recipe rng-tools-6.16-r0: task do_populate_lic: Started
NOTE: recipe rng-tools-6.16-r0: task do_deploy_source_date_epoch: Succeeded
NOTE: Running task 717 of 725 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/rng-tools/rng-tools_6.16.bb:do_configure)
NOTE: recipe rng-tools-6.16-r0: task do_populate_lic: Succeeded
NOTE: recipe rng-tools-6.16-r0: task do_configure: Started
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are 
['/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_3.0.7.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.36.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/systemd/systemd-systemctl-native.bb:do_populate_sysroot',
 

[OE-core] [AUH] vulkan-headers: upgrading to 1.3.239.0 FAILED

2023-02-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.239.0* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-vulkan-headers-upgrade-1.3.236.0-1.3.239.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
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:4f2dc0c76473fc3de3cdc51a05cb65e14b0d680c"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 24 Local 17 Mirrors 0 Missed 7 Current 136 (70% match, 
95% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 607 of 666 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-headers_1.3.239.0.bb:do_fetch)
NOTE: recipe vulkan-headers-1.3.239.0-r0: task do_fetch: Started
NOTE: recipe vulkan-headers-1.3.239.0-r0: task do_fetch: Succeeded
NOTE: Running task 652 of 666 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-headers_1.3.239.0.bb:do_unpack)
NOTE: Running task 653 of 666 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-headers_1.3.239.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe vulkan-headers-1.3.239.0-r0: task do_unpack: Started
NOTE: recipe vulkan-headers-1.3.239.0-r0: task do_prepare_recipe_sysroot: 
Started
NOTE: recipe vulkan-headers-1.3.239.0-r0: task do_prepare_recipe_sysroot: 
Succeeded
NOTE: recipe vulkan-headers-1.3.239.0-r0: task do_unpack: Succeeded
NOTE: Running task 654 of 666 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-headers_1.3.239.0.bb:do_patch)
NOTE: recipe vulkan-headers-1.3.239.0-r0: task do_patch: Started
NOTE: recipe vulkan-headers-1.3.239.0-r0: task do_patch: Succeeded
NOTE: Running task 655 of 666 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-headers_1.3.239.0.bb:do_deploy_source_date_epoch)
NOTE: Running task 656 of 666 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-headers_1.3.239.0.bb:do_generate_toolchain_file)
NOTE: Running task 657 of 666 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-headers_1.3.239.0.bb:do_populate_lic)
NOTE: recipe vulkan-headers-1.3.239.0-r0: task do_deploy_source_date_epoch: 
Started
NOTE: recipe vulkan-headers-1.3.239.0-r0: task do_populate_lic: Started
NOTE: recipe vulkan-headers-1.3.239.0-r0: task do_generate_toolchain_file: 
Started
NOTE: recipe vulkan-headers-1.3.239.0-r0: task do_generate_toolchain_file: 
Succeeded
NOTE: recipe vulkan-headers-1.3.239.0-r0: task do_populate_lic: Succeeded
NOTE: recipe vulkan-headers-1.3.239.0-r0: task do_deploy_source_date_epoch: 
Succeeded
NOTE: Running task 658 of 666 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-headers_1.3.239.0.bb:do_configure)
NOTE: recipe vulkan-headers-1.3.239.0-r0: task do_configure: Started
NOTE: recipe vulkan-headers-1.3.239.0-r0: task do_configure: Succeeded
NOTE: Running task 659 of 666 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-headers_1.3.239.0.bb:do_compile)
NOTE: recipe vulkan-headers-1.3.239.0-r0: task do_compile: Started
NOTE: recipe 

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

2023-02-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.22.0* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-gstreamer1.0-vaapi-upgrade-1.20.5-1.22.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


0001-gstreamer1.0-vaapi-upgrade-1.20.5-1.22.0.patch
Description: Binary data
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:412b74e3b1095649b5a7656774efc72c1677ba85"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 186 Local 179 Mirrors 0 Missed 7 Current 510 (96% match, 
98% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 2331 of 2457 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.0.bb:do_fetch)
NOTE: Running task 2432 of 2457 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.0.bb:do_write_config)
NOTE: recipe gstreamer1.0-vaapi-1.22.0-r0: task do_fetch: Started
NOTE: recipe gstreamer1.0-vaapi-1.22.0-r0: task do_fetch: Succeeded
NOTE: recipe gstreamer1.0-vaapi-1.22.0-r0: task do_write_config: Started
NOTE: Running task 2444 of 2457 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.0.bb:do_unpack)
NOTE: Running task 2445 of 2457 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe gstreamer1.0-vaapi-1.22.0-r0: task do_write_config: Succeeded
NOTE: recipe gstreamer1.0-vaapi-1.22.0-r0: task do_unpack: Started
NOTE: recipe gstreamer1.0-vaapi-1.22.0-r0: task do_prepare_recipe_sysroot: 
Started
NOTE: recipe gstreamer1.0-vaapi-1.22.0-r0: task do_unpack: Succeeded
NOTE: Running task 2446 of 2457 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.0.bb:do_patch)
NOTE: recipe gstreamer1.0-vaapi-1.22.0-r0: task do_patch: Started
NOTE: recipe gstreamer1.0-vaapi-1.22.0-r0: task do_patch: Succeeded
NOTE: Running task 2447 of 2457 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.0.bb:do_deploy_source_date_epoch)
NOTE: Running task 2448 of 2457 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.0.bb:do_populate_lic)
NOTE: recipe gstreamer1.0-vaapi-1.22.0-r0: task do_populate_lic: Started
NOTE: recipe gstreamer1.0-vaapi-1.22.0-r0: task do_deploy_source_date_epoch: 
Started
NOTE: recipe gstreamer1.0-vaapi-1.22.0-r0: task do_populate_lic: Succeeded
NOTE: recipe gstreamer1.0-vaapi-1.22.0-r0: task do_deploy_source_date_epoch: 
Succeeded
NOTE: recipe gstreamer1.0-vaapi-1.22.0-r0: task do_prepare_recipe_sysroot: 
Succeeded
NOTE: Running task 2449 of 2457 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.0.bb:do_configure)
NOTE: recipe gstreamer1.0-vaapi-1.22.0-r0: task do_configure: Started
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are 

[OE-core] [AUH] apr: upgrading to 1.7.1 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Detailed error information:

Running 'devtool upgrade' for recipe apr failed.
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:f56f4c6741438b2c2b7041ffed69c07d5ca1192e"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 19 (100% match, 
100% complete)
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: 2 seconds
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (897 cached, 2 parsed). 1698 targets, 40 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:f56f4c6741438b2c2b7041ffed69c07d5ca1192e"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 0 (0% match, 0% 
complete)
NOTE: No setscene tasks
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 2 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: 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://archive.apache.org/dist/apr/apr-1.7.1.tar.bz2...
INFO: Rebasing devtool onto 221ce29147bae04b05b5fc777eab560730c58990
WARNING: Command 'git rebase 221ce29147bae04b05b5fc777eab560730c58990' failed:
Auto-merging apr-config.in
CONFLICT (content): Merge conflict in apr-config.in

You will need to resolve conflicts in order to complete the upgrade.
INFO: Source subdirectory has changed, updating S value
INFO: Using source tree as build directory since recipe inherits 
autotools-brokensep
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/apr
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/apr/apr_1.7.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 (#176649): 
https://lists.openembedded.org/g/openembedded-core/message/176649
Mute This Topic: https://lists.openembedded.org/mt/96681865/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-rtsp-server: upgrading to 1.22.0 FAILED

2023-02-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.22.0* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-gstreamer1.0-rtsp-server-upgrade-1.20.5-1.22.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
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:628ba3f0cc1e89728353df622889d7e7a8660d47"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 144 Local 137 Mirrors 0 Missed 7 Current 368 (95% match, 
98% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 1670 of 1808 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.0.bb:do_fetch)
NOTE: Running task 1784 of 1808 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.0.bb:do_write_config)
NOTE: recipe gstreamer1.0-rtsp-server-1.22.0-r0: task do_fetch: Started
NOTE: recipe gstreamer1.0-rtsp-server-1.22.0-r0: task do_write_config: Started
NOTE: recipe gstreamer1.0-rtsp-server-1.22.0-r0: task do_fetch: Succeeded
NOTE: Running task 1795 of 1808 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.0.bb:do_unpack)
NOTE: Running task 1796 of 1808 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe gstreamer1.0-rtsp-server-1.22.0-r0: task do_write_config: Succeeded
NOTE: recipe gstreamer1.0-rtsp-server-1.22.0-r0: task do_unpack: Started
NOTE: recipe gstreamer1.0-rtsp-server-1.22.0-r0: task 
do_prepare_recipe_sysroot: Started
NOTE: recipe gstreamer1.0-rtsp-server-1.22.0-r0: task do_unpack: Succeeded
NOTE: Running task 1797 of 1808 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.0.bb:do_patch)
NOTE: recipe gstreamer1.0-rtsp-server-1.22.0-r0: task do_patch: Started
NOTE: recipe gstreamer1.0-rtsp-server-1.22.0-r0: task do_patch: Succeeded
NOTE: Running task 1798 of 1808 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.0.bb:do_deploy_source_date_epoch)
NOTE: Running task 1799 of 1808 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.0.bb:do_populate_lic)
NOTE: recipe gstreamer1.0-rtsp-server-1.22.0-r0: task 
do_deploy_source_date_epoch: Started
NOTE: recipe gstreamer1.0-rtsp-server-1.22.0-r0: task do_populate_lic: Started
NOTE: recipe gstreamer1.0-rtsp-server-1.22.0-r0: task 
do_prepare_recipe_sysroot: Succeeded
NOTE: recipe gstreamer1.0-rtsp-server-1.22.0-r0: task do_populate_lic: Succeeded
NOTE: recipe gstreamer1.0-rtsp-server-1.22.0-r0: task 
do_deploy_source_date_epoch: Succeeded
NOTE: Running task 1800 of 1808 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.0.bb:do_configure)
NOTE: recipe gstreamer1.0-rtsp-server-1.22.0-r0: task do_configure: Started
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are 

[OE-core] [AUH] vulkan-loader: upgrading to 1.3.239.0 FAILED

2023-02-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-loader* to *1.3.239.0* 
has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-vulkan-loader-upgrade-1.3.236.0-1.3.239.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
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:a5e69c26051ce5aba91321e099d0a431e7b173b7"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 115 Local 105 Mirrors 0 Missed 10 Current 257 (91% 
match, 97% complete)
Removing 2 stale sstate objects for arch core2-32...done.
Removing 1 stale sstate objects for arch qemux86...done.
NOTE: Executing Tasks
NOTE: Running setscene task 306 of 372 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/drm/libdrm_2.4.114.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 316 of 372 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 327 of 372 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 338 of 372 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 340 of 372 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_sysroot_setscene)
NOTE: recipe xrandr-1_1.5.2-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe libxdamage-1_1.1.6-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe libxshmfence-1.3.2-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe libxxf86vm-1_1.1.5-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe libdrm-2.4.114-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe xrandr-1_1.5.2-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: recipe libxdamage-1_1.1.6-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: recipe libxshmfence-1.3.2-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: recipe libxxf86vm-1_1.1.5-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Running setscene task 364 of 372 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxfixes_6.0.0.bb:do_populate_sysroot_setscene)
NOTE: recipe libdrm-2.4.114-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Running setscene task 368 of 372 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb:do_populate_sysroot_setscene)
NOTE: Running task 973 of 1369 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-loader_1.3.239.0.bb:do_fetch)
NOTE: Running task 1025 of 1369 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/mesa/mesa_22.3.3.bb:do_fetch)
NOTE: recipe libxfixes-1_6.0.0-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe libpciaccess-0.17-r0: task do_populate_sysroot_setscene: Started
NOTE: Running task 1088 of 1369 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/mesa/mesa_22.3.3.bb:do_write_config)
NOTE: recipe vulkan-loader-1.3.239.0-r0: task 

[OE-core] [AUH] libxpm: upgrading to 3.5.15 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-libxpm-upgrade-3.5.14-3.5.15.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


0001-libxpm-upgrade-3.5.14-3.5.15.patch
Description: Binary data
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:cc660265b8f1b72b19808f21836fd0c00ce97ecd"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 72 Local 65 Mirrors 0 Missed 7 Current 218 (90% match, 
97% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 1019 of 1090 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb:do_fetch)
NOTE: recipe libxpm-1_3.5.15-r0: task do_fetch: Started
NOTE: recipe libxpm-1_3.5.15-r0: task do_fetch: Succeeded
NOTE: Running task 1077 of 1090 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb:do_unpack)
NOTE: Running task 1078 of 1090 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb:do_prepare_recipe_sysroot)
NOTE: recipe libxpm-1_3.5.15-r0: task do_unpack: Started
NOTE: recipe libxpm-1_3.5.15-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe libxpm-1_3.5.15-r0: task do_unpack: Succeeded
NOTE: Running task 1079 of 1090 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb:do_patch)
NOTE: recipe libxpm-1_3.5.15-r0: task do_patch: Started
NOTE: recipe libxpm-1_3.5.15-r0: task do_patch: Succeeded
NOTE: Running task 1080 of 1090 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb:do_deploy_source_date_epoch)
NOTE: Running task 1081 of 1090 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb:do_populate_lic)
NOTE: recipe libxpm-1_3.5.15-r0: task do_prepare_recipe_sysroot: Succeeded
NOTE: recipe libxpm-1_3.5.15-r0: task do_deploy_source_date_epoch: Started
NOTE: recipe libxpm-1_3.5.15-r0: task do_populate_lic: Started
NOTE: recipe libxpm-1_3.5.15-r0: task do_populate_lic: Succeeded
NOTE: recipe libxpm-1_3.5.15-r0: task do_deploy_source_date_epoch: Succeeded
NOTE: Running task 1082 of 1090 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb:do_configure)
NOTE: recipe libxpm-1_3.5.15-r0: task do_configure: Started
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are 
['/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.36.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/gcc/gcc-cross_12.2.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/gcc/gcc-runtime_12.2.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/libtool/libtool-native_2.4.7.bb:do_populate_sysroot',
 

[OE-core] [AUH] vulkan-tools: upgrading to 1.3.239.0 FAILED

2023-02-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-tools* to *1.3.239.0* 
has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-vulkan-tools-upgrade-1.3.236.0-1.3.239.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
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:c3b6fa129c192d4b2423f4104dd9e8d6f131730a"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 91 Local 84 Mirrors 0 Missed 7 Current 235 (92% match, 
97% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 1146 of 1215 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-tools_1.3.239.0.bb:do_fetch)
NOTE: recipe vulkan-tools-1.3.239.0-r0: task do_fetch: Started
NOTE: recipe vulkan-tools-1.3.239.0-r0: task do_fetch: Succeeded
NOTE: Running task 1201 of 1215 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-tools_1.3.239.0.bb:do_unpack)
NOTE: Running task 1202 of 1215 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-tools_1.3.239.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe vulkan-tools-1.3.239.0-r0: task do_unpack: Started
NOTE: recipe vulkan-tools-1.3.239.0-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe vulkan-tools-1.3.239.0-r0: task do_unpack: Succeeded
NOTE: Running task 1203 of 1215 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-tools_1.3.239.0.bb:do_patch)
NOTE: recipe vulkan-tools-1.3.239.0-r0: task do_patch: Started
NOTE: recipe vulkan-tools-1.3.239.0-r0: task do_patch: Succeeded
NOTE: Running task 1204 of 1215 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-tools_1.3.239.0.bb:do_deploy_source_date_epoch)
NOTE: Running task 1205 of 1215 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-tools_1.3.239.0.bb:do_generate_toolchain_file)
NOTE: Running task 1206 of 1215 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-tools_1.3.239.0.bb:do_populate_lic)
NOTE: recipe vulkan-tools-1.3.239.0-r0: task do_prepare_recipe_sysroot: 
Succeeded
NOTE: recipe vulkan-tools-1.3.239.0-r0: task do_deploy_source_date_epoch: 
Started
NOTE: recipe vulkan-tools-1.3.239.0-r0: task do_generate_toolchain_file: Started
NOTE: recipe vulkan-tools-1.3.239.0-r0: task do_populate_lic: Started
NOTE: recipe vulkan-tools-1.3.239.0-r0: task do_generate_toolchain_file: 
Succeeded
NOTE: recipe vulkan-tools-1.3.239.0-r0: task do_populate_lic: Succeeded
NOTE: recipe vulkan-tools-1.3.239.0-r0: task do_deploy_source_date_epoch: 
Succeeded
NOTE: Running task 1207 of 1215 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-tools_1.3.239.0.bb:do_configure)
NOTE: recipe vulkan-tools-1.3.239.0-r0: task do_configure: Started
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are 
['/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.36.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/cmake/cmake-native_3.25.1.bb:do_populate_sysroot',
 

[OE-core] [AUH] rt-tests: upgrading to 2.5 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Detailed error information:

Running 'devtool upgrade' for recipe rt-tests failed.
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:585ec183c8c08e58d5c397a6cfd21d392b459654"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 19 (100% match, 
100% complete)
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
INFO: Extracting current version source...
INFO: Adding local source files to srctree...
INFO: Extracting upgraded version source...
INFO: Rebasing devtool onto 4579b9a6d85ae528f76e92421eb5e7b33cd26b17
WARNING: Command 'git rebase 4579b9a6d85ae528f76e92421eb5e7b33cd26b17' 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 that would be the default for 
this recipe
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/rt-tests
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/rt-tests/rt-tests_git.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 (#176644): 
https://lists.openembedded.org/g/openembedded-core/message/176644
Mute This Topic: https://lists.openembedded.org/mt/96681860/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: upgrading to 1.22.0 FAILED

2023-02-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.22.0* has 
Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe gstreamer1.0 failed.
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:624ba4825eb6f03e0a491e3d70bfb9119b2b7bc2"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 21 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 102 tasks of which 99 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (897 cached, 2 parsed). 1698 targets, 40 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:624ba4825eb6f03e0a491e3d70bfb9119b2b7bc2"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 17 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 83 tasks of which 81 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:  47% |#   | ETA:  0:00:00
Adding changed files:  95% |##  | 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.22.0.tar.xz...
INFO: Rebasing devtool onto a007a802f2dafc68dee9bc20b909ca96397d9791
WARNING: Command 'git rebase a007a802f2dafc68dee9bc20b909ca96397d9791' failed:
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/build/workspace/sources/gstreamer1.0
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/gstreamer1.0/gstreamer1.0_1.22.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 (#176647): 
https://lists.openembedded.org/g/openembedded-core/message/176647
Mute This Topic: https://lists.openembedded.org/mt/96681863/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.22.0 FAILED

2023-02-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.22.0* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade gstreamer1.0-plugins-ugly -V 
1.22.0
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:934bece309920702f9461dabd9c03eafff4d77c3"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 21 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 102 tasks of which 99 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (897 cached, 2 parsed). 1698 targets, 40 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:934bece309920702f9461dabd9c03eafff4d77c3"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 17 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 83 tasks of which 81 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: 100% || Time: 0:00:00

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.22.0.tar.xz...
INFO: Rebasing devtool onto 261bf55fc237d8a8fd9719e5d3f90b5cab95a6df
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 568, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 476, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/gstreamer1.0-plugins-ugly/tests/check/elements/xingmux.c'


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 (#176643): 
https://lists.openembedded.org/g/openembedded-core/message/176643
Mute This Topic: https://lists.openembedded.org/mt/96681859/21656
Group Owner: 

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

2023-02-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.22.0* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-gstreamer1.0-plugins-bad-upgrade-1.20.5-1.22.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


0001-gstreamer1.0-plugins-bad-upgrade-1.20.5-1.22.0.patch
Description: Binary data
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:ee5503e31ccfe7b7e93c7adab2f62d604a18e1aa"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 180 Local 173 Mirrors 0 Missed 7 Current 508 (96% match, 
98% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 2268 of 2433 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.bb:do_fetch)
NOTE: Running task 2395 of 2433 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.bb:do_write_config)
NOTE: recipe gstreamer1.0-plugins-bad-1.22.0-r0: task do_fetch: Started
NOTE: recipe gstreamer1.0-plugins-bad-1.22.0-r0: task do_write_config: Started
NOTE: recipe gstreamer1.0-plugins-bad-1.22.0-r0: task do_fetch: Succeeded
NOTE: Running task 2420 of 2433 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.bb:do_unpack)
NOTE: Running task 2421 of 2433 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe gstreamer1.0-plugins-bad-1.22.0-r0: task do_write_config: Succeeded
NOTE: recipe gstreamer1.0-plugins-bad-1.22.0-r0: task do_unpack: Started
NOTE: recipe gstreamer1.0-plugins-bad-1.22.0-r0: task 
do_prepare_recipe_sysroot: Started
NOTE: recipe gstreamer1.0-plugins-bad-1.22.0-r0: task do_unpack: Succeeded
NOTE: Running task 2422 of 2433 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.bb:do_patch)
NOTE: recipe gstreamer1.0-plugins-bad-1.22.0-r0: task do_patch: Started
NOTE: recipe gstreamer1.0-plugins-bad-1.22.0-r0: task do_patch: Succeeded
NOTE: Running task 2423 of 2433 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.bb:do_deploy_source_date_epoch)
NOTE: Running task 2424 of 2433 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.bb:do_populate_lic)
NOTE: recipe gstreamer1.0-plugins-bad-1.22.0-r0: task 
do_prepare_recipe_sysroot: Succeeded
NOTE: recipe gstreamer1.0-plugins-bad-1.22.0-r0: task 
do_deploy_source_date_epoch: Started
NOTE: recipe gstreamer1.0-plugins-bad-1.22.0-r0: task do_populate_lic: Started
NOTE: recipe gstreamer1.0-plugins-bad-1.22.0-r0: task 
do_deploy_source_date_epoch: Succeeded
NOTE: Running task 2425 of 2433 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.bb:do_configure)
NOTE: recipe gstreamer1.0-plugins-bad-1.22.0-r0: task do_populate_lic: Succeeded
NOTE: recipe gstreamer1.0-plugins-bad-1.22.0-r0: task do_configure: Started
Log data follows:
| DEBUG: 

[OE-core] [AUH] lttng-tools: upgrading to 2.13.9 FAILED

2023-02-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-tools* to *2.13.9* has 
Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe lttng-tools failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (16:09:11.620830)
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:ece98ff20d19f7cad910eb16922dfb2a9deffb2c"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 19 (100% match, 
100% complete)
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: 2 seconds
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (897 cached, 2 parsed). 1698 targets, 40 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:ece98ff20d19f7cad910eb16922dfb2a9deffb2c"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 0 (0% match, 0% 
complete)
NOTE: No setscene tasks
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 2 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: 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://lttng.org/files/lttng-tools/lttng-tools-2.13.9.tar.bz2...
INFO: Rebasing devtool onto d9ffbe4797973a2173f986736fe5a7b80f62d03f
WARNING: Command 'git rebase d9ffbe4797973a2173f986736fe5a7b80f62d03f' failed:
Auto-merging tests/regression/ust/ust-dl/Makefile.am
CONFLICT (content): Merge conflict in tests/regression/ust/ust-dl/Makefile.am
Auto-merging tests/utils/testapp/userspace-probe-elf-binary/Makefile.am
CONFLICT (content): Merge conflict in 
tests/utils/testapp/userspace-probe-elf-binary/Makefile.am

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/lttng-tools
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/lttng-tools/lttng-tools_2.13.9.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 (#176634): 
https://lists.openembedded.org/g/openembedded-core/message/176634
Mute This Topic: https://lists.openembedded.org/mt/96681850/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: 

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

2023-02-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 *20230117* 
has Succeeded.

Next steps:
- apply the patch: git am 
0001-linux-firmware-upgrade-20221214-20230117.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
packages/all-poky-linux/linux-firmware: SRC_URI changed from 
"https://cdn.kernel.org/pub/linux/kernel/firmware/linux-firmware-20221214.tar.xz;
 to 
"https://cdn.kernel.org/pub/linux/kernel/firmware/linux-firmware-20230117.tar.xz;
packages/all-poky-linux/linux-firmware: PKGV changed from 20221214 [default] to 
20230117 [default]
packages/all-poky-linux/linux-firmware: PV changed from "20221214" to "20230117"
packages/all-poky-linux/linux-firmware/linux-firmware-adsp-sst-license: PKGV 
changed from 20221214 [default] to 20230117 [default]
packages/all-poky-linux/linux-firmware/linux-firmware-adsp-sst-license: PV 
changed from "20221214" to "20230117"
packages/all-poky-linux/linux-firmware/linux-firmware-adsp-sst: PKGV changed 
from 20221214 [default] to 20230117 [default]
packages/all-poky-linux/linux-firmware/linux-firmware-adsp-sst: PV changed from 
"20221214" to "20230117"
packages/all-poky-linux/linux-firmware/linux-firmware-amdgpu-license: PKGV 
changed from 20221214 [default] to 20230117 [default]
packages/all-poky-linux/linux-firmware/linux-firmware-amdgpu-license: PV 
changed from "20221214" to "20230117"
packages/all-poky-linux/linux-firmware/linux-firmware-amdgpu: PKGV changed from 
20221214 [default] to 20230117 [default]
packages/all-poky-linux/linux-firmware/linux-firmware-amdgpu: PKGSIZE changed 
from 69094574 to 72109590 (+4%)
packages/all-poky-linux/linux-firmware/linux-firmware-amdgpu: PV changed from 
"20221214" to "20230117"
packages/all-poky-linux/linux-firmware/linux-firmware-amdgpu: FILELIST: added 
"/lib/firmware/amdgpu/gc_11_0_2_mes.bin /lib/firmware/amdgpu/gc_11_0_2_imu.bin 
/lib/firmware/amdgpu/gc_11_0_2_mes1.bin /lib/firmware/amdgpu/sdma_6_0_2.bin 
/lib/firmware/amdgpu/vcn_4_0_4.bin /lib/firmware/amdgpu/psp_13_0_7_sos.bin 
/lib/firmware/amdgpu/gc_11_0_2_mec.bin /lib/firmware/amdgpu/smu_13_0_7.bin 
/lib/firmware/amdgpu/gc_11_0_2_me.bin /lib/firmware/amdgpu/gc_11_0_2_rlc.bin 
/lib/firmware/amdgpu/gc_11_0_2_pfp.bin /lib/firmware/amdgpu/dcn_3_2_1_dmcub.bin 
/lib/firmware/amdgpu/psp_13_0_7_ta.bin"
packages/all-poky-linux/linux-firmware/linux-firmware-amlogic-vdec-license: 
PKGV changed from 20221214 [default] to 20230117 [default]
packages/all-poky-linux/linux-firmware/linux-firmware-amlogic-vdec-license: PV 
changed from "20221214" to "20230117"
packages/all-poky-linux/linux-firmware/linux-firmware-amlogic-vdec: PKGV 
changed from 20221214 [default] to 20230117 [default]
packages/all-poky-linux/linux-firmware/linux-firmware-amlogic-vdec: PV changed 
from "20221214" to "20230117"
packages/all-poky-linux/linux-firmware/linux-firmware-ar3k-license: PKGV 
changed from 20221214 [default] to 20230117 [default]
packages/all-poky-linux/linux-firmware/linux-firmware-ar3k-license: PV changed 
from "20221214" to "20230117"
packages/all-poky-linux/linux-firmware/linux-firmware-ar3k: PKGV changed from 
20221214 [default] to 20230117 [default]
packages/all-poky-linux/linux-firmware/linux-firmware-ar3k: PV changed from 
"20221214" to "20230117"
packages/all-poky-linux/linux-firmware/linux-firmware-ar9170: PKGV changed from 
20221214 [default] to 20230117 [default]
packages/all-poky-linux/linux-firmware/linux-firmware-ar9170: PV changed from 
"20221214" to "20230117"
packages/all-poky-linux/linux-firmware/linux-firmware-ath10k-license: PKGV 
changed from 20221214 [default] to 20230117 [default]
packages/all-poky-linux/linux-firmware/linux-firmware-ath10k-license: PV 
changed from "20221214" to "20230117"
packages/all-poky-linux/linux-firmware/linux-firmware-ath10k: PKGV changed from 
20221214 [default] to 20230117 [default]
packages/all-poky-linux/linux-firmware/linux-firmware-ath10k: PV changed from 
"20221214" to "20230117"
packages/all-poky-linux/linux-firmware/linux-firmware-ath11k: PKGV changed from 
20221214 [default] to 20230117 [default]
packages/all-poky-linux/linux-firmware/linux-firmware-ath11k: PV changed from 
"20221214" to "20230117"
packages/all-poky-linux/linux-firmware/linux-firmware-ath3k: PKGV changed from 

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

2023-02-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 
*7e26046720669d82d19d4525f2bb7308efd4b55b* has Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake vulkan-samples' failed
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (0 cached, 898 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.

Summary: There was 1 WARNING message.
Summary: There was 1 ERROR message, returning a non-zero exit code.

ERROR: Nothing PROVIDES 'vulkan-samples'
vulkan-samples was skipped: incompatible with host i686-poky-linux (not in 
COMPATIBLE_HOST)


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 (#176623): 
https://lists.openembedded.org/g/openembedded-core/message/176623
Mute This Topic: https://lists.openembedded.org/mt/96681838/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-base: upgrading to 1.22.0 FAILED

2023-02-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.22.0* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-gstreamer1.0-plugins-base-upgrade-1.20.5-1.22.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
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:8e687488b717009bde185ad62d8873a114be4e30"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 142 Local 135 Mirrors 0 Missed 7 Current 366 (95% match, 
98% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 1663 of 1796 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.bb:do_fetch)
NOTE: Running task 1761 of 1796 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.bb:do_write_config)
NOTE: recipe gstreamer1.0-plugins-base-1.22.0-r0: task do_fetch: Started
NOTE: recipe gstreamer1.0-plugins-base-1.22.0-r0: task do_write_config: Started
NOTE: recipe gstreamer1.0-plugins-base-1.22.0-r0: task do_fetch: Succeeded
NOTE: Running task 1783 of 1796 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.bb:do_unpack)
NOTE: Running task 1784 of 1796 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe gstreamer1.0-plugins-base-1.22.0-r0: task do_write_config: 
Succeeded
NOTE: recipe gstreamer1.0-plugins-base-1.22.0-r0: task do_unpack: Started
NOTE: recipe gstreamer1.0-plugins-base-1.22.0-r0: task 
do_prepare_recipe_sysroot: Started
NOTE: recipe gstreamer1.0-plugins-base-1.22.0-r0: task do_unpack: Succeeded
NOTE: Running task 1785 of 1796 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.bb:do_patch)
NOTE: recipe gstreamer1.0-plugins-base-1.22.0-r0: task do_patch: Started
NOTE: recipe gstreamer1.0-plugins-base-1.22.0-r0: task 
do_prepare_recipe_sysroot: Succeeded
NOTE: recipe gstreamer1.0-plugins-base-1.22.0-r0: task do_patch: Succeeded
NOTE: Running task 1786 of 1796 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.bb:do_deploy_source_date_epoch)
NOTE: Running task 1787 of 1796 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.bb:do_populate_lic)
NOTE: recipe gstreamer1.0-plugins-base-1.22.0-r0: task 
do_deploy_source_date_epoch: Started
NOTE: recipe gstreamer1.0-plugins-base-1.22.0-r0: task do_populate_lic: Started
NOTE: recipe gstreamer1.0-plugins-base-1.22.0-r0: task 
do_deploy_source_date_epoch: Succeeded
NOTE: Running task 1788 of 1796 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.bb:do_configure)
NOTE: recipe gstreamer1.0-plugins-base-1.22.0-r0: task do_populate_lic: 
Succeeded
NOTE: recipe gstreamer1.0-plugins-base-1.22.0-r0: task do_configure: Started
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct 

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

2023-02-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.22.0* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-gst-devtools-upgrade-1.20.5-1.22.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


0001-gst-devtools-upgrade-1.20.5-1.22.0.patch
Description: Binary data
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:ece98ff20d19f7cad910eb16922dfb2a9deffb2c"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 156 Local 149 Mirrors 0 Missed 7 Current 382 (95% match, 
98% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 1713 of 1896 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.0.bb:do_fetch)
NOTE: Running task 1841 of 1896 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.0.bb:do_write_config)
NOTE: recipe gst-devtools-1.22.0-r0: task do_fetch: Started
NOTE: recipe gst-devtools-1.22.0-r0: task do_fetch: Succeeded
NOTE: Running task 1883 of 1896 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.0.bb:do_unpack)
NOTE: Running task 1884 of 1896 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe gst-devtools-1.22.0-r0: task do_write_config: Started
NOTE: recipe gst-devtools-1.22.0-r0: task do_write_config: Succeeded
NOTE: recipe gst-devtools-1.22.0-r0: task do_unpack: Started
NOTE: recipe gst-devtools-1.22.0-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe gst-devtools-1.22.0-r0: task do_unpack: Succeeded
NOTE: Running task 1885 of 1896 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.0.bb:do_patch)
NOTE: recipe gst-devtools-1.22.0-r0: task do_patch: Started
NOTE: recipe gst-devtools-1.22.0-r0: task do_patch: Succeeded
NOTE: Running task 1886 of 1896 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.0.bb:do_deploy_source_date_epoch)
NOTE: Running task 1887 of 1896 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.0.bb:do_populate_lic)
NOTE: recipe gst-devtools-1.22.0-r0: task do_prepare_recipe_sysroot: Succeeded
NOTE: recipe gst-devtools-1.22.0-r0: task do_deploy_source_date_epoch: Started
NOTE: recipe gst-devtools-1.22.0-r0: task do_populate_lic: Started
NOTE: recipe gst-devtools-1.22.0-r0: task do_populate_lic: Succeeded
NOTE: recipe gst-devtools-1.22.0-r0: task do_deploy_source_date_epoch: Succeeded
NOTE: Running task 1888 of 1896 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.0.bb:do_configure)
NOTE: recipe gst-devtools-1.22.0-r0: task do_configure: Started
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are 
['/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.74.4.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.36.bb:do_populate_sysroot',
 

[OE-core] [AUH] python3-pytz: upgrading to 2022.7.1 SUCCEEDED

2023-02-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-pytz* to *2022.7.1* 
has Succeeded.

Next steps:
- apply the patch: git am 0001-python3-pytz-upgrade-2022.7-2022.7.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
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (0 cached, 898 parsed). 1697 targets, 75 
skipped, 0 masked, 0 errors.
Removing 2 recipes from the ppc7400 sysroot...done.
Removing 1 recipes from the qemuppc sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "powerpc-poky-linux"
MACHINE  = "qemuppc"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 fpu-hard ppc7400 altivec bigendian"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:10482e7bafbee400870f2c5e3a4121ef8a0b2d2d"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 14 Local 7 Mirrors 0 Missed 7 Current 342 (50% match, 
98% complete)
NOTE: Executing Tasks
NOTE: Running setscene task 343 of 356 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-pytest_7.2.0.bb:do_package_write_rpm_setscene)
NOTE: recipe python3-pytest-7.2.0-r0: task do_package_write_rpm_setscene: 
Started
NOTE: recipe python3-pytest-7.2.0-r0: task do_package_write_rpm_setscene: 
Succeeded
NOTE: Running setscene task 354 of 356 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-pytest_7.2.0.bb:do_packagedata_setscene)
NOTE: Running task 899 of 1350 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-pytz_2022.7.1.bb:do_fetch)
NOTE: recipe python3-pytest-7.2.0-r0: task do_packagedata_setscene: Started
NOTE: recipe python3-pytz-2022.7.1-r0: task do_fetch: Started
NOTE: recipe python3-pytz-2022.7.1-r0: task do_fetch: Succeeded
NOTE: Running task 1323 of 1350 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-pytz_2022.7.1.bb:do_unpack)
NOTE: Running task 1324 of 1350 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-pytz_2022.7.1.bb:do_prepare_recipe_sysroot)
WARNING: Logfile for failed setscene task is 
/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/ppc7400-poky-linux/python3-pytest/7.2.0-r0/temp/log.do_packagedata_setscene.3637706
WARNING: Setscene task 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-pytest_7.2.0.bb:do_packagedata_setscene)
 failed with exit code '1' - real task will be run instead
NOTE: Running setscene task 355 of 356 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-pytest_7.2.0.bb:do_package_setscene)
NOTE: recipe python3-pytz-2022.7.1-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe python3-pytz-2022.7.1-r0: task do_unpack: Started
NOTE: recipe python3-pytz-2022.7.1-r0: task do_unpack: Succeeded
NOTE: Running task 1325 of 1350 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-pytz_2022.7.1.bb:do_patch)
NOTE: recipe python3-pytz-2022.7.1-r0: task do_patch: Started
NOTE: recipe python3-pytz-2022.7.1-r0: task do_patch: Succeeded
NOTE: Running task 1326 of 1350 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-pytz_2022.7.1.bb:do_deploy_source_date_epoch)
NOTE: Running task 1327 of 1350 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-pytz_2022.7.1.bb:do_populate_lic)
NOTE: recipe python3-pytz-2022.7.1-r0: task do_prepare_recipe_sysroot: Succeeded
NOTE: recipe python3-pytz-2022.7.1-r0: task do_deploy_source_date_epoch: Started
NOTE: recipe python3-pytz-2022.7.1-r0: task 

[OE-core] [AUH] fontconfig: upgrading to 2.14.2 SUCCEEDED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Next steps:
- apply the patch: git am 0001-fontconfig-upgrade-2.14.1-2.14.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


0001-fontconfig-upgrade-2.14.1-2.14.2.patch
Description: Binary data
packages/core2-32-poky-linux/fontconfig/fontconfig-dbg: PV changed from 
"2.14.1" to "2.14.2"
packages/core2-32-poky-linux/fontconfig/fontconfig-dbg: PKGV changed from 
2.14.1 [default] to 2.14.2 [default]
packages/core2-32-poky-linux/fontconfig/fontconfig-dbg: PKGSIZE changed from 
918124 to 920412 (+0%)
packages/core2-32-poky-linux/fontconfig/fontconfig-dev: PV changed from 
"2.14.1" to "2.14.2"
packages/core2-32-poky-linux/fontconfig/fontconfig-dev: PKGV changed from 
2.14.1 [default] to 2.14.2 [default]
packages/core2-32-poky-linux/fontconfig/fontconfig-dev: PKGSIZE changed from 
38204 to 38311 (+0%)
packages/core2-32-poky-linux/fontconfig/fontconfig-doc: PV changed from 
"2.14.1" to "2.14.2"
packages/core2-32-poky-linux/fontconfig/fontconfig-doc: PKGV changed from 
2.14.1 [default] to 2.14.2 [default]
packages/core2-32-poky-linux/fontconfig/fontconfig-locale-ka: PV changed from 
"2.14.1" to "2.14.2"
packages/core2-32-poky-linux/fontconfig/fontconfig-locale-ka: PKGV changed from 
2.14.1 [default] to 2.14.2 [default]
packages/core2-32-poky-linux/fontconfig/fontconfig-locale-zh-cn: PV changed 
from "2.14.1" to "2.14.2"
packages/core2-32-poky-linux/fontconfig/fontconfig-locale-zh-cn: PKGV changed 
from 2.14.1 [default] to 2.14.2 [default]
packages/core2-32-poky-linux/fontconfig/fontconfig-src: PV changed from 
"2.14.1" to "2.14.2"
packages/core2-32-poky-linux/fontconfig/fontconfig-src: PKGV changed from 
2.14.1 [default] to 2.14.2 [default]
packages/core2-32-poky-linux/fontconfig/fontconfig-src: PKGSIZE changed from 
963446 to 966246 (+0%)
packages/core2-32-poky-linux/fontconfig/fontconfig-staticdev: PV changed from 
"2.14.1" to "2.14.2"
packages/core2-32-poky-linux/fontconfig/fontconfig-staticdev: PKGV changed from 
2.14.1 [default] to 2.14.2 [default]
packages/core2-32-poky-linux/fontconfig/fontconfig-utils: PV changed from 
"2.14.1" to "2.14.2"
packages/core2-32-poky-linux/fontconfig/fontconfig-utils: PKGV changed from 
2.14.1 [default] to 2.14.2 [default]
packages/core2-32-poky-linux/fontconfig/fontconfig: PV changed from "2.14.1" to 
"2.14.2"
packages/core2-32-poky-linux/fontconfig/fontconfig: PKGV changed from 2.14.1 
[default] to 2.14.2 [default]
packages/core2-32-poky-linux/fontconfig/fontconfig: FILELIST: removed 
"/usr/share/fontconfig/conf.avail/10-no-sub-pixel.conf 
/etc/fonts/conf.d/10-sub-pixel-rgb.conf", added 
"/etc/fonts/conf.d/10-sub-pixel-none.conf 
/usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf"
packages/core2-32-poky-linux/fontconfig/fontconfig: PKGSIZE changed from 470776 
to 470777 (+0%)
packages/core2-32-poky-linux/fontconfig: PV changed from "2.14.1" to "2.14.2"
packages/core2-32-poky-linux/fontconfig: PKGV changed from 2.14.1 [default] to 
2.14.2 [default]
packages/core2-32-poky-linux/fontconfig: SRC_URI changed from 
"http://fontconfig.org/release/fontconfig-2.14.1.tar.gz 
file://revert-static-pkgconfig.patch" to 
"http://fontconfig.org/release/fontconfig-2.14.2.tar.gz 
file://revert-static-pkgconfig.patch"
Changes to packages/core2-32-poky-linux/fontconfig (sysroot):
  /usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf was added
  /usr/share/fontconfig/conf.avail/10-no-sub-pixel.conf was removed
packages/core2-32-poky-linux/fontconfig/fontconfig: FILELIST: removed 
"/etc/fonts/conf.d/10-sub-pixel-rgb.conf 
/usr/share/fontconfig/conf.avail/10-no-sub-pixel.conf", added 
"/usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf 
/etc/fonts/conf.d/10-sub-pixel-none.conf"
Changes to packages/core2-32-poky-linux/fontconfig (sysroot):
  /usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf was added
  /usr/share/fontconfig/conf.avail/10-no-sub-pixel.conf was removed

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

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

2023-02-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.17.0* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-libva-upgrade-2.16.0-2.17.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


0001-libva-upgrade-2.16.0-2.17.0.patch
Description: Binary data
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (896 cached, 2 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:8dc15513bd17f8188312aee3dc33f57db8a00c74"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 110 Local 103 Mirrors 0 Missed 7 Current 266 (93% match, 
98% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 1233 of 1381 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/libva/libva_2.17.0.bb:do_fetch)
NOTE: Running task 1359 of 1381 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/libva/libva_2.17.0.bb:do_write_config)
NOTE: recipe libva-2.17.0-r0: task do_fetch: Started
NOTE: recipe libva-2.17.0-r0: task do_fetch: Succeeded
NOTE: recipe libva-2.17.0-r0: task do_write_config: Started
NOTE: Running task 1368 of 1381 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/libva/libva_2.17.0.bb:do_unpack)
NOTE: Running task 1369 of 1381 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/libva/libva_2.17.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe libva-2.17.0-r0: task do_write_config: Succeeded
NOTE: recipe libva-2.17.0-r0: task do_unpack: Started
NOTE: recipe libva-2.17.0-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe libva-2.17.0-r0: task do_unpack: Succeeded
NOTE: Running task 1370 of 1381 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/libva/libva_2.17.0.bb:do_patch)
NOTE: recipe libva-2.17.0-r0: task do_patch: Started
NOTE: recipe libva-2.17.0-r0: task do_patch: Succeeded
NOTE: Running task 1371 of 1381 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/libva/libva_2.17.0.bb:do_deploy_source_date_epoch)
NOTE: Running task 1372 of 1381 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/libva/libva_2.17.0.bb:do_populate_lic)
NOTE: recipe libva-2.17.0-r0: task do_prepare_recipe_sysroot: Succeeded
NOTE: recipe libva-2.17.0-r0: task do_populate_lic: Started
NOTE: recipe libva-2.17.0-r0: task do_deploy_source_date_epoch: Started
NOTE: recipe libva-2.17.0-r0: task do_populate_lic: Succeeded
NOTE: recipe libva-2.17.0-r0: task do_deploy_source_date_epoch: Succeeded
NOTE: Running task 1373 of 1381 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/libva/libva_2.17.0.bb:do_configure)
NOTE: recipe libva-2.17.0-r0: task do_configure: Started
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are 
['/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.36.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/gcc/gcc-cross_12.2.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/gcc/gcc-runtime_12.2.bb:do_populate_sysroot',
 

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

2023-02-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 *2023.2* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-shaderc-upgrade-2022.4-2023.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
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (0 cached, 898 parsed). 1697 targets, 75 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the ppc7400 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "powerpc-poky-linux"
MACHINE  = "qemuppc"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 fpu-hard ppc7400 altivec bigendian"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:3f93933313228e1407b1d9f3142cd1eaf337e02e"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 22 Local 3 Mirrors 0 Missed 19 Current 150 (13% match, 
88% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 616 of 702 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/spir/spirv-headers_1.3.236.0.bb:do_fetch)
NOTE: Running task 648 of 702 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/spir/spirv-tools_1.3.236.0.bb:do_fetch)
NOTE: Running task 649 of 702 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/glslang/glslang_1.3.236.0.bb:do_fetch)
NOTE: Running task 654 of 702 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/shaderc/shaderc_2023.2.bb:do_fetch)
NOTE: recipe spirv-headers-1_1.3.236.0-r0: task do_fetch: Started
NOTE: recipe glslang-1_1.3.236.0-r0: task do_fetch: Started
NOTE: recipe spirv-tools-1_1.3.236.0-r0: task do_fetch: Started
NOTE: recipe shaderc-2023.2-r0: task do_fetch: Started
NOTE: recipe spirv-headers-1_1.3.236.0-r0: task do_fetch: Succeeded
NOTE: recipe glslang-1_1.3.236.0-r0: task do_fetch: Succeeded
NOTE: recipe spirv-tools-1_1.3.236.0-r0: task do_fetch: Succeeded
NOTE: recipe shaderc-2023.2-r0: task do_fetch: Succeeded
NOTE: Running task 655 of 702 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/spir/spirv-headers_1.3.236.0.bb:do_unpack)
NOTE: Running task 656 of 702 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/spir/spirv-headers_1.3.236.0.bb:do_prepare_recipe_sysroot)
NOTE: Running task 657 of 702 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/spir/spirv-tools_1.3.236.0.bb:do_unpack)
NOTE: Running task 658 of 702 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/glslang/glslang_1.3.236.0.bb:do_unpack)
NOTE: Running task 659 of 702 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/shaderc/shaderc_2023.2.bb:do_unpack)
NOTE: Running task 660 of 702 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/glslang/glslang_1.3.236.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe spirv-headers-1_1.3.236.0-r0: task do_unpack: Started
NOTE: recipe spirv-headers-1_1.3.236.0-r0: task do_prepare_recipe_sysroot: 
Started
NOTE: recipe spirv-tools-1_1.3.236.0-r0: task do_unpack: Started
NOTE: recipe glslang-1_1.3.236.0-r0: task do_unpack: Started
NOTE: recipe shaderc-2023.2-r0: task do_unpack: Started
NOTE: recipe glslang-1_1.3.236.0-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe spirv-headers-1_1.3.236.0-r0: task do_prepare_recipe_sysroot: 
Succeeded
NOTE: recipe spirv-headers-1_1.3.236.0-r0: task do_unpack: Succeeded
NOTE: Running task 661 of 702 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/spir/spirv-headers_1.3.236.0.bb:do_patch)
NOTE: recipe shaderc-2023.2-r0: task do_unpack: Succeeded
NOTE: Running task 662 of 702 

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

2023-02-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.22.0* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-gstreamer1.0-plugins-good-upgrade-1.20.5-1.22.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


0001-gstreamer1.0-plugins-good-upgrade-1.20.5-1.22.0.patch
Description: Binary data
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:452560dd4c4f0ca4c75d2dc5c0d7f72887c88ae9"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 177 Local 170 Mirrors 0 Missed 7 Current 531 (96% match, 
99% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 2252 of 2428 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.bb:do_fetch)
NOTE: Running task 2391 of 2428 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.bb:do_write_config)
NOTE: recipe gstreamer1.0-plugins-good-1.22.0-r0: task do_fetch: Started
NOTE: recipe gstreamer1.0-plugins-good-1.22.0-r0: task do_fetch: Succeeded
NOTE: Running task 2415 of 2428 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.bb:do_unpack)
NOTE: Running task 2416 of 2428 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe gstreamer1.0-plugins-good-1.22.0-r0: task do_write_config: Started
NOTE: recipe gstreamer1.0-plugins-good-1.22.0-r0: task do_write_config: 
Succeeded
NOTE: recipe gstreamer1.0-plugins-good-1.22.0-r0: task do_unpack: Started
NOTE: recipe gstreamer1.0-plugins-good-1.22.0-r0: task 
do_prepare_recipe_sysroot: Started
NOTE: recipe gstreamer1.0-plugins-good-1.22.0-r0: task do_unpack: Succeeded
NOTE: Running task 2417 of 2428 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.bb:do_patch)
NOTE: recipe gstreamer1.0-plugins-good-1.22.0-r0: task do_patch: Started
NOTE: recipe gstreamer1.0-plugins-good-1.22.0-r0: task do_patch: Succeeded
NOTE: Running task 2418 of 2428 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.bb:do_deploy_source_date_epoch)
NOTE: Running task 2419 of 2428 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.bb:do_populate_lic)
NOTE: recipe gstreamer1.0-plugins-good-1.22.0-r0: task 
do_deploy_source_date_epoch: Started
NOTE: recipe gstreamer1.0-plugins-good-1.22.0-r0: task do_populate_lic: Started
NOTE: recipe gstreamer1.0-plugins-good-1.22.0-r0: task 
do_prepare_recipe_sysroot: Succeeded
NOTE: recipe gstreamer1.0-plugins-good-1.22.0-r0: task do_populate_lic: 
Succeeded
NOTE: recipe gstreamer1.0-plugins-good-1.22.0-r0: task 
do_deploy_source_date_epoch: Succeeded
NOTE: Running task 2420 of 2428 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.bb:do_configure)
NOTE: recipe gstreamer1.0-plugins-good-1.22.0-r0: task do_configure: Started
Log 

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

2023-02-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.22.0* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-gstreamer1.0-libav-upgrade-1.20.5-1.22.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


0001-gstreamer1.0-libav-upgrade-1.20.5-1.22.0.patch
Description: Binary data
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:8a2e00b5c56fa51f2693953403739fb910b18e17"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 142 Local 135 Mirrors 0 Missed 7 Current 374 (95% match, 
98% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 1705 of 1819 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.0.bb:do_fetch)
NOTE: Running task 1796 of 1819 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.0.bb:do_write_config)
NOTE: recipe gstreamer1.0-libav-1.22.0-r0: task do_fetch: Started
NOTE: recipe gstreamer1.0-libav-1.22.0-r0: task do_write_config: Started
NOTE: recipe gstreamer1.0-libav-1.22.0-r0: task do_fetch: Succeeded
NOTE: Running task 1806 of 1819 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.0.bb:do_unpack)
NOTE: Running task 1807 of 1819 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe gstreamer1.0-libav-1.22.0-r0: task do_write_config: Succeeded
NOTE: recipe gstreamer1.0-libav-1.22.0-r0: task do_unpack: Started
NOTE: recipe gstreamer1.0-libav-1.22.0-r0: task do_prepare_recipe_sysroot: 
Started
NOTE: recipe gstreamer1.0-libav-1.22.0-r0: task do_unpack: Succeeded
NOTE: Running task 1808 of 1819 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.0.bb:do_patch)
NOTE: recipe gstreamer1.0-libav-1.22.0-r0: task do_patch: Started
NOTE: recipe gstreamer1.0-libav-1.22.0-r0: task do_patch: Succeeded
NOTE: Running task 1809 of 1819 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.0.bb:do_deploy_source_date_epoch)
NOTE: Running task 1810 of 1819 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.0.bb:do_populate_lic)
NOTE: recipe gstreamer1.0-libav-1.22.0-r0: task do_deploy_source_date_epoch: 
Started
NOTE: recipe gstreamer1.0-libav-1.22.0-r0: task do_populate_lic: Started
NOTE: recipe gstreamer1.0-libav-1.22.0-r0: task do_prepare_recipe_sysroot: 
Succeeded
NOTE: recipe gstreamer1.0-libav-1.22.0-r0: task do_populate_lic: Succeeded
NOTE: recipe gstreamer1.0-libav-1.22.0-r0: task do_deploy_source_date_epoch: 
Succeeded
NOTE: Running task 1811 of 1819 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.0.bb:do_configure)
NOTE: recipe gstreamer1.0-libav-1.22.0-r0: task do_configure: Started
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are 

[OE-core] [AUH] msmtp: upgrading to 1.8.23 SUCCEEDED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Next steps:
- apply the patch: git am 0001-msmtp-upgrade-1.8.22-1.8.23.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
packages/core2-32-poky-linux/msmtp: PV changed from "1.8.22" to "1.8.23"
packages/core2-32-poky-linux/msmtp: PKGV changed from 1.8.22 [default] to 
1.8.23 [default]
packages/core2-32-poky-linux/msmtp: PACKAGES: added "msmtp-locale-sv"
packages/core2-32-poky-linux/msmtp: SRC_URI changed from 
"https://marlam.de/msmtp/releases/msmtp-1.8.22.tar.xz; to 
"https://marlam.de/msmtp/releases/msmtp-1.8.23.tar.xz;
packages/core2-32-poky-linux/msmtp/msmtp-dbg: PV changed from "1.8.22" to 
"1.8.23"
packages/core2-32-poky-linux/msmtp/msmtp-dbg: PKGV changed from 1.8.22 
[default] to 1.8.23 [default]
packages/core2-32-poky-linux/msmtp/msmtp-dbg: PKGSIZE changed from 343600 to 
344824 (+0%)
packages/core2-32-poky-linux/msmtp/msmtp-dev: PV changed from "1.8.22" to 
"1.8.23"
packages/core2-32-poky-linux/msmtp/msmtp-dev: PKGV changed from 1.8.22 
[default] to 1.8.23 [default]
packages/core2-32-poky-linux/msmtp/msmtp-doc: PV changed from "1.8.22" to 
"1.8.23"
packages/core2-32-poky-linux/msmtp/msmtp-doc: PKGV changed from 1.8.22 
[default] to 1.8.23 [default]
packages/core2-32-poky-linux/msmtp/msmtp-doc: PKGSIZE changed from 114240 to 
114647 (+0%)
packages/core2-32-poky-linux/msmtp/msmtp-locale-de: PV changed from "1.8.22" to 
"1.8.23"
packages/core2-32-poky-linux/msmtp/msmtp-locale-de: PKGV changed from 1.8.22 
[default] to 1.8.23 [default]
packages/core2-32-poky-linux/msmtp/msmtp-locale-de: PKGSIZE changed from 35576 
to 36812 (+3%)
packages/core2-32-poky-linux/msmtp/msmtp-locale-eo: PV changed from "1.8.22" to 
"1.8.23"
packages/core2-32-poky-linux/msmtp/msmtp-locale-eo: PKGV changed from 1.8.22 
[default] to 1.8.23 [default]
packages/core2-32-poky-linux/msmtp/msmtp-locale-eo: PKGSIZE changed from 34678 
to 34835 (+0%)
packages/core2-32-poky-linux/msmtp/msmtp-locale-fr: PV changed from "1.8.22" to 
"1.8.23"
packages/core2-32-poky-linux/msmtp/msmtp-locale-fr: PKGV changed from 1.8.22 
[default] to 1.8.23 [default]
packages/core2-32-poky-linux/msmtp/msmtp-locale-pt-br: PV changed from "1.8.22" 
to "1.8.23"
packages/core2-32-poky-linux/msmtp/msmtp-locale-pt-br: PKGV changed from 1.8.22 
[default] to 1.8.23 [default]
packages/core2-32-poky-linux/msmtp/msmtp-locale-sr: PV changed from "1.8.22" to 
"1.8.23"
packages/core2-32-poky-linux/msmtp/msmtp-locale-sr: PKGV changed from 1.8.22 
[default] to 1.8.23 [default]
packages/core2-32-poky-linux/msmtp/msmtp-locale-sr: PKGSIZE changed from 45241 
to 45442 (+0%)
packages/core2-32-poky-linux/msmtp/msmtp-locale-ta: PV changed from "1.8.22" to 
"1.8.23"
packages/core2-32-poky-linux/msmtp/msmtp-locale-ta: PKGV changed from 1.8.22 
[default] to 1.8.23 [default]
packages/core2-32-poky-linux/msmtp/msmtp-locale-uk: PV changed from "1.8.22" to 
"1.8.23"
packages/core2-32-poky-linux/msmtp/msmtp-locale-uk: PKGV changed from 1.8.22 
[default] to 1.8.23 [default]
packages/core2-32-poky-linux/msmtp/msmtp-locale-uk: PKGSIZE changed from 47097 
to 47284 (+0%)
packages/core2-32-poky-linux/msmtp/msmtp-src: PV changed from "1.8.22" to 
"1.8.23"
packages/core2-32-poky-linux/msmtp/msmtp-src: PKGV changed from 1.8.22 
[default] to 1.8.23 [default]
packages/core2-32-poky-linux/msmtp/msmtp-src: PKGSIZE changed from 512388 to 
512894 (+0%)
packages/core2-32-poky-linux/msmtp/msmtp-staticdev: PV changed from "1.8.22" to 
"1.8.23"
packages/core2-32-poky-linux/msmtp/msmtp-staticdev: PKGV changed from 1.8.22 
[default] to 1.8.23 [default]
packages/core2-32-poky-linux/msmtp/msmtp: PV changed from "1.8.22" to "1.8.23"
packages/core2-32-poky-linux/msmtp/msmtp: PKGV changed from 1.8.22 [default] to 
1.8.23 [default]
packages/core2-32-poky-linux/msmtp/msmtp: PKGSIZE changed from 204568 to 208664 
(+2%)


0001-msmtp-upgrade-1.8.22-1.8.23.patch
Description: Binary data
packages/core2-32-poky-linux/msmtp: PACKAGES: added "msmtp-locale-sv"

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

[OE-core] [AUH] libinput: upgrading to 1.22.1 SUCCEEDED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Next steps:
- apply the patch: git am 0001-libinput-upgrade-1.22.0-1.22.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
packages/core2-32-poky-linux/libinput: SRC_URI changed from 
"git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main 
file://run-ptest file://determinism.patch" to 
"git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=1.22-branch
 file://run-ptest file://determinism.patch"
packages/core2-32-poky-linux/libinput: PKGV changed from 1.22.0 [default] to 
1.22.1 [default]
packages/core2-32-poky-linux/libinput: PV changed from "1.22.0" to "1.22.1"
packages/core2-32-poky-linux/libinput/libinput-bin: PKGV changed from 1.22.0 
[default] to 1.22.1 [default]
packages/core2-32-poky-linux/libinput/libinput-bin: PV changed from "1.22.0" to 
"1.22.1"
packages/core2-32-poky-linux/libinput/libinput-dbg: PKGSIZE changed from 
4831844 to 4831960 (+0%)
packages/core2-32-poky-linux/libinput/libinput-dbg: PKGV changed from 1.22.0 
[default] to 1.22.1 [default]
packages/core2-32-poky-linux/libinput/libinput-dbg: PV changed from "1.22.0" to 
"1.22.1"
packages/core2-32-poky-linux/libinput/libinput-dev: PKGV changed from 1.22.0 
[default] to 1.22.1 [default]
packages/core2-32-poky-linux/libinput/libinput-dev: PV changed from "1.22.0" to 
"1.22.1"
packages/core2-32-poky-linux/libinput/libinput-doc: PKGV changed from 1.22.0 
[default] to 1.22.1 [default]
packages/core2-32-poky-linux/libinput/libinput-doc: PV changed from "1.22.0" to 
"1.22.1"
packages/core2-32-poky-linux/libinput/libinput-locale: PKGV changed from 1.22.0 
[default] to 1.22.1 [default]
packages/core2-32-poky-linux/libinput/libinput-locale: PV changed from "1.22.0" 
to "1.22.1"
packages/core2-32-poky-linux/libinput/libinput-ptest: PKGV changed from 1.22.0 
[default] to 1.22.1 [default]
packages/core2-32-poky-linux/libinput/libinput-ptest: PV changed from "1.22.0" 
to "1.22.1"
packages/core2-32-poky-linux/libinput/libinput-src: PKGSIZE changed from 
3447987 to 3448008 (+0%)
packages/core2-32-poky-linux/libinput/libinput-src: PKGV changed from 1.22.0 
[default] to 1.22.1 [default]
packages/core2-32-poky-linux/libinput/libinput-src: PV changed from "1.22.0" to 
"1.22.1"
packages/core2-32-poky-linux/libinput/libinput-staticdev: PKGV changed from 
1.22.0 [default] to 1.22.1 [default]
packages/core2-32-poky-linux/libinput/libinput-staticdev: PV changed from 
"1.22.0" to "1.22.1"
packages/core2-32-poky-linux/libinput/libinput: FILELIST: added 
"/usr/share/libinput/30-vendor-glorious.quirks"
packages/core2-32-poky-linux/libinput/libinput: PKGSIZE changed from 1218498 to 
1219214 (+0%)
packages/core2-32-poky-linux/libinput/libinput: PKGV changed from 1.22.0 
[default] to 1.22.1 [default]
packages/core2-32-poky-linux/libinput/libinput: PV changed from "1.22.0" to 
"1.22.1"
Changes to packages/core2-32-poky-linux/libinput (sysroot):
  /usr/share/libinput/30-vendor-glorious.quirks was added


0001-libinput-upgrade-1.22.0-1.22.1.patch
Description: Binary data
packages/core2-32-poky-linux/libinput/libinput: FILELIST: added 
"/usr/share/libinput/30-vendor-glorious.quirks"
Changes to packages/core2-32-poky-linux/libinput (sysroot):
  /usr/share/libinput/30-vendor-glorious.quirks was added

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176629): 
https://lists.openembedded.org/g/openembedded-core/message/176629
Mute This Topic: https://lists.openembedded.org/mt/96681844/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] texinfo: upgrading to 7.0.2 SUCCEEDED

2023-02-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.0.2* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-texinfo-upgrade-7.0.1-7.0.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


0001-texinfo-upgrade-7.0.1-7.0.2.patch
Description: Binary data
packages/core2-32-poky-linux/texinfo/info-doc: PV changed from "7.0.1" to 
"7.0.2"
packages/core2-32-poky-linux/texinfo/info-doc: PKGV changed from 7.0.1 
[default] to 7.0.2 [default]
packages/core2-32-poky-linux/texinfo/info-doc: PKGSIZE changed from 118239 to 
118228 (-0%)
packages/core2-32-poky-linux/texinfo/info: PV changed from "7.0.1" to "7.0.2"
packages/core2-32-poky-linux/texinfo/info: PKGV changed from 7.0.1 [default] to 
7.0.2 [default]
packages/core2-32-poky-linux/texinfo: PV changed from "7.0.1" to "7.0.2"
packages/core2-32-poky-linux/texinfo: SRC_URI changed from 
"https://ftp.gnu.org/gnu/texinfo/texinfo-7.0.1.tar.gz 
file://disable-native-tools.patch file://link-zip.patch 
file://dont-depend-on-help2man.patch file://use_host_makedoc.patch" to 
"https://ftp.gnu.org/gnu/texinfo/texinfo-7.0.2.tar.gz 
file://disable-native-tools.patch file://link-zip.patch 
file://dont-depend-on-help2man.patch file://use_host_makedoc.patch"
packages/core2-32-poky-linux/texinfo: PKGV changed from 7.0.1 [default] to 
7.0.2 [default]
packages/core2-32-poky-linux/texinfo: PACKAGES: added "texinfo-locale-sk"
packages/core2-32-poky-linux/texinfo/texinfo-dbg: PV changed from "7.0.1" to 
"7.0.2"
packages/core2-32-poky-linux/texinfo/texinfo-dbg: PKGV changed from 7.0.1 
[default] to 7.0.2 [default]
packages/core2-32-poky-linux/texinfo/texinfo-dbg: PKGSIZE changed from 1136940 
to 1136716 (-0%)
packages/core2-32-poky-linux/texinfo/texinfo-dev: PV changed from "7.0.1" to 
"7.0.2"
packages/core2-32-poky-linux/texinfo/texinfo-dev: PKGV changed from 7.0.1 
[default] to 7.0.2 [default]
packages/core2-32-poky-linux/texinfo/texinfo-doc: PV changed from "7.0.1" to 
"7.0.2"
packages/core2-32-poky-linux/texinfo/texinfo-doc: PKGV changed from 7.0.1 
[default] to 7.0.2 [default]
packages/core2-32-poky-linux/texinfo/texinfo-doc: PKGSIZE changed from 1949021 
to 1948992 (-0%)
packages/core2-32-poky-linux/texinfo/texinfo-locale-ca.us-ascii: PV changed 
from "7.0.1" to "7.0.2"
packages/core2-32-poky-linux/texinfo/texinfo-locale-ca.us-ascii: PKGV changed 
from 7.0.1 [default] to 7.0.2 [default]
packages/core2-32-poky-linux/texinfo/texinfo-locale-ca: PV changed from "7.0.1" 
to "7.0.2"
packages/core2-32-poky-linux/texinfo/texinfo-locale-ca: PKGV changed from 7.0.1 
[default] to 7.0.2 [default]
packages/core2-32-poky-linux/texinfo/texinfo-locale-cs: PV changed from "7.0.1" 
to "7.0.2"
packages/core2-32-poky-linux/texinfo/texinfo-locale-cs: PKGV changed from 7.0.1 
[default] to 7.0.2 [default]
packages/core2-32-poky-linux/texinfo/texinfo-locale-da: PV changed from "7.0.1" 
to "7.0.2"
packages/core2-32-poky-linux/texinfo/texinfo-locale-da: PKGV changed from 7.0.1 
[default] to 7.0.2 [default]
packages/core2-32-poky-linux/texinfo/texinfo-locale-de.us-ascii: PV changed 
from "7.0.1" to "7.0.2"
packages/core2-32-poky-linux/texinfo/texinfo-locale-de.us-ascii: PKGV changed 
from 7.0.1 [default] to 7.0.2 [default]
packages/core2-32-poky-linux/texinfo/texinfo-locale-de: PV changed from "7.0.1" 
to "7.0.2"
packages/core2-32-poky-linux/texinfo/texinfo-locale-de: PKGV changed from 7.0.1 
[default] to 7.0.2 [default]
packages/core2-32-poky-linux/texinfo/texinfo-locale-el: PV changed from "7.0.1" 
to "7.0.2"
packages/core2-32-poky-linux/texinfo/texinfo-locale-el: PKGV changed from 7.0.1 
[default] to 7.0.2 [default]
packages/core2-32-poky-linux/texinfo/texinfo-locale-eo: PV changed from "7.0.1" 
to "7.0.2"
packages/core2-32-poky-linux/texinfo/texinfo-locale-eo: PKGV changed from 7.0.1 
[default] to 7.0.2 [default]
packages/core2-32-poky-linux/texinfo/texinfo-locale-es: PV changed from "7.0.1" 
to "7.0.2"
packages/core2-32-poky-linux/texinfo/texinfo-locale-es: PKGV changed from 7.0.1 
[default] to 7.0.2 [default]
packages/core2-32-poky-linux/texinfo/texinfo-locale-fi: PV changed from "7.0.1" 
to "7.0.2"
packages/core2-32-poky-linux/texinfo/texinfo-locale-fi: PKGV changed from 7.0.1 
[default] to 7.0.2 [default]

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

2023-02-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.239.0* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-glslang-upgrade-1.3.236.0-1.3.239.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


0001-glslang-upgrade-1.3.236.0-1.3.239.0.patch
Description: Binary data
packages/core2-32-poky-linux/glslang/glslang-dbg: PKGV changed from 1.3.236.0 
[default] to 1.3.239.0 [default]
packages/core2-32-poky-linux/glslang/glslang-dbg: FILELIST: removed 
"/usr/lib/.debug/libglslang.so.11.13.0", added 
"/usr/lib/.debug/libglslang.so.12.0.0"
packages/core2-32-poky-linux/glslang/glslang-dbg: PKGSIZE changed from 70462468 
to 71532648 (+2%)
packages/core2-32-poky-linux/glslang/glslang-dbg: PV changed from "1.3.236.0" 
to "1.3.239.0"
packages/core2-32-poky-linux/glslang/glslang-dev: PKGV changed from 1.3.236.0 
[default] to 1.3.239.0 [default]
packages/core2-32-poky-linux/glslang/glslang-dev: PKGSIZE changed from 994093 
to 1003539 (+1%)
packages/core2-32-poky-linux/glslang/glslang-dev: PV changed from "1.3.236.0" 
to "1.3.239.0"
packages/core2-32-poky-linux/glslang/glslang-doc: PKGV changed from 1.3.236.0 
[default] to 1.3.239.0 [default]
packages/core2-32-poky-linux/glslang/glslang-doc: PV changed from "1.3.236.0" 
to "1.3.239.0"
packages/core2-32-poky-linux/glslang/glslang-locale: PKGV changed from 
1.3.236.0 [default] to 1.3.239.0 [default]
packages/core2-32-poky-linux/glslang/glslang-locale: PV changed from 
"1.3.236.0" to "1.3.239.0"
packages/core2-32-poky-linux/glslang/glslang-src: PKGV changed from 1.3.236.0 
[default] to 1.3.239.0 [default]
packages/core2-32-poky-linux/glslang/glslang-src: PKGSIZE changed from 4687396 
to 4769462 (+2%)
packages/core2-32-poky-linux/glslang/glslang-src: PV changed from "1.3.236.0" 
to "1.3.239.0"
packages/core2-32-poky-linux/glslang/glslang-staticdev: PKGV changed from 
1.3.236.0 [default] to 1.3.239.0 [default]
packages/core2-32-poky-linux/glslang/glslang-staticdev: PV changed from 
"1.3.236.0" to "1.3.239.0"
packages/core2-32-poky-linux/glslang/glslang: PKGV changed from 1.3.236.0 
[default] to 1.3.239.0 [default]
packages/core2-32-poky-linux/glslang/glslang: FILELIST: removed 
"/usr/lib/libglslang.so.11 /usr/lib/libglslang.so.11.13.0", added 
"/usr/lib/libglslang.so.12 /usr/lib/libglslang.so.12.0.0"
packages/core2-32-poky-linux/glslang/glslang: PKGSIZE changed from 6362929 to 
6420272 (+1%)
packages/core2-32-poky-linux/glslang/glslang: PV changed from "1.3.236.0" to 
"1.3.239.0"
packages/core2-32-poky-linux/glslang: PKGV changed from 1.3.236.0 [default] to 
1.3.239.0 [default]
packages/core2-32-poky-linux/glslang: SRC_URI changed from 
"git://github.com/KhronosGroup/glslang.git;protocol=https;branch=master 
file://0001-generate-glslang-pkg-config.patch" to 
"git://github.com/KhronosGroup/glslang.git;protocol=https;branch=main 
file://0001-generate-glslang-pkg-config.patch"
packages/core2-32-poky-linux/glslang: PV changed from "1.3.236.0" to "1.3.239.0"
Changes to packages/core2-32-poky-linux/glslang (sysroot):
  /usr/lib/libglslang.so changed symlink target from libglslang.so.11 to 
libglslang.so.12
  /usr/lib/libglslang.so.11 moved to /usr/lib/libglslang.so.12
  /usr/lib/libglslang.so.12.0.0 was added
  /usr/lib/libglslang.so.11.13.0 was removed
packages/core2-32-poky-linux/glslang/glslang: FILELIST: removed 
"/usr/lib/libglslang.so.11.13.0 /usr/lib/libglslang.so.11", added 
"/usr/lib/libglslang.so.12 /usr/lib/libglslang.so.12.0.0"
Changes to packages/core2-32-poky-linux/glslang (sysroot):
  /usr/lib/libglslang.so changed symlink target from libglslang.so.11 to 
libglslang.so.12
  /usr/lib/libglslang.so.11 moved to /usr/lib/libglslang.so.12
  /usr/lib/libglslang.so.12.0.0 was added
  /usr/lib/libglslang.so.11.13.0 was removed

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176633): 
https://lists.openembedded.org/g/openembedded-core/message/176633
Mute This Topic: https://lists.openembedded.org/mt/96681849/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] diffutils: upgrading to 3.9 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Detailed error information:

Running 'devtool upgrade' for recipe diffutils failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (13:14:38.686984)
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:9b1e5592c4bafae2db0870de8cf43a6b9dd3f014"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 21 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 102 tasks of which 99 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (897 cached, 2 parsed). 1698 targets, 40 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:9b1e5592c4bafae2db0870de8cf43a6b9dd3f014"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 17 (100% match, 
100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 83 tasks of which 81 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:   9% |### | ETA:  0:00:01
Adding changed files:  19% |### | ETA:  0:00:00
Adding changed files:  29% |##  | ETA:  0:00:00
Adding changed files:  39% |##  | ETA:  0:00:00
Adding changed files:  48% |#   | ETA:  0:00:00
Adding changed files:  58% |#   | ETA:  0:00:00
Adding changed files:  68% || ETA:  0:00:00
Adding changed files:  78% || ETA:  0:00:00
Adding changed files:  87% |### | ETA:  0:00:00
Adding changed files:  97% |### | 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://ftp.gnu.org/gnu/diffutils/diffutils-3.9.tar.xz...
INFO: Rebasing devtool onto 99156697893576b0740087d368b0d133d8b71d56
WARNING: Command 'git rebase 99156697893576b0740087d368b0d133d8b71d56' failed:
Auto-merging tests/Makefile.am
CONFLICT (content): Merge conflict in tests/Makefile.am

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



Please review the attached files for 

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

2023-02-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.15.03* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-stress-ng-upgrade-0.15.02-0.15.03.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
packages/core2-32-poky-linux/stress-ng: PV changed from "0.15.02" to "0.15.03"
packages/core2-32-poky-linux/stress-ng: PKGV changed from 0.15.02 [default] to 
0.15.03 [default]
packages/core2-32-poky-linux/stress-ng/stress-ng-bash-completion: PV changed 
from "0.15.02" to "0.15.03"
packages/core2-32-poky-linux/stress-ng/stress-ng-bash-completion: PKGV changed 
from 0.15.02 [default] to 0.15.03 [default]
packages/core2-32-poky-linux/stress-ng/stress-ng-dbg: PV changed from "0.15.02" 
to "0.15.03"
packages/core2-32-poky-linux/stress-ng/stress-ng-dbg: PKGV changed from 0.15.02 
[default] to 0.15.03 [default]
packages/core2-32-poky-linux/stress-ng/stress-ng-dbg: PKGSIZE changed from 
7262008 to 7266656 (+0%)
packages/core2-32-poky-linux/stress-ng/stress-ng-dev: PV changed from "0.15.02" 
to "0.15.03"
packages/core2-32-poky-linux/stress-ng/stress-ng-dev: PKGV changed from 0.15.02 
[default] to 0.15.03 [default]
packages/core2-32-poky-linux/stress-ng/stress-ng-doc: PV changed from "0.15.02" 
to "0.15.03"
packages/core2-32-poky-linux/stress-ng/stress-ng-doc: PKGV changed from 0.15.02 
[default] to 0.15.03 [default]
packages/core2-32-poky-linux/stress-ng/stress-ng-doc: PKGSIZE changed from 
69677 to 69749 (+0%)
packages/core2-32-poky-linux/stress-ng/stress-ng-locale: PV changed from 
"0.15.02" to "0.15.03"
packages/core2-32-poky-linux/stress-ng/stress-ng-locale: PKGV changed from 
0.15.02 [default] to 0.15.03 [default]
packages/core2-32-poky-linux/stress-ng/stress-ng-src: PV changed from "0.15.02" 
to "0.15.03"
packages/core2-32-poky-linux/stress-ng/stress-ng-src: PKGV changed from 0.15.02 
[default] to 0.15.03 [default]
packages/core2-32-poky-linux/stress-ng/stress-ng-src: PKGSIZE changed from 
4319804 to 4325271 (+0%)
packages/core2-32-poky-linux/stress-ng/stress-ng-staticdev: PV changed from 
"0.15.02" to "0.15.03"
packages/core2-32-poky-linux/stress-ng/stress-ng-staticdev: PKGV changed from 
0.15.02 [default] to 0.15.03 [default]
packages/core2-32-poky-linux/stress-ng/stress-ng: PV changed from "0.15.02" to 
"0.15.03"
packages/core2-32-poky-linux/stress-ng/stress-ng: PKGV changed from 0.15.02 
[default] to 0.15.03 [default]


0001-stress-ng-upgrade-0.15.02-0.15.03.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176615): 
https://lists.openembedded.org/g/openembedded-core/message/176615
Mute This Topic: https://lists.openembedded.org/mt/96681829/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-initial: upgrading to 2.17.0 FAILED

2023-02-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.17.0* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  finish -f libva-initial 
/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/libva
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (898 cached, 1 parsed). 1700 targets, 40 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.

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:
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1700 entries from dependency cache.
Parsing recipes...
Summary: There was 1 WARNING message.
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.16.0-2.17.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


0001-libva-initial-upgrade-2.16.0-2.17.0.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176619): 
https://lists.openembedded.org/g/openembedded-core/message/176619
Mute This Topic: https://lists.openembedded.org/mt/96681834/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-omx: upgrading to 1.22.0 FAILED

2023-02-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-omx* to *1.22.0* 
has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-gstreamer1.0-omx-upgrade-1.20.5-1.22.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
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:07a361dd328124c639258aeba044ba9f3aab5bf8"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 180 Local 173 Mirrors 0 Missed 7 Current 517 (96% match, 
98% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 2331 of 2457 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.0.bb:do_fetch)
NOTE: Running task 2433 of 2457 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.0.bb:do_write_config)
NOTE: recipe gstreamer1.0-omx-1.22.0-r0: task do_fetch: Started
NOTE: recipe gstreamer1.0-omx-1.22.0-r0: task do_fetch: Succeeded
NOTE: recipe gstreamer1.0-omx-1.22.0-r0: task do_write_config: Started
NOTE: Running task 2444 of 2457 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.0.bb:do_unpack)
NOTE: Running task 2445 of 2457 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe gstreamer1.0-omx-1.22.0-r0: task do_write_config: Succeeded
NOTE: recipe gstreamer1.0-omx-1.22.0-r0: task do_unpack: Started
NOTE: recipe gstreamer1.0-omx-1.22.0-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe gstreamer1.0-omx-1.22.0-r0: task do_unpack: Succeeded
NOTE: Running task 2446 of 2457 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.0.bb:do_patch)
NOTE: recipe gstreamer1.0-omx-1.22.0-r0: task do_patch: Started
NOTE: recipe gstreamer1.0-omx-1.22.0-r0: task do_patch: Succeeded
NOTE: Running task 2447 of 2457 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.0.bb:do_deploy_source_date_epoch)
NOTE: Running task 2448 of 2457 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.0.bb:do_populate_lic)
NOTE: recipe gstreamer1.0-omx-1.22.0-r0: task do_deploy_source_date_epoch: 
Started
NOTE: recipe gstreamer1.0-omx-1.22.0-r0: task do_populate_lic: Started
NOTE: recipe gstreamer1.0-omx-1.22.0-r0: task do_populate_lic: Succeeded
NOTE: recipe gstreamer1.0-omx-1.22.0-r0: task do_deploy_source_date_epoch: 
Succeeded
NOTE: recipe gstreamer1.0-omx-1.22.0-r0: task do_prepare_recipe_sysroot: 
Succeeded
NOTE: Running task 2449 of 2457 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.0.bb:do_configure)
NOTE: recipe gstreamer1.0-omx-1.22.0-r0: task do_configure: Started
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are 
['/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.36.bb:do_populate_sysroot',
 

[OE-core] [AUH] sysstat: upgrading to 12.6.2 SUCCEEDED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Next steps:
- apply the patch: git am 0001-sysstat-upgrade-12.6.1-12.6.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


0001-sysstat-upgrade-12.6.1-12.6.2.patch
Description: Binary data
packages/core2-32-poky-linux/sysstat: SRC_URI changed from 
"http://pagesperso-orange.fr/sebastien.godard/sysstat-12.6.1.tar.xz 
file://99_sysstat file://sysstat.service 
file://0001-configure.in-remove-check-for-chkconfig.patch" to 
"http://pagesperso-orange.fr/sebastien.godard/sysstat-12.6.2.tar.xz 
file://99_sysstat file://sysstat.service 
file://0001-configure.in-remove-check-for-chkconfig.patch"
packages/core2-32-poky-linux/sysstat: PV changed from "12.6.1" to "12.6.2"
packages/core2-32-poky-linux/sysstat: PKGV changed from 12.6.1 [default] to 
12.6.2 [default]
packages/core2-32-poky-linux/sysstat/sysstat-dbg: PV changed from "12.6.1" to 
"12.6.2"
packages/core2-32-poky-linux/sysstat/sysstat-dbg: PKGV changed from 12.6.1 
[default] to 12.6.2 [default]
packages/core2-32-poky-linux/sysstat/sysstat-dbg: PKGSIZE changed from 1834188 
to 1834216 (+0%)
packages/core2-32-poky-linux/sysstat/sysstat-dev: PV changed from "12.6.1" to 
"12.6.2"
packages/core2-32-poky-linux/sysstat/sysstat-dev: PKGV changed from 12.6.1 
[default] to 12.6.2 [default]
packages/core2-32-poky-linux/sysstat/sysstat-doc: FILELIST: removed 
"/usr/share/doc/sysstat/sysstat-12.6.1.lsm", added 
"/usr/share/doc/sysstat/sysstat-12.6.2.lsm"
packages/core2-32-poky-linux/sysstat/sysstat-doc: PV changed from "12.6.1" to 
"12.6.2"
packages/core2-32-poky-linux/sysstat/sysstat-doc: PKGV changed from 12.6.1 
[default] to 12.6.2 [default]
packages/core2-32-poky-linux/sysstat/sysstat-doc: PKGSIZE changed from 255846 
to 256005 (+0%)
packages/core2-32-poky-linux/sysstat/sysstat-locale-af: PV changed from 
"12.6.1" to "12.6.2"
packages/core2-32-poky-linux/sysstat/sysstat-locale-af: PKGV changed from 
12.6.1 [default] to 12.6.2 [default]
packages/core2-32-poky-linux/sysstat/sysstat-locale-cs: PV changed from 
"12.6.1" to "12.6.2"
packages/core2-32-poky-linux/sysstat/sysstat-locale-cs: PKGV changed from 
12.6.1 [default] to 12.6.2 [default]
packages/core2-32-poky-linux/sysstat/sysstat-locale-da: PV changed from 
"12.6.1" to "12.6.2"
packages/core2-32-poky-linux/sysstat/sysstat-locale-da: PKGV changed from 
12.6.1 [default] to 12.6.2 [default]
packages/core2-32-poky-linux/sysstat/sysstat-locale-de: PV changed from 
"12.6.1" to "12.6.2"
packages/core2-32-poky-linux/sysstat/sysstat-locale-de: PKGV changed from 
12.6.1 [default] to 12.6.2 [default]
packages/core2-32-poky-linux/sysstat/sysstat-locale-eo: PV changed from 
"12.6.1" to "12.6.2"
packages/core2-32-poky-linux/sysstat/sysstat-locale-eo: PKGV changed from 
12.6.1 [default] to 12.6.2 [default]
packages/core2-32-poky-linux/sysstat/sysstat-locale-es: PV changed from 
"12.6.1" to "12.6.2"
packages/core2-32-poky-linux/sysstat/sysstat-locale-es: PKGV changed from 
12.6.1 [default] to 12.6.2 [default]
packages/core2-32-poky-linux/sysstat/sysstat-locale-eu: PV changed from 
"12.6.1" to "12.6.2"
packages/core2-32-poky-linux/sysstat/sysstat-locale-eu: PKGV changed from 
12.6.1 [default] to 12.6.2 [default]
packages/core2-32-poky-linux/sysstat/sysstat-locale-fi: PV changed from 
"12.6.1" to "12.6.2"
packages/core2-32-poky-linux/sysstat/sysstat-locale-fi: PKGV changed from 
12.6.1 [default] to 12.6.2 [default]
packages/core2-32-poky-linux/sysstat/sysstat-locale-fr: PV changed from 
"12.6.1" to "12.6.2"
packages/core2-32-poky-linux/sysstat/sysstat-locale-fr: PKGV changed from 
12.6.1 [default] to 12.6.2 [default]
packages/core2-32-poky-linux/sysstat/sysstat-locale-fur: PV changed from 
"12.6.1" to "12.6.2"
packages/core2-32-poky-linux/sysstat/sysstat-locale-fur: PKGV changed from 
12.6.1 [default] to 12.6.2 [default]
packages/core2-32-poky-linux/sysstat/sysstat-locale-gl: PV changed from 
"12.6.1" to "12.6.2"
packages/core2-32-poky-linux/sysstat/sysstat-locale-gl: PKGV changed from 
12.6.1 [default] to 12.6.2 [default]
packages/core2-32-poky-linux/sysstat/sysstat-locale-hr: PV changed from 
"12.6.1" to "12.6.2"
packages/core2-32-poky-linux/sysstat/sysstat-locale-hr: PKGV changed from 
12.6.1 

[OE-core] [AUH] igt-gpu-tools: upgrading to 1.27.1 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-igt-gpu-tools-upgrade-1.26-1.27.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


0001-igt-gpu-tools-upgrade-1.26-1.27.1.patch
Description: Binary data
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:1122b9da4944ed6f65be61574e38d3f07322cdfc"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 174 Local 167 Mirrors 0 Missed 7 Current 428 (95% match, 
98% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 1805 of 2103 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb:do_fetch)
NOTE: Running task 2000 of 2103 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb:do_write_config)
NOTE: recipe igt-gpu-tools-1.27.1-r0: task do_fetch: Started
NOTE: recipe igt-gpu-tools-1.27.1-r0: task do_write_config: Started
NOTE: recipe igt-gpu-tools-1.27.1-r0: task do_fetch: Succeeded
NOTE: Running task 2090 of 2103 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb:do_unpack)
NOTE: Running task 2091 of 2103 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb:do_prepare_recipe_sysroot)
NOTE: recipe igt-gpu-tools-1.27.1-r0: task do_write_config: Succeeded
NOTE: recipe igt-gpu-tools-1.27.1-r0: task do_unpack: Started
NOTE: recipe igt-gpu-tools-1.27.1-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe igt-gpu-tools-1.27.1-r0: task do_unpack: Succeeded
NOTE: Running task 2092 of 2103 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb:do_patch)
NOTE: recipe igt-gpu-tools-1.27.1-r0: task do_patch: Started
NOTE: recipe igt-gpu-tools-1.27.1-r0: task do_patch: Succeeded
NOTE: Running task 2093 of 2103 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb:do_deploy_source_date_epoch)
NOTE: Running task 2094 of 2103 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb:do_populate_lic)
NOTE: recipe igt-gpu-tools-1.27.1-r0: task do_deploy_source_date_epoch: Started
NOTE: recipe igt-gpu-tools-1.27.1-r0: task do_populate_lic: Started
NOTE: recipe igt-gpu-tools-1.27.1-r0: task do_prepare_recipe_sysroot: Succeeded
NOTE: recipe igt-gpu-tools-1.27.1-r0: task do_populate_lic: Succeeded
NOTE: recipe igt-gpu-tools-1.27.1-r0: task do_deploy_source_date_epoch: 
Succeeded
NOTE: Running task 2095 of 2103 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb:do_configure)
NOTE: recipe igt-gpu-tools-1.27.1-r0: task do_configure: Started
NOTE: recipe igt-gpu-tools-1.27.1-r0: task do_configure: Succeeded
NOTE: Running task 2096 of 2103 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb:do_compile)
NOTE: recipe igt-gpu-tools-1.27.1-r0: task do_compile: Started
NOTE: recipe igt-gpu-tools-1.27.1-r0: task 

[OE-core] [AUH] libjpeg-turbo: upgrading to 2.1.5 SUCCEEDED

2023-02-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libjpeg-turbo* to *2.1.5* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-libjpeg-turbo-upgrade-2.1.4-2.1.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


0001-libjpeg-turbo-upgrade-2.1.4-2.1.5.patch
Description: Binary data
packages/core2-32-poky-linux/libjpeg-turbo/jpeg-tools: PKGV changed from 2.1.4 
[default] to 2.1.5 [default]
packages/core2-32-poky-linux/libjpeg-turbo/jpeg-tools: PV changed from "2.1.4" 
to "2.1.5"
packages/core2-32-poky-linux/libjpeg-turbo: SRC_URI changed from 
"https://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-2.1.4.tar.gz 
file://0001-libjpeg-turbo-fix-package_qa-error.patch" to 
"https://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-2.1.5.tar.gz 
file://0001-libjpeg-turbo-fix-package_qa-error.patch"
packages/core2-32-poky-linux/libjpeg-turbo: PKGV changed from 2.1.4 [default] 
to 2.1.5 [default]
packages/core2-32-poky-linux/libjpeg-turbo: PV changed from "2.1.4" to "2.1.5"
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo-dbg: PKGV changed from 
2.1.4 [default] to 2.1.5 [default]
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo-dbg: PKGSIZE changed 
from 2867588 to 2869100 (+0%)
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo-dbg: PV changed from 
"2.1.4" to "2.1.5"
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo-dev: PKGV changed from 
2.1.4 [default] to 2.1.5 [default]
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo-dev: PKGSIZE changed 
from 166738 to 167045 (+0%)
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo-dev: PV changed from 
"2.1.4" to "2.1.5"
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo-doc: PKGV changed from 
2.1.4 [default] to 2.1.5 [default]
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo-doc: PKGSIZE changed 
from 379401 to 379630 (+0%)
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo-doc: PV changed from 
"2.1.4" to "2.1.5"
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo-locale: PKGV changed 
from 2.1.4 [default] to 2.1.5 [default]
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo-locale: PV changed 
from "2.1.4" to "2.1.5"
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo-src: PKGV changed from 
2.1.4 [default] to 2.1.5 [default]
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo-src: PKGSIZE changed 
from 2138984 to 2141863 (+0%)
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo-src: PV changed from 
"2.1.4" to "2.1.5"
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo-staticdev: PKGV 
changed from 2.1.4 [default] to 2.1.5 [default]
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo-staticdev: PV changed 
from "2.1.4" to "2.1.5"
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo: PKGV changed from 
2.1.4 [default] to 2.1.5 [default]
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo: PKGSIZE changed from 
619877 to 619917 (+0%)
packages/core2-32-poky-linux/libjpeg-turbo/libjpeg-turbo: PV changed from 
"2.1.4" to "2.1.5"
packages/core2-32-poky-linux/libjpeg-turbo/libturbojpeg: PKGV changed from 
2.1.4 [default] to 2.1.5 [default]
packages/core2-32-poky-linux/libjpeg-turbo/libturbojpeg: PV changed from 
"2.1.4" to "2.1.5"

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176620): 
https://lists.openembedded.org/g/openembedded-core/message/176620
Mute This Topic: https://lists.openembedded.org/mt/96681835/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-zipp: upgrading to 3.12.0 SUCCEEDED

2023-02-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-zipp* to *3.12.0* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-python3-zipp-upgrade-3.11.0-3.12.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


0001-python3-zipp-upgrade-3.11.0-3.12.0.patch
Description: Binary data
packages/core2-32-poky-linux/python3-zipp: PKGV changed from 3.11.0 [default] 
to 3.12.0 [default]
packages/core2-32-poky-linux/python3-zipp: PV changed from "3.11.0" to "3.12.0"
packages/core2-32-poky-linux/python3-zipp: SRC_URI changed from 
"https://files.pythonhosted.org/packages/source/z/zipp/zipp-3.11.0.tar.gz; to 
"https://files.pythonhosted.org/packages/source/z/zipp/zipp-3.12.0.tar.gz;
packages/core2-32-poky-linux/python3-zipp/python3-zipp-dbg: PV changed from 
"3.11.0" to "3.12.0"
packages/core2-32-poky-linux/python3-zipp/python3-zipp-dbg: PKGV changed from 
3.11.0 [default] to 3.12.0 [default]
packages/core2-32-poky-linux/python3-zipp/python3-zipp-dev: PV changed from 
"3.11.0" to "3.12.0"
packages/core2-32-poky-linux/python3-zipp/python3-zipp-dev: PKGV changed from 
3.11.0 [default] to 3.12.0 [default]
packages/core2-32-poky-linux/python3-zipp/python3-zipp-doc: PV changed from 
"3.11.0" to "3.12.0"
packages/core2-32-poky-linux/python3-zipp/python3-zipp-doc: PKGV changed from 
3.11.0 [default] to 3.12.0 [default]
packages/core2-32-poky-linux/python3-zipp/python3-zipp-locale: PV changed from 
"3.11.0" to "3.12.0"
packages/core2-32-poky-linux/python3-zipp/python3-zipp-locale: PKGV changed 
from 3.11.0 [default] to 3.12.0 [default]
packages/core2-32-poky-linux/python3-zipp/python3-zipp-src: PV changed from 
"3.11.0" to "3.12.0"
packages/core2-32-poky-linux/python3-zipp/python3-zipp-src: PKGV changed from 
3.11.0 [default] to 3.12.0 [default]
packages/core2-32-poky-linux/python3-zipp/python3-zipp-staticdev: PV changed 
from "3.11.0" to "3.12.0"
packages/core2-32-poky-linux/python3-zipp/python3-zipp-staticdev: PKGV changed 
from 3.11.0 [default] to 3.12.0 [default]
packages/core2-32-poky-linux/python3-zipp/python3-zipp: PKGSIZE changed from 
35974 to 36365 (+1%)
packages/core2-32-poky-linux/python3-zipp/python3-zipp: PV changed from 
"3.11.0" to "3.12.0"
packages/core2-32-poky-linux/python3-zipp/python3-zipp: PKGV changed from 
3.11.0 [default] to 3.12.0 [default]
Changes to packages/core2-32-poky-linux/python3-zipp (sysroot):
  /usr/lib/python3.11/site-packages/zipp-3.11.0.dist-info moved to 
/usr/lib/python3.11/site-packages/zipp-3.12.0.dist-info
Changes to packages/core2-32-poky-linux/python3-zipp (sysroot):
  /usr/lib/python3.11/site-packages/zipp-3.11.0.dist-info moved to 
/usr/lib/python3.11/site-packages/zipp-3.12.0.dist-info

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176603): 
https://lists.openembedded.org/g/openembedded-core/message/176603
Mute This Topic: https://lists.openembedded.org/mt/96681817/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] lsof: upgrading to 4.98.0 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-lsof-upgrade-4.96.5-4.98.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
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:1d392272177be9e72292855280b2fabb65c2cdaf"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 25 Local 18 Mirrors 0 Missed 7 Current 135 (72% match, 
95% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 622 of 658 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/lsof/lsof_4.98.0.bb:do_fetch)
NOTE: recipe lsof-4.98.0-r0: task do_fetch: Started
NOTE: recipe lsof-4.98.0-r0: task do_fetch: Succeeded
NOTE: Running task 645 of 658 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/lsof/lsof_4.98.0.bb:do_unpack)
NOTE: Running task 646 of 658 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/lsof/lsof_4.98.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe lsof-4.98.0-r0: task do_unpack: Started
NOTE: recipe lsof-4.98.0-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe lsof-4.98.0-r0: task do_prepare_recipe_sysroot: Succeeded
NOTE: recipe lsof-4.98.0-r0: task do_unpack: Succeeded
NOTE: Running task 647 of 658 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/lsof/lsof_4.98.0.bb:do_patch)
NOTE: recipe lsof-4.98.0-r0: task do_patch: Started
NOTE: recipe lsof-4.98.0-r0: task do_patch: Succeeded
NOTE: Running task 648 of 658 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/lsof/lsof_4.98.0.bb:do_deploy_source_date_epoch)
NOTE: Running task 649 of 658 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/lsof/lsof_4.98.0.bb:do_populate_lic)
NOTE: recipe lsof-4.98.0-r0: task do_deploy_source_date_epoch: Started
NOTE: recipe lsof-4.98.0-r0: task do_populate_lic: Started
NOTE: recipe lsof-4.98.0-r0: task do_populate_lic: Succeeded
NOTE: recipe lsof-4.98.0-r0: task do_deploy_source_date_epoch: Succeeded
NOTE: Running task 650 of 658 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/lsof/lsof_4.98.0.bb:do_configure)
NOTE: recipe lsof-4.98.0-r0: task do_configure: Started
NOTE: recipe lsof-4.98.0-r0: task do_configure: Succeeded
NOTE: Running task 651 of 658 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/lsof/lsof_4.98.0.bb:do_compile)
NOTE: recipe lsof-4.98.0-r0: task do_compile: Started
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 56 CC=i686-poky-linux-gcc  -m32 -march=core2 -mtune=core2 
-msse3 -mfpmath=sse -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat 
-Wformat-security -Werror=format-security 
--sysroot=/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-32-poky-linux/lsof/4.98.0-r0/recipe-sysroot
 CFGL=-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed 
-fmacro-prefix-map=/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-32-poky-linux/lsof/4.98.0-r0/git=/usr/src/debug/lsof/4.98.0-r0
  

[OE-core] [AUH] sudo: upgrading to 1.9.12p2 SUCCEEDED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Next steps:
- apply the patch: git am 0001-sudo-upgrade-1.9.12p1-1.9.12p2.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


0001-sudo-upgrade-1.9.12p1-1.9.12p2.patch
Description: Binary data
packages/core2-32-poky-linux/sudo: SRC_URI changed from 
"https://www.sudo.ws/dist/sudo-1.9.12p1.tar.gz file://sudo.pam 
file://0001-sudo.conf.in-fix-conflict-with-multilib.patch 
file://0001-lib-util-mksigname.c-correctly-include-header-for-ou.patch" to 
"https://www.sudo.ws/dist/sudo-1.9.12p2.tar.gz file://sudo.pam 
file://0001-sudo.conf.in-fix-conflict-with-multilib.patch 
file://0001-lib-util-mksigname.c-correctly-include-header-for-ou.patch"
packages/core2-32-poky-linux/sudo: PKGV changed from 1.9.12p1 [default] to 
1.9.12p2 [default]
packages/core2-32-poky-linux/sudo: PV changed from "1.9.12p1" to "1.9.12p2"
packages/core2-32-poky-linux/sudo/sudo-dbg: PKGV changed from 1.9.12p1 
[default] to 1.9.12p2 [default]
packages/core2-32-poky-linux/sudo/sudo-dbg: PV changed from "1.9.12p1" to 
"1.9.12p2"
packages/core2-32-poky-linux/sudo/sudo-dbg: PKGSIZE changed from 4262476 to 
4263756 (+0%)
packages/core2-32-poky-linux/sudo/sudo-dev: PKGV changed from 1.9.12p1 
[default] to 1.9.12p2 [default]
packages/core2-32-poky-linux/sudo/sudo-dev: PV changed from "1.9.12p1" to 
"1.9.12p2"
packages/core2-32-poky-linux/sudo/sudo-doc: PKGV changed from 1.9.12p1 
[default] to 1.9.12p2 [default]
packages/core2-32-poky-linux/sudo/sudo-doc: PV changed from "1.9.12p1" to 
"1.9.12p2"
packages/core2-32-poky-linux/sudo/sudo-doc: PKGSIZE changed from 2975220 to 
2977972 (+0%)
packages/core2-32-poky-linux/sudo/sudo-lib: PKGV changed from 1.9.12p1 
[default] to 1.9.12p2 [default]
packages/core2-32-poky-linux/sudo/sudo-lib: PV changed from "1.9.12p1" to 
"1.9.12p2"
packages/core2-32-poky-linux/sudo/sudo-lib: PKGSIZE changed from 980668 to 
984764 (+0%)
packages/core2-32-poky-linux/sudo/sudo-locale-ast: PKGV changed from 1.9.12p1 
[default] to 1.9.12p2 [default]
packages/core2-32-poky-linux/sudo/sudo-locale-ast: PV changed from "1.9.12p1" 
to "1.9.12p2"
packages/core2-32-poky-linux/sudo/sudo-locale-ca: PKGV changed from 1.9.12p1 
[default] to 1.9.12p2 [default]
packages/core2-32-poky-linux/sudo/sudo-locale-ca: PV changed from "1.9.12p1" to 
"1.9.12p2"
packages/core2-32-poky-linux/sudo/sudo-locale-cs: PKGV changed from 1.9.12p1 
[default] to 1.9.12p2 [default]
packages/core2-32-poky-linux/sudo/sudo-locale-cs: PV changed from "1.9.12p1" to 
"1.9.12p2"
packages/core2-32-poky-linux/sudo/sudo-locale-da: PKGV changed from 1.9.12p1 
[default] to 1.9.12p2 [default]
packages/core2-32-poky-linux/sudo/sudo-locale-da: PV changed from "1.9.12p1" to 
"1.9.12p2"
packages/core2-32-poky-linux/sudo/sudo-locale-de: PKGV changed from 1.9.12p1 
[default] to 1.9.12p2 [default]
packages/core2-32-poky-linux/sudo/sudo-locale-de: PV changed from "1.9.12p1" to 
"1.9.12p2"
packages/core2-32-poky-linux/sudo/sudo-locale-el: PKGV changed from 1.9.12p1 
[default] to 1.9.12p2 [default]
packages/core2-32-poky-linux/sudo/sudo-locale-el: PV changed from "1.9.12p1" to 
"1.9.12p2"
packages/core2-32-poky-linux/sudo/sudo-locale-eo: PKGV changed from 1.9.12p1 
[default] to 1.9.12p2 [default]
packages/core2-32-poky-linux/sudo/sudo-locale-eo: PV changed from "1.9.12p1" to 
"1.9.12p2"
packages/core2-32-poky-linux/sudo/sudo-locale-es: PKGV changed from 1.9.12p1 
[default] to 1.9.12p2 [default]
packages/core2-32-poky-linux/sudo/sudo-locale-es: PV changed from "1.9.12p1" to 
"1.9.12p2"
packages/core2-32-poky-linux/sudo/sudo-locale-eu: PKGV changed from 1.9.12p1 
[default] to 1.9.12p2 [default]
packages/core2-32-poky-linux/sudo/sudo-locale-eu: PV changed from "1.9.12p1" to 
"1.9.12p2"
packages/core2-32-poky-linux/sudo/sudo-locale-fa: PKGV changed from 1.9.12p1 
[default] to 1.9.12p2 [default]
packages/core2-32-poky-linux/sudo/sudo-locale-fa: PV changed from "1.9.12p1" to 
"1.9.12p2"
packages/core2-32-poky-linux/sudo/sudo-locale-fi: PKGV changed from 1.9.12p1 
[default] to 1.9.12p2 [default]
packages/core2-32-poky-linux/sudo/sudo-locale-fi: PV changed from "1.9.12p1" to 
"1.9.12p2"
packages/core2-32-poky-linux/sudo/sudo-locale-fr: PKGV changed from 1.9.12p1 

[OE-core] [AUH] python3-sphinxcontrib-htmlhelp: upgrading to 2.0.1 FAILED

2023-02-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-sphinxcontrib-htmlhelp* to *2.0.1* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-python3-sphinxcontrib-htmlhelp-upgrade-2.0.0-2.0.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
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:9f9d8f1ea4d843581862609ca0ae3458530a7d1a"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 89 Local 82 Mirrors 0 Missed 7 Current 208 (92% match, 
97% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 937 of 1129 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb:do_fetch)
NOTE: recipe python3-sphinxcontrib-htmlhelp-2.0.1-r0: task do_fetch: Started
NOTE: recipe python3-sphinxcontrib-htmlhelp-2.0.1-r0: task do_fetch: Succeeded
NOTE: Running task 1116 of 1129 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb:do_unpack)
NOTE: Running task 1117 of 1129 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb:do_prepare_recipe_sysroot)
NOTE: recipe python3-sphinxcontrib-htmlhelp-2.0.1-r0: task do_unpack: Started
NOTE: recipe python3-sphinxcontrib-htmlhelp-2.0.1-r0: task 
do_prepare_recipe_sysroot: Started
NOTE: recipe python3-sphinxcontrib-htmlhelp-2.0.1-r0: task do_unpack: Succeeded
NOTE: Running task 1118 of 1129 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb:do_patch)
NOTE: recipe python3-sphinxcontrib-htmlhelp-2.0.1-r0: task do_patch: Started
NOTE: recipe python3-sphinxcontrib-htmlhelp-2.0.1-r0: task do_patch: Succeeded
NOTE: Running task 1119 of 1129 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb:do_deploy_source_date_epoch)
NOTE: Running task 1120 of 1129 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb:do_populate_lic)
NOTE: recipe python3-sphinxcontrib-htmlhelp-2.0.1-r0: task 
do_prepare_recipe_sysroot: Succeeded
NOTE: recipe python3-sphinxcontrib-htmlhelp-2.0.1-r0: task do_populate_lic: 
Started
NOTE: recipe python3-sphinxcontrib-htmlhelp-2.0.1-r0: task 
do_deploy_source_date_epoch: Started
NOTE: recipe python3-sphinxcontrib-htmlhelp-2.0.1-r0: task do_populate_lic: 
Succeeded
NOTE: recipe python3-sphinxcontrib-htmlhelp-2.0.1-r0: task 
do_deploy_source_date_epoch: Succeeded
NOTE: Running task 1121 of 1129 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb:do_configure)
NOTE: recipe python3-sphinxcontrib-htmlhelp-2.0.1-r0: task do_configure: Started
NOTE: recipe python3-sphinxcontrib-htmlhelp-2.0.1-r0: task do_configure: 
Succeeded
NOTE: Running task 1122 of 1129 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb:do_compile)
NOTE: recipe python3-sphinxcontrib-htmlhelp-2.0.1-r0: task do_compile: Started
Log data follows:
| DEBUG: Executing shell 

[OE-core] [AUH] acpica: upgrading to 20221022 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Detailed error information:

The following devtool command failed:  upgrade acpica -V 20221022
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (13:13:30.578470)
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:9b1e5592c4bafae2db0870de8cf43a6b9dd3f014"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 19 (100% match, 
100% complete)
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: 2 seconds
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (897 cached, 2 parsed). 1698 targets, 40 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:9b1e5592c4bafae2db0870de8cf43a6b9dd3f014"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 0 (0% match, 0% 
complete)
NOTE: No setscene tasks
NOTE: Executing Tasks
WARNING: Failed to fetch URL 
https://acpica.org/sites/acpica/files/acpica-unix-20221022.tar.gz, attempting 
MIRRORS if available
NOTE: Tasks Summary: Attempted 1 tasks of which 0 didn't need to be rerun and 1 
failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://acpica.org/sites/acpica/files/acpica-unix-20221022.tar.gz...
ERROR: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export 
SSL_CERT_FILE="/home/pokybuild/yocto-worker/auh/build/buildtools/sysroots/x86_64-pokysdk-linux/etc/ssl/certs/ca-certificates.crt";
 export 
GIT_SSL_CAINFO="/home/pokybuild/yocto-worker/auh/build/buildtools/sysroots/x86_64-pokysdk-linux/etc/ssl/certs/ca-certificates.crt";
 export 
PATH="/home/pokybuild/yocto-worker/auh/build/build/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/pokybuild/yocto-worker/auh/build/build/poky/scripts:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-pi0img3e/work/recipe-sysroot-native/usr/bin/x86_64-poky-linux:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-pi0img3e/work/recipe-sysroot/usr/bin/crossscripts:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-pi0img3e/work/recipe-sysroot-native/usr/sbin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-pi0img3e/work/recipe-sysroot-native/usr/bin:/home/
 
pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-pi0img3e/work/recipe-sysroot-native/sbin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-pi0img3e/work/recipe-sysroot-native/bin:/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/bin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/hosttools";
 export HOME="/home/pokybuild"; /usr/bin/env wget -t 2 -T 30 --passive-ftp -O 
/home/pokybuild/yocto-worker/auh/build/build/build/downloads/acpica-unix-20221022.tar.gz.tmp
 -P 

[OE-core] [AUH] lighttpd: upgrading to 1.4.68 FAILED

2023-02-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.68* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-lighttpd-upgrade-1.4.67-1.4.68.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


0001-lighttpd-upgrade-1.4.67-1.4.68.patch
Description: Binary data
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:9b1e5592c4bafae2db0870de8cf43a6b9dd3f014"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 40 Local 33 Mirrors 0 Missed 7 Current 182 (82% match, 
96% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 811 of 898 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.68.bb:do_fetch)
NOTE: Running task 871 of 898 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.68.bb:do_write_config)
NOTE: recipe lighttpd-1.4.68-r0: task do_fetch: Started
NOTE: recipe lighttpd-1.4.68-r0: task do_write_config: Started
NOTE: recipe lighttpd-1.4.68-r0: task do_fetch: Succeeded
NOTE: Running task 885 of 898 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.68.bb:do_unpack)
NOTE: Running task 886 of 898 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.68.bb:do_prepare_recipe_sysroot)
NOTE: recipe lighttpd-1.4.68-r0: task do_write_config: Succeeded
NOTE: recipe lighttpd-1.4.68-r0: task do_unpack: Started
NOTE: recipe lighttpd-1.4.68-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe lighttpd-1.4.68-r0: task do_unpack: Succeeded
NOTE: Running task 887 of 898 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.68.bb:do_patch)
NOTE: recipe lighttpd-1.4.68-r0: task do_patch: Started
NOTE: recipe lighttpd-1.4.68-r0: task do_patch: Succeeded
NOTE: Running task 888 of 898 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.68.bb:do_deploy_source_date_epoch)
NOTE: Running task 889 of 898 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.68.bb:do_populate_lic)
NOTE: recipe lighttpd-1.4.68-r0: task do_prepare_recipe_sysroot: Succeeded
NOTE: recipe lighttpd-1.4.68-r0: task do_deploy_source_date_epoch: Started
NOTE: recipe lighttpd-1.4.68-r0: task do_populate_lic: Started
NOTE: recipe lighttpd-1.4.68-r0: task do_populate_lic: Succeeded
NOTE: recipe lighttpd-1.4.68-r0: task do_deploy_source_date_epoch: Succeeded
NOTE: Running task 890 of 898 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.68.bb:do_configure)
NOTE: recipe lighttpd-1.4.68-r0: task do_configure: Started
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are 
['/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_3.0.7.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.36.bb:do_populate_sysroot',
 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_sysroot',
 

[OE-core] [AUH] python3-urllib3: upgrading to 1.26.14 SUCCEEDED

2023-02-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-urllib3* to *1.26.14* 
has Succeeded.

Next steps:
- apply the patch: git am 0001-python3-urllib3-upgrade-1.26.13-1.26.14.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


0001-python3-urllib3-upgrade-1.26.13-1.26.14.patch
Description: Binary data
packages/core2-32-poky-linux/python3-urllib3: PV changed from "1.26.13" to 
"1.26.14"
packages/core2-32-poky-linux/python3-urllib3: PKGV changed from 1.26.13 
[default] to 1.26.14 [default]
packages/core2-32-poky-linux/python3-urllib3: SRC_URI changed from 
"https://files.pythonhosted.org/packages/source/u/urllib3/urllib3-1.26.13.tar.gz;
 to 
"https://files.pythonhosted.org/packages/source/u/urllib3/urllib3-1.26.14.tar.gz;
packages/core2-32-poky-linux/python3-urllib3/python3-urllib3-dbg: PV changed 
from "1.26.13" to "1.26.14"
packages/core2-32-poky-linux/python3-urllib3/python3-urllib3-dbg: PKGV changed 
from 1.26.13 [default] to 1.26.14 [default]
packages/core2-32-poky-linux/python3-urllib3/python3-urllib3-dev: PV changed 
from "1.26.13" to "1.26.14"
packages/core2-32-poky-linux/python3-urllib3/python3-urllib3-dev: PKGV changed 
from 1.26.13 [default] to 1.26.14 [default]
packages/core2-32-poky-linux/python3-urllib3/python3-urllib3-doc: PV changed 
from "1.26.13" to "1.26.14"
packages/core2-32-poky-linux/python3-urllib3/python3-urllib3-doc: PKGV changed 
from 1.26.13 [default] to 1.26.14 [default]
packages/core2-32-poky-linux/python3-urllib3/python3-urllib3-locale: PV changed 
from "1.26.13" to "1.26.14"
packages/core2-32-poky-linux/python3-urllib3/python3-urllib3-locale: PKGV 
changed from 1.26.13 [default] to 1.26.14 [default]
packages/core2-32-poky-linux/python3-urllib3/python3-urllib3-src: PV changed 
from "1.26.13" to "1.26.14"
packages/core2-32-poky-linux/python3-urllib3/python3-urllib3-src: PKGV changed 
from 1.26.13 [default] to 1.26.14 [default]
packages/core2-32-poky-linux/python3-urllib3/python3-urllib3-staticdev: PV 
changed from "1.26.13" to "1.26.14"
packages/core2-32-poky-linux/python3-urllib3/python3-urllib3-staticdev: PKGV 
changed from 1.26.13 [default] to 1.26.14 [default]
packages/core2-32-poky-linux/python3-urllib3/python3-urllib3: PV changed from 
"1.26.13" to "1.26.14"
packages/core2-32-poky-linux/python3-urllib3/python3-urllib3: PKGV changed from 
1.26.13 [default] to 1.26.14 [default]
packages/core2-32-poky-linux/python3-urllib3/python3-urllib3: PKGSIZE changed 
from 900718 to 900896 (+0%)
Changes to packages/core2-32-poky-linux/python3-urllib3 (sysroot):
  /usr/lib/python3.11/site-packages/urllib3-1.26.13.dist-info moved to 
/usr/lib/python3.11/site-packages/urllib3-1.26.14.dist-info
Changes to packages/core2-32-poky-linux/python3-urllib3 (sysroot):
  /usr/lib/python3.11/site-packages/urllib3-1.26.13.dist-info moved to 
/usr/lib/python3.11/site-packages/urllib3-1.26.14.dist-info

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176608): 
https://lists.openembedded.org/g/openembedded-core/message/176608
Mute This Topic: https://lists.openembedded.org/mt/96681822/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] mc: upgrading to 4.8.29 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Detailed error information:

Running 'devtool upgrade' for recipe mc failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (14:10:07.538980)
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:901bcaccf599f47b0c95dc4f6a6ca107fc157fda"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 19 (100% match, 
100% complete)
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: 2 seconds
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (897 cached, 2 parsed). 1698 targets, 40 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:901bcaccf599f47b0c95dc4f6a6ca107fc157fda"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 0 (0% match, 0% 
complete)
NOTE: No setscene tasks
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 2 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:  24% || ETA:  0:00:00
Adding changed files:  49% |#   | ETA:  0:00:00
Adding changed files:  73% |##  | ETA:  0:00:00
Adding changed files:  98% |### | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00
INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching http://www.midnight-commander.org/downloads/mc-4.8.29.tar.bz2...
INFO: Rebasing devtool onto 50c9b2ede64853e385c52823fd51070ff6188a1d
WARNING: Command 'git rebase 50c9b2ede64853e385c52823fd51070ff6188a1d' failed:
Auto-merging src/man2hlp/man2hlp.in
CONFLICT (content): Merge conflict in src/man2hlp/man2hlp.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/build/workspace/sources/mc
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/mc/mc_4.8.29.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 (#176606): 
https://lists.openembedded.org/g/openembedded-core/message/176606
Mute This Topic: https://lists.openembedded.org/mt/96681820/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: 

[OE-core] [AUH] python3-requests: upgrading to 2.28.2 SUCCEEDED

2023-02-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-requests* to *2.28.2* 
has Succeeded.

Next steps:
- apply the patch: git am 0001-python3-requests-upgrade-2.28.1-2.28.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


0001-python3-requests-upgrade-2.28.1-2.28.2.patch
Description: Binary data
packages/core2-32-poky-linux/python3-requests: SRC_URI changed from 
"https://files.pythonhosted.org/packages/source/r/requests/requests-2.28.1.tar.gz;
 to 
"https://files.pythonhosted.org/packages/source/r/requests/requests-2.28.2.tar.gz;
packages/core2-32-poky-linux/python3-requests: PV changed from "2.28.1" to 
"2.28.2"
packages/core2-32-poky-linux/python3-requests: PKGV changed from 2.28.1 
[default] to 2.28.2 [default]
packages/core2-32-poky-linux/python3-requests/python3-requests-dbg: PV changed 
from "2.28.1" to "2.28.2"
packages/core2-32-poky-linux/python3-requests/python3-requests-dbg: PKGV 
changed from 2.28.1 [default] to 2.28.2 [default]
packages/core2-32-poky-linux/python3-requests/python3-requests-dev: PV changed 
from "2.28.1" to "2.28.2"
packages/core2-32-poky-linux/python3-requests/python3-requests-dev: PKGV 
changed from 2.28.1 [default] to 2.28.2 [default]
packages/core2-32-poky-linux/python3-requests/python3-requests-doc: PV changed 
from "2.28.1" to "2.28.2"
packages/core2-32-poky-linux/python3-requests/python3-requests-doc: PKGV 
changed from 2.28.1 [default] to 2.28.2 [default]
packages/core2-32-poky-linux/python3-requests/python3-requests-locale: PV 
changed from "2.28.1" to "2.28.2"
packages/core2-32-poky-linux/python3-requests/python3-requests-locale: PKGV 
changed from 2.28.1 [default] to 2.28.2 [default]
packages/core2-32-poky-linux/python3-requests/python3-requests-src: PV changed 
from "2.28.1" to "2.28.2"
packages/core2-32-poky-linux/python3-requests/python3-requests-src: PKGV 
changed from 2.28.1 [default] to 2.28.2 [default]
packages/core2-32-poky-linux/python3-requests/python3-requests-staticdev: PV 
changed from "2.28.1" to "2.28.2"
packages/core2-32-poky-linux/python3-requests/python3-requests-staticdev: PKGV 
changed from 2.28.1 [default] to 2.28.2 [default]
packages/core2-32-poky-linux/python3-requests/python3-requests: PV changed from 
"2.28.1" to "2.28.2"
packages/core2-32-poky-linux/python3-requests/python3-requests: PKGV changed 
from 2.28.1 [default] to 2.28.2 [default]
packages/core2-32-poky-linux/python3-requests/python3-requests: PKGSIZE changed 
from 418573 to 418565 (-0%)
Changes to packages/core2-32-poky-linux/python3-requests (sysroot):
  /usr/lib/python3.11/site-packages/requests-2.28.1.dist-info moved to 
/usr/lib/python3.11/site-packages/requests-2.28.2.dist-info
Changes to packages/core2-32-poky-linux/python3-requests (sysroot):
  /usr/lib/python3.11/site-packages/requests-2.28.1.dist-info moved to 
/usr/lib/python3.11/site-packages/requests-2.28.2.dist-info

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176598): 
https://lists.openembedded.org/g/openembedded-core/message/176598
Mute This Topic: https://lists.openembedded.org/mt/96681812/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-setuptools: upgrading to 67.0.0 FAILED

2023-02-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-setuptools* to 
*67.0.0* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-python3-setuptools-upgrade-65.7.0-67.0.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
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:fe0aaf5be59c86e74fb6202927220b4d00aae2ad"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 90 Local 81 Mirrors 0 Missed 9 Current 207 (90% match, 
96% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 937 of 1129 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-setuptools_67.0.0.bb:do_fetch)
NOTE: Running task 939 of 1129 
(virtual:native:/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-setuptools_67.0.0.bb:do_fetch)
NOTE: recipe python3-setuptools-67.0.0-r0: task do_fetch: Started
NOTE: recipe python3-setuptools-67.0.0-r0: task do_fetch: Succeeded
NOTE: Running task 1108 of 1129 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-setuptools_67.0.0.bb:do_unpack)
NOTE: recipe python3-setuptools-native-67.0.0-r0: task do_fetch: Started
NOTE: recipe python3-setuptools-native-67.0.0-r0: task do_fetch: Succeeded
NOTE: Running task 1109 of 1129 
(virtual:native:/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-setuptools_67.0.0.bb:do_unpack)
NOTE: Running task 1110 of 1129 
(virtual:native:/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-setuptools_67.0.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe python3-setuptools-67.0.0-r0: task do_unpack: Started
NOTE: recipe python3-setuptools-native-67.0.0-r0: task do_unpack: Started
NOTE: recipe python3-setuptools-native-67.0.0-r0: task 
do_prepare_recipe_sysroot: Started
NOTE: recipe python3-setuptools-67.0.0-r0: task do_unpack: Succeeded
NOTE: Running task  of 1129 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-setuptools_67.0.0.bb:do_patch)
NOTE: recipe python3-setuptools-native-67.0.0-r0: task do_unpack: Succeeded
NOTE: Running task 1112 of 1129 
(virtual:native:/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-setuptools_67.0.0.bb:do_patch)
NOTE: recipe python3-setuptools-67.0.0-r0: task do_patch: Started
NOTE: recipe python3-setuptools-native-67.0.0-r0: task 
do_prepare_recipe_sysroot: Succeeded
NOTE: recipe python3-setuptools-native-67.0.0-r0: task do_patch: Started
NOTE: recipe python3-setuptools-67.0.0-r0: task do_patch: Failed
NOTE: recipe python3-setuptools-native-67.0.0-r0: task do_patch: Failed
NOTE: Tasks Summary: Attempted 1112 tasks of which 1105 didn't need to be rerun 
and 2 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds

Summary: 2 tasks failed:
  
/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-setuptools_67.0.0.bb:do_patch
  
virtual:native:/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-setuptools_67.0.0.bb:do_patch
Summary: There was 1 WARNING message.
Summary: There were 2 ERROR messages, 

[OE-core] [AUH] go: upgrading to 1.19.5 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-go-upgrade-1.19.4-1.19.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


0001-go-upgrade-1.19.4-1.19.5.patch
Description: Binary data
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...
Summary: There was 1 WARNING message.
Summary: There were 2 ERROR messages, returning a non-zero exit code.
ERROR: ParseError at 
/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/go/go-runtime_1.19.4.bb:1:
 Could not include required file go-1.19.4.inc
ERROR: Parsing halted due to errors, see error messages above

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176595): 
https://lists.openembedded.org/g/openembedded-core/message/176595
Mute This Topic: https://lists.openembedded.org/mt/96681809/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-pip: upgrading to 23.0 FAILED

2023-02-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-pip* to *23.0* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade python3-pip -V 23.0
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:5d3c182b7238b0511627f3200861b1030b7ee9e0"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 19 (100% match, 
100% complete)
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: 8 seconds
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (897 cached, 2 parsed). 1698 targets, 40 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:5d3c182b7238b0511627f3200861b1030b7ee9e0"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 0 (0% match, 0% 
complete)
NOTE: No setscene tasks
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 2 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:  59% |#   | 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://files.pythonhosted.org/packages/source/p/pip/pip-23.0.tar.gz...
INFO: Rebasing devtool onto bb8823dd5c6f7f1c8cedb2697aee1df5d80d49c3
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 349, in 
ret = main()
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 336, in main
ret = args.func(args, config, basepath, workspace)
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 568, in upgrade
new_licenses = _extract_licenses(srctree_s, (rd.getVar('LIC_FILES_CHKSUM') 
or ""))
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 476, in _extract_licenses
with open(os.path.join(srcpath, path), 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/python3-pip/src/pip/_vendor/pep517/LICENSE'


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 (#176592): 
https://lists.openembedded.org/g/openembedded-core/message/176592
Mute This Topic: 

[OE-core] [AUH] python3-pycryptodomex: upgrading to 3.17 SUCCEEDED

2023-02-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-pycryptodomex* to 
*3.17* has Succeeded.

Next steps:
- apply the patch: git am 
0001-python3-pycryptodomex-upgrade-3.16.0-3.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


0001-python3-pycryptodomex-upgrade-3.16.0-3.17.patch
Description: Binary data
packages/core2-32-poky-linux/python3-pycryptodomex: PV changed from "3.16.0" to 
"3.17"
packages/core2-32-poky-linux/python3-pycryptodomex: PKGV changed from 3.16.0 
[default] to 3.17 [default]
packages/core2-32-poky-linux/python3-pycryptodomex: SRC_URI changed from 
"https://files.pythonhosted.org/packages/source/p/pycryptodomex/pycryptodomex-3.16.0.tar.gz;
 to 
"https://files.pythonhosted.org/packages/source/p/pycryptodomex/pycryptodomex-3.17.tar.gz;
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex-dbg: 
PV changed from "3.16.0" to "3.17"
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex-dbg: 
PKGV changed from 3.16.0 [default] to 3.17 [default]
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex-dbg: 
PKGSIZE changed from 1042416 to 1068560 (+3%)
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex-dev: 
PV changed from "3.16.0" to "3.17"
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex-dev: 
PKGV changed from 3.16.0 [default] to 3.17 [default]
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex-doc: 
PV changed from "3.16.0" to "3.17"
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex-doc: 
PKGV changed from 3.16.0 [default] to 3.17 [default]
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex-locale:
 PV changed from "3.16.0" to "3.17"
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex-locale:
 PKGV changed from 3.16.0 [default] to 3.17 [default]
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex-src: 
PV changed from "3.16.0" to "3.17"
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex-src: 
PKGV changed from 3.16.0 [default] to 3.17 [default]
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex-src: 
PKGSIZE changed from 2772209 to 2772376 (+0%)
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex-staticdev:
 PV changed from "3.16.0" to "3.17"
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex-staticdev:
 PKGV changed from 3.16.0 [default] to 3.17 [default]
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex-tests: 
PV changed from "3.16.0" to "3.17"
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex-tests: 
PKGV changed from 3.16.0 [default] to 3.17 [default]
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex-tests: 
PKGSIZE changed from 2847142 to 2874599 (+1%)
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex: PV 
changed from "3.16.0" to "3.17"
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex: PKGV 
changed from 3.16.0 [default] to 3.17 [default]
packages/core2-32-poky-linux/python3-pycryptodomex/python3-pycryptodomex: 
PKGSIZE changed from 3639831 to 3648934 (+0%)
Changes to packages/core2-32-poky-linux/python3-pycryptodomex (sysroot):
  /usr/lib/python3.11/site-packages/pycryptodomex-3.17.dist-info was added
  /usr/lib/python3.11/site-packages/pycryptodomex-3.17.dist-info/AUTHORS.rst 
was added
  /usr/lib/python3.11/site-packages/pycryptodomex-3.17.dist-info/LICENSE.rst 
was added
  /usr/lib/python3.11/site-packages/pycryptodomex-3.17.dist-info/METADATA was 
added
  /usr/lib/python3.11/site-packages/pycryptodomex-3.17.dist-info/RECORD was 
added
  /usr/lib/python3.11/site-packages/pycryptodomex-3.17.dist-info/top_level.txt 
was added
  /usr/lib/python3.11/site-packages/pycryptodomex-3.17.dist-info/WHEEL was added
  /usr/lib/python3.11/site-packages/pycryptodomex-3.16.0.dist-info was removed
  /usr/lib/python3.11/site-packages/pycryptodomex-3.16.0.dist-info/AUTHORS.rst 
was removed
  /usr/lib/python3.11/site-packages/pycryptodomex-3.16.0.dist-info/LICENSE.rst 
was removed
  

[OE-core] [AUH] python3-wcwidth: upgrading to 0.2.6 SUCCEEDED

2023-02-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-wcwidth* to *0.2.6* 
has Succeeded.

Next steps:
- apply the patch: git am 0001-python3-wcwidth-upgrade-0.2.5-0.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


0001-python3-wcwidth-upgrade-0.2.5-0.2.6.patch
Description: Binary data
packages/core2-32-poky-linux/python3-wcwidth: PKGV changed from 0.2.5 [default] 
to 0.2.6 [default]
packages/core2-32-poky-linux/python3-wcwidth: PV changed from "0.2.5" to "0.2.6"
packages/core2-32-poky-linux/python3-wcwidth: SRC_URI changed from 
"https://files.pythonhosted.org/packages/source/w/wcwidth/wcwidth-0.2.5.tar.gz 
file://run-ptest" to 
"https://files.pythonhosted.org/packages/source/w/wcwidth/wcwidth-0.2.6.tar.gz 
file://run-ptest"
packages/core2-32-poky-linux/python3-wcwidth/python3-wcwidth-dbg: PKGV changed 
from 0.2.5 [default] to 0.2.6 [default]
packages/core2-32-poky-linux/python3-wcwidth/python3-wcwidth-dbg: PV changed 
from "0.2.5" to "0.2.6"
packages/core2-32-poky-linux/python3-wcwidth/python3-wcwidth-dev: PKGV changed 
from 0.2.5 [default] to 0.2.6 [default]
packages/core2-32-poky-linux/python3-wcwidth/python3-wcwidth-dev: PV changed 
from "0.2.5" to "0.2.6"
packages/core2-32-poky-linux/python3-wcwidth/python3-wcwidth-doc: PKGV changed 
from 0.2.5 [default] to 0.2.6 [default]
packages/core2-32-poky-linux/python3-wcwidth/python3-wcwidth-doc: PV changed 
from "0.2.5" to "0.2.6"
packages/core2-32-poky-linux/python3-wcwidth/python3-wcwidth-locale: PKGV 
changed from 0.2.5 [default] to 0.2.6 [default]
packages/core2-32-poky-linux/python3-wcwidth/python3-wcwidth-locale: PV changed 
from "0.2.5" to "0.2.6"
packages/core2-32-poky-linux/python3-wcwidth/python3-wcwidth-ptest: PKGSIZE 
changed from 8899 to 9001 (+1%)
packages/core2-32-poky-linux/python3-wcwidth/python3-wcwidth-ptest: PKGV 
changed from 0.2.5 [default] to 0.2.6 [default]
packages/core2-32-poky-linux/python3-wcwidth/python3-wcwidth-ptest: PV changed 
from "0.2.5" to "0.2.6"
packages/core2-32-poky-linux/python3-wcwidth/python3-wcwidth-src: PKGV changed 
from 0.2.5 [default] to 0.2.6 [default]
packages/core2-32-poky-linux/python3-wcwidth/python3-wcwidth-src: PV changed 
from "0.2.5" to "0.2.6"
packages/core2-32-poky-linux/python3-wcwidth/python3-wcwidth-staticdev: PKGV 
changed from 0.2.5 [default] to 0.2.6 [default]
packages/core2-32-poky-linux/python3-wcwidth/python3-wcwidth-staticdev: PV 
changed from "0.2.5" to "0.2.6"
packages/core2-32-poky-linux/python3-wcwidth/python3-wcwidth: PKGSIZE changed 
from 461857 to 498155 (+8%)
packages/core2-32-poky-linux/python3-wcwidth/python3-wcwidth: PKGV changed from 
0.2.5 [default] to 0.2.6 [default]
packages/core2-32-poky-linux/python3-wcwidth/python3-wcwidth: PV changed from 
"0.2.5" to "0.2.6"
Changes to packages/core2-32-poky-linux/python3-wcwidth (sysroot):
  /usr/lib/python3.11/site-packages/wcwidth-0.2.5.dist-info moved to 
/usr/lib/python3.11/site-packages/wcwidth-0.2.6.dist-info
Changes to packages/core2-32-poky-linux/python3-wcwidth (sysroot):
  /usr/lib/python3.11/site-packages/wcwidth-0.2.5.dist-info moved to 
/usr/lib/python3.11/site-packages/wcwidth-0.2.6.dist-info

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176601): 
https://lists.openembedded.org/g/openembedded-core/message/176601
Mute This Topic: https://lists.openembedded.org/mt/96681815/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] llvm: upgrading to 15.0.7 SUCCEEDED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Next steps:
- apply the patch: git am 0001-llvm-upgrade-15.0.6-15.0.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
packages/core2-32-poky-linux/llvm: PV changed from "15.0.6" to "15.0.7"
packages/core2-32-poky-linux/llvm: PKGV changed from 15.0.6 [default] to 15.0.7 
[default]
packages/core2-32-poky-linux/llvm/llvm-bugpointpasses: PKGV changed from 15.0.6 
[default] to 15.0.7 [default]
packages/core2-32-poky-linux/llvm/llvm-bugpointpasses: PV changed from "15.0.6" 
to "15.0.7"
packages/core2-32-poky-linux/llvm/llvm-dbg: PKGSIZE changed from 2914252660 to 
2914253180 (+0%)
packages/core2-32-poky-linux/llvm/llvm-dbg: PKGV changed from 15.0.6 [default] 
to 15.0.7 [default]
packages/core2-32-poky-linux/llvm/llvm-dbg: PV changed from "15.0.6" to "15.0.7"
packages/core2-32-poky-linux/llvm/llvm-dev: FILES: removed 
"/usr/lib/libLLVM-15.0.6.so", added "/usr/lib/libLLVM-15.0.7.so"
packages/core2-32-poky-linux/llvm/llvm-dev: FILELIST: removed 
"/usr/lib/libLLVM-15.0.6.so", added "/usr/lib/libLLVM-15.0.7.so"
packages/core2-32-poky-linux/llvm/llvm-dev: PKGV changed from 15.0.6 [default] 
to 15.0.7 [default]
packages/core2-32-poky-linux/llvm/llvm-dev: PV changed from "15.0.6" to "15.0.7"
packages/core2-32-poky-linux/llvm/llvm-doc: PKGV changed from 15.0.6 [default] 
to 15.0.7 [default]
packages/core2-32-poky-linux/llvm/llvm-doc: PV changed from "15.0.6" to "15.0.7"
packages/core2-32-poky-linux/llvm/llvm-libllvm: PKGV changed from 15.0.6 
[default] to 15.0.7 [default]
packages/core2-32-poky-linux/llvm/llvm-libllvm: PV changed from "15.0.6" to 
"15.0.7"
packages/core2-32-poky-linux/llvm/llvm-liblto: PKGV changed from 15.0.6 
[default] to 15.0.7 [default]
packages/core2-32-poky-linux/llvm/llvm-liblto: PV changed from "15.0.6" to 
"15.0.7"
packages/core2-32-poky-linux/llvm/llvm-liboptremarks: PKGV changed from 15.0.6 
[default] to 15.0.7 [default]
packages/core2-32-poky-linux/llvm/llvm-liboptremarks: PV changed from "15.0.6" 
to "15.0.7"
packages/core2-32-poky-linux/llvm/llvm-llvmhello: PKGV changed from 15.0.6 
[default] to 15.0.7 [default]
packages/core2-32-poky-linux/llvm/llvm-llvmhello: PV changed from "15.0.6" to 
"15.0.7"
packages/core2-32-poky-linux/llvm/llvm-locale: PKGV changed from 15.0.6 
[default] to 15.0.7 [default]
packages/core2-32-poky-linux/llvm/llvm-locale: PV changed from "15.0.6" to 
"15.0.7"
packages/core2-32-poky-linux/llvm/llvm-src: PKGSIZE changed from 200176717 to 
200176811 (+0%)
packages/core2-32-poky-linux/llvm/llvm-src: PKGV changed from 15.0.6 [default] 
to 15.0.7 [default]
packages/core2-32-poky-linux/llvm/llvm-src: PV changed from "15.0.6" to "15.0.7"
packages/core2-32-poky-linux/llvm/llvm-staticdev: PKGSIZE changed from 
2044165538 to 2044165746 (+0%)
packages/core2-32-poky-linux/llvm/llvm-staticdev: PKGV changed from 15.0.6 
[default] to 15.0.7 [default]
packages/core2-32-poky-linux/llvm/llvm-staticdev: PV changed from "15.0.6" to 
"15.0.7"
packages/core2-32-poky-linux/llvm/llvm: PKGV changed from 15.0.6 [default] to 
15.0.7 [default]
packages/core2-32-poky-linux/llvm/llvm: PV changed from "15.0.6" to "15.0.7"
Changes to packages/core2-32-poky-linux/llvm (sysroot):
  /sysroot-providers/llvm15.0.6 moved to /sysroot-providers/llvm15.0.7
  /usr/bin/crossscripts/llvm-config15.0.6 moved to 
/usr/bin/crossscripts/llvm-config15.0.7
  /usr/lib/libLLVM-15.0.6.so moved to /usr/lib/libLLVM-15.0.7.so
Changes to packages/x86_64-linux/llvm-native (sysroot):
  /usr/bin/llvm-config changed symlink target from llvm-config15.0.6 to 
llvm-config15.0.7
  /sysroot-providers/llvm15.0.6-native moved to 
/sysroot-providers/llvm15.0.7-native
  /usr/bin/llvm-config15.0.6 moved to /usr/bin/llvm-config15.0.7
  /usr/bin/llvm-tblgen15.0.6 moved to /usr/bin/llvm-tblgen15.0.7


0001-llvm-upgrade-15.0.6-15.0.7.patch
Description: Binary data
packages/core2-32-poky-linux/llvm/llvm-dev: FILELIST: removed 
"/usr/lib/libLLVM-15.0.6.so", added "/usr/lib/libLLVM-15.0.7.so"
Changes to packages/core2-32-poky-linux/llvm (sysroot):
  /sysroot-providers/llvm15.0.6 moved to /sysroot-providers/llvm15.0.7
  /usr/bin/crossscripts/llvm-config15.0.6 moved to 
/usr/bin/crossscripts/llvm-config15.0.7
  

[OE-core] [AUH] python3-poetry-core: upgrading to 1.5.0 FAILED

2023-02-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-poetry-core* to 
*1.5.0* has Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe python3-poetry-core failed.
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:5d3c182b7238b0511627f3200861b1030b7ee9e0"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 19 (100% match, 
100% complete)
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: 7 seconds
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (897 cached, 2 parsed). 1698 targets, 40 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:5d3c182b7238b0511627f3200861b1030b7ee9e0"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 0 (0% match, 0% 
complete)
NOTE: No setscene tasks
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 2 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:  91% |#   | 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://files.pythonhosted.org/packages/source/p/poetry-core/poetry_core-1.5.0.tar.gz...
INFO: Rebasing devtool onto 7d464e262a0262a01909807c75b160da2e33
WARNING: Command 'git rebase 7d464e262a0262a01909807c75b160da2e33' failed:
Auto-merging src/poetry/core/masonry/builders/wheel.py
CONFLICT (content): Merge conflict in src/poetry/core/masonry/builders/wheel.py

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/build/workspace/sources/python3-poetry-core
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/python3-poetry-core/python3-poetry-core_1.5.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 (#176596): 
https://lists.openembedded.org/g/openembedded-core/message/176596
Mute This Topic: https://lists.openembedded.org/mt/96681810/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 

[OE-core] [AUH] python3-sphinxcontrib-applehelp: upgrading to 1.0.4 FAILED

2023-02-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-sphinxcontrib-applehelp* to *1.0.4* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade python3-sphinxcontrib-applehelp 
-V 1.0.4
NOTE: Starting bitbake server...
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:9f9d8f1ea4d843581862609ca0ae3458530a7d1a"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 1 Local 1 Mirrors 0 Missed 0 Current 19 (100% match, 
100% complete)
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: 2 seconds
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (897 cached, 2 parsed). 1698 targets, 40 
skipped, 0 masked, 0 errors.

Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:9f9d8f1ea4d843581862609ca0ae3458530a7d1a"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 0 (0% match, 0% 
complete)
NOTE: No setscene tasks
NOTE: Executing Tasks
WARNING: Failed to fetch URL 
https://files.pythonhosted.org/packages/source/s/sphinxcontrib.applehelp/sphinxcontrib.applehelp-1.0.4.tar.gz,
 attempting MIRRORS if available
NOTE: Tasks Summary: Attempted 1 tasks of which 0 didn't need to be rerun and 1 
failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds

INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://files.pythonhosted.org/packages/source/s/sphinxcontrib.applehelp/sphinxcontrib.applehelp-1.0.4.tar.gz...
ERROR: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export 
SSL_CERT_FILE="/home/pokybuild/yocto-worker/auh/build/buildtools/sysroots/x86_64-pokysdk-linux/etc/ssl/certs/ca-certificates.crt";
 export 
GIT_SSL_CAINFO="/home/pokybuild/yocto-worker/auh/build/buildtools/sysroots/x86_64-pokysdk-linux/etc/ssl/certs/ca-certificates.crt";
 export 
PATH="/home/pokybuild/yocto-worker/auh/build/build/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/pokybuild/yocto-worker/auh/build/build/poky/scripts:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-430fm32c/work/recipe-sysroot-native/usr/bin/x86_64-poky-linux:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-430fm32c/work/recipe-sysroot/usr/bin/crossscripts:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-430fm32c/work/recipe-sysroot-native/usr/sbin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-430fm32c/work/recipe-sysroot-native/usr/bin:/home/
 
pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-430fm32c/work/recipe-sysroot-native/sbin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/recipetool-430fm32c/work/recipe-sysroot-native/bin:/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/bin:/home/pokybuild/yocto-worker/auh/build/build/build/tmp/hosttools";
 export HOME="/home/pokybuild"; /usr/bin/env wget -t 2 -T 30 --passive-ftp -O 

[OE-core] [AUH] python3-hypothesis: upgrading to 6.65.2 SUCCEEDED

2023-02-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-hypothesis* to 
*6.65.2* has Succeeded.

Next steps:
- apply the patch: git am 
0001-python3-hypothesis-upgrade-6.62.0-6.65.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


0001-python3-hypothesis-upgrade-6.62.0-6.65.2.patch
Description: Binary data
packages/core2-32-poky-linux/python3-hypothesis: PV changed from "6.62.0" to 
"6.65.2"
packages/core2-32-poky-linux/python3-hypothesis: SRC_URI changed from 
"https://files.pythonhosted.org/packages/source/h/hypothesis/hypothesis-6.62.0.tar.gz
 file://run-ptest file://test_binary_search.py file://test_rle.py" to 
"https://files.pythonhosted.org/packages/source/h/hypothesis/hypothesis-6.65.2.tar.gz
 file://run-ptest file://test_binary_search.py file://test_rle.py"
packages/core2-32-poky-linux/python3-hypothesis: PKGV changed from 6.62.0 
[default] to 6.65.2 [default]
packages/core2-32-poky-linux/python3-hypothesis/python3-hypothesis-dbg: PV 
changed from "6.62.0" to "6.65.2"
packages/core2-32-poky-linux/python3-hypothesis/python3-hypothesis-dbg: PKGV 
changed from 6.62.0 [default] to 6.65.2 [default]
packages/core2-32-poky-linux/python3-hypothesis/python3-hypothesis-dev: PV 
changed from "6.62.0" to "6.65.2"
packages/core2-32-poky-linux/python3-hypothesis/python3-hypothesis-dev: PKGV 
changed from 6.62.0 [default] to 6.65.2 [default]
packages/core2-32-poky-linux/python3-hypothesis/python3-hypothesis-doc: PV 
changed from "6.62.0" to "6.65.2"
packages/core2-32-poky-linux/python3-hypothesis/python3-hypothesis-doc: PKGV 
changed from 6.62.0 [default] to 6.65.2 [default]
packages/core2-32-poky-linux/python3-hypothesis/python3-hypothesis-locale: PV 
changed from "6.62.0" to "6.65.2"
packages/core2-32-poky-linux/python3-hypothesis/python3-hypothesis-locale: PKGV 
changed from 6.62.0 [default] to 6.65.2 [default]
packages/core2-32-poky-linux/python3-hypothesis/python3-hypothesis-ptest: PV 
changed from "6.62.0" to "6.65.2"
packages/core2-32-poky-linux/python3-hypothesis/python3-hypothesis-ptest: PKGV 
changed from 6.62.0 [default] to 6.65.2 [default]
packages/core2-32-poky-linux/python3-hypothesis/python3-hypothesis-src: PV 
changed from "6.62.0" to "6.65.2"
packages/core2-32-poky-linux/python3-hypothesis/python3-hypothesis-src: PKGV 
changed from 6.62.0 [default] to 6.65.2 [default]
packages/core2-32-poky-linux/python3-hypothesis/python3-hypothesis-staticdev: 
PV changed from "6.62.0" to "6.65.2"
packages/core2-32-poky-linux/python3-hypothesis/python3-hypothesis-staticdev: 
PKGV changed from 6.62.0 [default] to 6.65.2 [default]
packages/core2-32-poky-linux/python3-hypothesis/python3-hypothesis: PV changed 
from "6.62.0" to "6.65.2"
packages/core2-32-poky-linux/python3-hypothesis/python3-hypothesis: PKGSIZE 
changed from 2743645 to 2775308 (+1%)
packages/core2-32-poky-linux/python3-hypothesis/python3-hypothesis: PKGV 
changed from 6.62.0 [default] to 6.65.2 [default]
Changes to packages/core2-32-poky-linux/python3-hypothesis (sysroot):
  /usr/lib/python3.11/site-packages/hypothesis-6.62.0.dist-info moved to 
/usr/lib/python3.11/site-packages/hypothesis-6.65.2.dist-info
Changes to packages/core2-32-poky-linux/python3-hypothesis (sysroot):
  /usr/lib/python3.11/site-packages/hypothesis-6.62.0.dist-info moved to 
/usr/lib/python3.11/site-packages/hypothesis-6.65.2.dist-info

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176586): 
https://lists.openembedded.org/g/openembedded-core/message/176586
Mute This Topic: https://lists.openembedded.org/mt/96681800/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 1.9.4 SUCCEEDED

2023-02-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 *1.9.4* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-pkgconf-upgrade-1.9.3-1.9.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


0001-pkgconf-upgrade-1.9.3-1.9.4.patch
Description: Binary data
packages/core2-32-poky-linux/pkgconf: PKGV changed from 1.9.3 [default] to 
1.9.4 [default]
packages/core2-32-poky-linux/pkgconf: PV changed from "1.9.3" to "1.9.4"
packages/core2-32-poky-linux/pkgconf: SRC_URI changed from 
"https://distfiles.dereferenced.org/pkgconf/pkgconf-1.9.3.tar.xz 
file://pkg-config-wrapper file://pkg-config-native.in 
file://pkg-config-esdk.in" to 
"https://distfiles.dereferenced.org/pkgconf/pkgconf-1.9.4.tar.xz 
file://pkg-config-wrapper file://pkg-config-native.in file://pkg-config-esdk.in"
packages/core2-32-poky-linux/pkgconf/pkgconf-dbg: PKGV changed from 1.9.3 
[default] to 1.9.4 [default]
packages/core2-32-poky-linux/pkgconf/pkgconf-dbg: PKGSIZE changed from 255968 
to 255984 (+0%)
packages/core2-32-poky-linux/pkgconf/pkgconf-dbg: PV changed from "1.9.3" to 
"1.9.4"
packages/core2-32-poky-linux/pkgconf/pkgconf-dev: PKGV changed from 1.9.3 
[default] to 1.9.4 [default]
packages/core2-32-poky-linux/pkgconf/pkgconf-dev: PV changed from "1.9.3" to 
"1.9.4"
packages/core2-32-poky-linux/pkgconf/pkgconf-doc: PKGV changed from 1.9.3 
[default] to 1.9.4 [default]
packages/core2-32-poky-linux/pkgconf/pkgconf-doc: PKGSIZE changed from 29203 to 
29208 (+0%)
packages/core2-32-poky-linux/pkgconf/pkgconf-doc: PV changed from "1.9.3" to 
"1.9.4"
packages/core2-32-poky-linux/pkgconf/pkgconf-locale: PKGV changed from 1.9.3 
[default] to 1.9.4 [default]
packages/core2-32-poky-linux/pkgconf/pkgconf-locale: PV changed from "1.9.3" to 
"1.9.4"
packages/core2-32-poky-linux/pkgconf/pkgconf-src: PKGV changed from 1.9.3 
[default] to 1.9.4 [default]
packages/core2-32-poky-linux/pkgconf/pkgconf-src: PKGSIZE changed from 267456 
to 268613 (+0%)
packages/core2-32-poky-linux/pkgconf/pkgconf-src: PV changed from "1.9.3" to 
"1.9.4"
packages/core2-32-poky-linux/pkgconf/pkgconf-staticdev: PKGV changed from 1.9.3 
[default] to 1.9.4 [default]
packages/core2-32-poky-linux/pkgconf/pkgconf-staticdev: PV changed from "1.9.3" 
to "1.9.4"
packages/core2-32-poky-linux/pkgconf/pkgconf: PKGV changed from 1.9.3 [default] 
to 1.9.4 [default]
packages/core2-32-poky-linux/pkgconf/pkgconf: PKGSIZE changed from 150609 to 
150517 (-0%)
packages/core2-32-poky-linux/pkgconf/pkgconf: PV changed from "1.9.3" to "1.9.4"

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176590): 
https://lists.openembedded.org/g/openembedded-core/message/176590
Mute This Topic: https://lists.openembedded.org/mt/96681804/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-dtschema: upgrading to 2023.1 SUCCEEDED

2023-02-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-dtschema* to *2023.1* 
has Succeeded.

Next steps:
- apply the patch: git am 0001-python3-dtschema-upgrade-2022.12-2023.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
packages/core2-32-poky-linux/python3-dtschema: PKGV changed from 2022.12 
[default] to 2023.1 [default]
packages/core2-32-poky-linux/python3-dtschema: SRC_URI changed from 
"https://files.pythonhosted.org/packages/source/d/dtschema/dtschema-2022.12.tar.gz;
 to 
"https://files.pythonhosted.org/packages/source/d/dtschema/dtschema-2023.1.tar.gz;
packages/core2-32-poky-linux/python3-dtschema: PV changed from "2022.12" to 
"2023.1"
packages/core2-32-poky-linux/python3-dtschema/python3-dtschema-dbg: PKGV 
changed from 2022.12 [default] to 2023.1 [default]
packages/core2-32-poky-linux/python3-dtschema/python3-dtschema-dbg: PV changed 
from "2022.12" to "2023.1"
packages/core2-32-poky-linux/python3-dtschema/python3-dtschema-dev: PKGV 
changed from 2022.12 [default] to 2023.1 [default]
packages/core2-32-poky-linux/python3-dtschema/python3-dtschema-dev: PV changed 
from "2022.12" to "2023.1"
packages/core2-32-poky-linux/python3-dtschema/python3-dtschema-doc: PKGV 
changed from 2022.12 [default] to 2023.1 [default]
packages/core2-32-poky-linux/python3-dtschema/python3-dtschema-doc: PV changed 
from "2022.12" to "2023.1"
packages/core2-32-poky-linux/python3-dtschema/python3-dtschema-locale: PKGV 
changed from 2022.12 [default] to 2023.1 [default]
packages/core2-32-poky-linux/python3-dtschema/python3-dtschema-locale: PV 
changed from "2022.12" to "2023.1"
packages/core2-32-poky-linux/python3-dtschema/python3-dtschema-src: PKGV 
changed from 2022.12 [default] to 2023.1 [default]
packages/core2-32-poky-linux/python3-dtschema/python3-dtschema-src: PV changed 
from "2022.12" to "2023.1"
packages/core2-32-poky-linux/python3-dtschema/python3-dtschema-staticdev: PKGV 
changed from 2022.12 [default] to 2023.1 [default]
packages/core2-32-poky-linux/python3-dtschema/python3-dtschema-staticdev: PV 
changed from "2022.12" to "2023.1"
packages/core2-32-poky-linux/python3-dtschema/python3-dtschema: PKGV changed 
from 2022.12 [default] to 2023.1 [default]
packages/core2-32-poky-linux/python3-dtschema/python3-dtschema: FILELIST: 
directory renamed /usr/lib/python3.11/site-packages/dtschema-2022.12.dist-info 
-> /usr/lib/python3.11/site-packages/dtschema-2023.1.dist-info, added 
"/usr/lib/python3.11/site-packages/dtschema/schemas/opp/opp.yaml 
/usr/lib/python3.11/site-packages/dtschema/schemas/bootph.yaml"
packages/core2-32-poky-linux/python3-dtschema/python3-dtschema: PKGSIZE changed 
from 294053 to 294712 (+0%)
packages/core2-32-poky-linux/python3-dtschema/python3-dtschema: PV changed from 
"2022.12" to "2023.1"
Changes to packages/core2-32-poky-linux/python3-dtschema (sysroot):
  /usr/lib/python3.11/site-packages/dtschema-2023.1.dist-info was added
  /usr/lib/python3.11/site-packages/dtschema-2023.1.dist-info/LICENSE.txt was 
added
  /usr/lib/python3.11/site-packages/dtschema-2023.1.dist-info/METADATA was added
  /usr/lib/python3.11/site-packages/dtschema-2023.1.dist-info/RECORD was added
  /usr/lib/python3.11/site-packages/dtschema-2023.1.dist-info/top_level.txt was 
added
  /usr/lib/python3.11/site-packages/dtschema-2023.1.dist-info/WHEEL was added
  /usr/lib/python3.11/site-packages/dtschema/schemas/bootph.yaml was added
  /usr/lib/python3.11/site-packages/dtschema/schemas/opp was added
  /usr/lib/python3.11/site-packages/dtschema/schemas/opp/opp.yaml was added
  /usr/lib/python3.11/site-packages/dtschema-2022.12.dist-info was removed
  /usr/lib/python3.11/site-packages/dtschema-2022.12.dist-info/LICENSE.txt was 
removed
  /usr/lib/python3.11/site-packages/dtschema-2022.12.dist-info/METADATA was 
removed
  /usr/lib/python3.11/site-packages/dtschema-2022.12.dist-info/RECORD was 
removed
  /usr/lib/python3.11/site-packages/dtschema-2022.12.dist-info/top_level.txt 
was removed
  /usr/lib/python3.11/site-packages/dtschema-2022.12.dist-info/WHEEL was removed


0001-python3-dtschema-upgrade-2022.12-2023.1.patch
Description: Binary data
packages/core2-32-poky-linux/python3-dtschema/python3-dtschema: FILELIST: 
directory renamed 

[OE-core] [AUH] cmake: upgrading to 3.25.2 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-cmake-upgrade-3.25.1-3.25.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
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (896 cached, 2 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:6959cc1741b1b5dcb74ea6f5bf270b0a5057036d"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 60 Local 48 Mirrors 0 Missed 12 Current 168 (80% match, 
94% complete)
Removing 1 stale sstate objects for arch qemux86...done.
Removing 2 stale sstate objects for arch x86_64...done.
Removing 1 stale sstate objects for arch core2-32...done.
NOTE: Executing Tasks
NOTE: Running setscene task 188 of 228 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.5.0.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running task 681 of 885 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/cmake/cmake-native_3.25.1.bb:do_fetch)
NOTE: Running task 774 of 885 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/cmake/cmake_3.25.2.bb:do_fetch)
NOTE: recipe cmake-native-3.25.1-r0: task do_fetch: Started
WARNING: cmake-native-3.25.1-r0 do_fetch: Checksum mismatch for local file 
/home/pokybuild/yocto-worker/auh/build/build/build/downloads/cmake-3.25.1.tar.gz
Cleaning and trying again.
WARNING: cmake-native-3.25.1-r0 do_fetch: Renaming 
/home/pokybuild/yocto-worker/auh/build/build/build/downloads/cmake-3.25.1.tar.gz
 to 
/home/pokybuild/yocto-worker/auh/build/build/build/downloads/cmake-3.25.1.tar.gz_bad-checksum_1c511d09516af493694ed9baf13c55947a36389674d657a2d5e0ccedc6b291d8
NOTE: recipe expat-2.5.0-r0: task do_deploy_source_date_epoch_setscene: Started
NOTE: recipe cmake-3.25.2-r0: task do_fetch: Started
NOTE: recipe cmake-3.25.2-r0: task do_fetch: Succeeded
NOTE: Running task 848 of 885 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/cmake/cmake_3.25.2.bb:do_unpack)
NOTE: recipe expat-2.5.0-r0: task do_deploy_source_date_epoch_setscene: 
Succeeded
NOTE: Setscene tasks completed
NOTE: Running task 849 of 885 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.5.0.bb:do_fetch)
NOTE: recipe cmake-3.25.2-r0: task do_unpack: Started
NOTE: recipe expat-2.5.0-r0: task do_fetch: Started
NOTE: recipe expat-2.5.0-r0: task do_fetch: Succeeded
NOTE: Running task 850 of 885 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.5.0.bb:do_unpack)
NOTE: recipe expat-2.5.0-r0: task do_unpack: Started
NOTE: recipe expat-2.5.0-r0: task do_unpack: Succeeded
NOTE: Running task 851 of 885 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.5.0.bb:do_patch)
NOTE: recipe expat-2.5.0-r0: task do_patch: Started
NOTE: recipe expat-2.5.0-r0: task do_patch: Succeeded
NOTE: Running task 852 of 885 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.5.0.bb:do_generate_toolchain_file)
NOTE: recipe expat-2.5.0-r0: task do_generate_toolchain_file: Started
NOTE: recipe expat-2.5.0-r0: task do_generate_toolchain_file: Succeeded
NOTE: recipe cmake-3.25.2-r0: task do_unpack: Succeeded
NOTE: Running task 854 of 885 

[OE-core] [AUH] python3-pycryptodome: upgrading to 3.17 SUCCEEDED

2023-02-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-pycryptodome* to 
*3.17* has Succeeded.

Next steps:
- apply the patch: git am 
0001-python3-pycryptodome-upgrade-3.16.0-3.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


0001-python3-pycryptodome-upgrade-3.16.0-3.17.patch
Description: Binary data
packages/core2-32-poky-linux/python3-pycryptodome: PKGV changed from 3.16.0 
[default] to 3.17 [default]
packages/core2-32-poky-linux/python3-pycryptodome: PV changed from "3.16.0" to 
"3.17"
packages/core2-32-poky-linux/python3-pycryptodome: SRC_URI changed from 
"https://files.pythonhosted.org/packages/source/p/pycryptodome/pycryptodome-3.16.0.tar.gz;
 to 
"https://files.pythonhosted.org/packages/source/p/pycryptodome/pycryptodome-3.17.tar.gz;
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome-dbg: 
PKGSIZE changed from 1042288 to 1068428 (+3%)
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome-dbg: 
PKGV changed from 3.16.0 [default] to 3.17 [default]
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome-dbg: PV 
changed from "3.16.0" to "3.17"
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome-dev: 
PKGV changed from 3.16.0 [default] to 3.17 [default]
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome-dev: PV 
changed from "3.16.0" to "3.17"
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome-doc: 
PKGV changed from 3.16.0 [default] to 3.17 [default]
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome-doc: PV 
changed from "3.16.0" to "3.17"
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome-locale: 
PKGV changed from 3.16.0 [default] to 3.17 [default]
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome-locale: 
PV changed from "3.16.0" to "3.17"
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome-src: 
PKGSIZE changed from 2772209 to 2772376 (+0%)
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome-src: 
PKGV changed from 3.16.0 [default] to 3.17 [default]
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome-src: PV 
changed from "3.16.0" to "3.17"
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome-staticdev:
 PKGV changed from 3.16.0 [default] to 3.17 [default]
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome-staticdev:
 PV changed from "3.16.0" to "3.17"
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome-tests: 
PKGSIZE changed from 2843277 to 2870721 (+1%)
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome-tests: 
PKGV changed from 3.16.0 [default] to 3.17 [default]
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome-tests: 
PV changed from "3.16.0" to "3.17"
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome: PKGSIZE 
changed from 3634243 to 3643349 (+0%)
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome: PKGV 
changed from 3.16.0 [default] to 3.17 [default]
packages/core2-32-poky-linux/python3-pycryptodome/python3-pycryptodome: PV 
changed from "3.16.0" to "3.17"
Changes to packages/core2-32-poky-linux/python3-pycryptodome (sysroot):
  /usr/lib/python3.11/site-packages/pycryptodome-3.17.dist-info was added
  /usr/lib/python3.11/site-packages/pycryptodome-3.17.dist-info/AUTHORS.rst was 
added
  /usr/lib/python3.11/site-packages/pycryptodome-3.17.dist-info/LICENSE.rst was 
added
  /usr/lib/python3.11/site-packages/pycryptodome-3.17.dist-info/METADATA was 
added
  /usr/lib/python3.11/site-packages/pycryptodome-3.17.dist-info/RECORD was added
  /usr/lib/python3.11/site-packages/pycryptodome-3.17.dist-info/top_level.txt 
was added
  /usr/lib/python3.11/site-packages/pycryptodome-3.17.dist-info/WHEEL was added
  /usr/lib/python3.11/site-packages/pycryptodome-3.16.0.dist-info was removed
  /usr/lib/python3.11/site-packages/pycryptodome-3.16.0.dist-info/AUTHORS.rst 
was removed
  /usr/lib/python3.11/site-packages/pycryptodome-3.16.0.dist-info/LICENSE.rst 
was removed
  /usr/lib/python3.11/site-packages/pycryptodome-3.16.0.dist-info/METADATA was 
removed
  

[OE-core] [AUH] git: upgrading to 2.39.1 SUCCEEDED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Next steps:
- apply the patch: git am 0001-git-upgrade-2.39.0-2.39.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


0001-git-upgrade-2.39.0-2.39.1.patch
Description: Binary data
packages/core2-32-poky-linux/git/git-bash-completion: PV changed from "2.39.0" 
to "2.39.1"
packages/core2-32-poky-linux/git/git-bash-completion: PKGV changed from 2.39.0 
[default] to 2.39.1 [default]
packages/core2-32-poky-linux/git/git-dbg: PKGSIZE changed from 77918076 to 
77937656 (+0%)
packages/core2-32-poky-linux/git/git-dbg: PV changed from "2.39.0" to "2.39.1"
packages/core2-32-poky-linux/git/git-dbg: PKGV changed from 2.39.0 [default] to 
2.39.1 [default]
packages/core2-32-poky-linux/git/git-dev: PV changed from "2.39.0" to "2.39.1"
packages/core2-32-poky-linux/git/git-dev: PKGV changed from 2.39.0 [default] to 
2.39.1 [default]
packages/core2-32-poky-linux/git/git-doc: PV changed from "2.39.0" to "2.39.1"
packages/core2-32-poky-linux/git/git-doc: PKGV changed from 2.39.0 [default] to 
2.39.1 [default]
packages/core2-32-poky-linux/git/git-locale: PV changed from "2.39.0" to 
"2.39.1"
packages/core2-32-poky-linux/git/git-locale: PKGV changed from 2.39.0 [default] 
to 2.39.1 [default]
packages/core2-32-poky-linux/git/git-perltools: PV changed from "2.39.0" to 
"2.39.1"
packages/core2-32-poky-linux/git/git-perltools: PKGV changed from 2.39.0 
[default] to 2.39.1 [default]
packages/core2-32-poky-linux/git/git-src: PKGSIZE changed from 8946625 to 
8951005 (+0%)
packages/core2-32-poky-linux/git/git-src: PV changed from "2.39.0" to "2.39.1"
packages/core2-32-poky-linux/git/git-src: PKGV changed from 2.39.0 [default] to 
2.39.1 [default]
packages/core2-32-poky-linux/git/git-staticdev: PV changed from "2.39.0" to 
"2.39.1"
packages/core2-32-poky-linux/git/git-staticdev: PKGV changed from 2.39.0 
[default] to 2.39.1 [default]
packages/core2-32-poky-linux/git/git-tk: PV changed from "2.39.0" to "2.39.1"
packages/core2-32-poky-linux/git/git-tk: PKGV changed from 2.39.0 [default] to 
2.39.1 [default]
packages/core2-32-poky-linux/git/git: PKGSIZE changed from 27179056 to 27196624 
(+0%)
packages/core2-32-poky-linux/git/git: PV changed from "2.39.0" to "2.39.1"
packages/core2-32-poky-linux/git/git: PKGV changed from 2.39.0 [default] to 
2.39.1 [default]
packages/core2-32-poky-linux/git/gitweb: PV changed from "2.39.0" to "2.39.1"
packages/core2-32-poky-linux/git/gitweb: PKGV changed from 2.39.0 [default] to 
2.39.1 [default]
packages/core2-32-poky-linux/git: PV changed from "2.39.0" to "2.39.1"
packages/core2-32-poky-linux/git: PKGV changed from 2.39.0 [default] to 2.39.1 
[default]
packages/core2-32-poky-linux/git: SRC_URI changed from 
"https://cdn.kernel.org/pub/software/scm/git/git-2.39.0.tar.gz;name=tarball 
file://fixsort.patch 
file://0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch" to 
"https://cdn.kernel.org/pub/software/scm/git/git-2.39.1.tar.gz;name=tarball 
file://fixsort.patch 
file://0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch"

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176582): 
https://lists.openembedded.org/g/openembedded-core/message/176582
Mute This Topic: https://lists.openembedded.org/mt/96681796/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] systemd-boot: upgrading to 252.5 SUCCEEDED

2023-02-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *systemd-boot* to *252.5* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-systemd-boot-upgrade-252.4-252.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
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (0 cached, 898 parsed). 1697 targets, 75 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the ppc7400 sysroot...done.
Removing 1 recipes from the qemuppc sysroot...done.

Summary: There was 1 WARNING message.
Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Nothing PROVIDES 'systemd-boot'
systemd-boot was skipped: incompatible with host powerpc-poky-linux (not in 
COMPATIBLE_HOST)
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (0 cached, 898 parsed). 1698 targets, 52 
skipped, 0 masked, 0 errors.
Removing 18 recipes from the core2-32 sysroot...done.
Removing 19 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux-musl"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:646c1a5351f98186216e3a2e404e6c69fffbc715"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 96 Local 80 Mirrors 0 Missed 16 Current 162 (83% match, 
93% complete)
Removing 2 stale sstate objects for arch x86_64...done.
NOTE: Executing Tasks
NOTE: Running setscene task 179 of 258 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/util-linux/util-linux_2.38.1.bb:do_packagedata_setscene)
NOTE: Running setscene task 180 of 258 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/util-linux/util-linux_2.38.1.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 181 of 258 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/libcap/libcap_2.66.bb:do_packagedata_setscene)
NOTE: Running setscene task 182 of 258 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/libcap/libcap_2.66.bb:do_populate_sysroot_setscene)
NOTE: Running task 666 of 1016 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.15.bb:do_fetch)
NOTE: Running task 672 of 1016 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/systemd/systemd-boot_252.5.bb:do_fetch)
NOTE: Running task 712 of 1016 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/systemd/systemd-bootconf_1.00.bb:do_fetch)
NOTE: Running task 744 of 1016 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/systemd/systemd-boot_252.5.bb:do_write_config)
NOTE: recipe libcap-2.66-r0: task do_packagedata_setscene: Started
NOTE: recipe libcap-2.66-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe util-linux-2.38.1-r0: task do_packagedata_setscene: Started
NOTE: recipe util-linux-2.38.1-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe gnu-efi-3.0.15-r0: task do_fetch: Started
NOTE: recipe systemd-bootconf-1.00-r0: task do_fetch: Started
NOTE: recipe systemd-bootconf-1.00-r0: task do_fetch: Succeeded
NOTE: Running task 745 of 1016 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/systemd/systemd-bootconf_1.00.bb:do_unpack)
NOTE: recipe systemd-boot-252.5-r0: task do_fetch: Started
NOTE: recipe gnu-efi-3.0.15-r0: task do_fetch: Succeeded
NOTE: Running task 746 of 1016 

[OE-core] [AUH] python3-pytest: upgrading to 7.2.1 SUCCEEDED

2023-02-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-pytest* to *7.2.1* 
has Succeeded.

Next steps:
- apply the patch: git am 0001-python3-pytest-upgrade-7.2.0-7.2.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
packages/core2-32-poky-linux/python3-pytest: SRC_URI changed from 
"https://files.pythonhosted.org/packages/source/p/pytest/pytest-7.2.0.tar.gz; 
to "https://files.pythonhosted.org/packages/source/p/pytest/pytest-7.2.1.tar.gz;
packages/core2-32-poky-linux/python3-pytest: PKGV changed from 7.2.0 [default] 
to 7.2.1 [default]
packages/core2-32-poky-linux/python3-pytest: PV changed from "7.2.0" to "7.2.1"
packages/core2-32-poky-linux/python3-pytest/python3-pytest-dbg: PKGV changed 
from 7.2.0 [default] to 7.2.1 [default]
packages/core2-32-poky-linux/python3-pytest/python3-pytest-dbg: PV changed from 
"7.2.0" to "7.2.1"
packages/core2-32-poky-linux/python3-pytest/python3-pytest-dev: PKGV changed 
from 7.2.0 [default] to 7.2.1 [default]
packages/core2-32-poky-linux/python3-pytest/python3-pytest-dev: PV changed from 
"7.2.0" to "7.2.1"
packages/core2-32-poky-linux/python3-pytest/python3-pytest-doc: PKGV changed 
from 7.2.0 [default] to 7.2.1 [default]
packages/core2-32-poky-linux/python3-pytest/python3-pytest-doc: PV changed from 
"7.2.0" to "7.2.1"
packages/core2-32-poky-linux/python3-pytest/python3-pytest-locale: PKGV changed 
from 7.2.0 [default] to 7.2.1 [default]
packages/core2-32-poky-linux/python3-pytest/python3-pytest-locale: PV changed 
from "7.2.0" to "7.2.1"
packages/core2-32-poky-linux/python3-pytest/python3-pytest-src: PKGV changed 
from 7.2.0 [default] to 7.2.1 [default]
packages/core2-32-poky-linux/python3-pytest/python3-pytest-src: PV changed from 
"7.2.0" to "7.2.1"
packages/core2-32-poky-linux/python3-pytest/python3-pytest-staticdev: PKGV 
changed from 7.2.0 [default] to 7.2.1 [default]
packages/core2-32-poky-linux/python3-pytest/python3-pytest-staticdev: PV 
changed from "7.2.0" to "7.2.1"
packages/core2-32-poky-linux/python3-pytest/python3-pytest: PKGV changed from 
7.2.0 [default] to 7.2.1 [default]
packages/core2-32-poky-linux/python3-pytest/python3-pytest: PKGSIZE changed 
from 2610901 to 2612891 (+0%)
packages/core2-32-poky-linux/python3-pytest/python3-pytest: PV changed from 
"7.2.0" to "7.2.1"
Changes to packages/core2-32-poky-linux/python3-pytest (sysroot):
  /usr/lib/python3.11/site-packages/pytest-7.2.0.dist-info moved to 
/usr/lib/python3.11/site-packages/pytest-7.2.1.dist-info


0001-python3-pytest-upgrade-7.2.0-7.2.1.patch
Description: Binary data
Changes to packages/core2-32-poky-linux/python3-pytest (sysroot):
  /usr/lib/python3.11/site-packages/pytest-7.2.0.dist-info moved to 
/usr/lib/python3.11/site-packages/pytest-7.2.1.dist-info

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176593): 
https://lists.openembedded.org/g/openembedded-core/message/176593
Mute This Topic: https://lists.openembedded.org/mt/96681807/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-iniconfig: upgrading to 2.0.0 FAILED

2023-02-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-iniconfig* to *2.0.0* 
has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-python3-iniconfig-upgrade-1.1.1-2.0.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
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:5f9fd4c17b46b42ee2c51a0f1e50d797cf7fa2dd"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 88 Local 81 Mirrors 0 Missed 7 Current 219 (92% match, 
97% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 958 of 1174 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_fetch)
NOTE: recipe python3-iniconfig-2.0.0-r0: task do_fetch: Started
NOTE: recipe python3-iniconfig-2.0.0-r0: task do_fetch: Succeeded
NOTE: Running task 1161 of 1174 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_unpack)
NOTE: Running task 1162 of 1174 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe python3-iniconfig-2.0.0-r0: task do_unpack: Started
NOTE: recipe python3-iniconfig-2.0.0-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe python3-iniconfig-2.0.0-r0: task do_unpack: Succeeded
NOTE: Running task 1163 of 1174 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_patch)
NOTE: recipe python3-iniconfig-2.0.0-r0: task do_patch: Started
NOTE: recipe python3-iniconfig-2.0.0-r0: task do_patch: Succeeded
NOTE: Running task 1164 of 1174 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_deploy_source_date_epoch)
NOTE: Running task 1165 of 1174 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_populate_lic)
NOTE: recipe python3-iniconfig-2.0.0-r0: task do_prepare_recipe_sysroot: 
Succeeded
NOTE: recipe python3-iniconfig-2.0.0-r0: task do_deploy_source_date_epoch: 
Started
NOTE: recipe python3-iniconfig-2.0.0-r0: task do_populate_lic: Started
NOTE: recipe python3-iniconfig-2.0.0-r0: task do_populate_lic: Succeeded
NOTE: recipe python3-iniconfig-2.0.0-r0: task do_deploy_source_date_epoch: 
Succeeded
NOTE: Running task 1166 of 1174 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_configure)
NOTE: recipe python3-iniconfig-2.0.0-r0: task do_configure: Started
NOTE: recipe python3-iniconfig-2.0.0-r0: task do_configure: Succeeded
NOTE: Running task 1167 of 1174 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_compile)
NOTE: recipe python3-iniconfig-2.0.0-r0: task do_compile: Started
Log data follows:
| DEBUG: Executing shell function do_compile
| * Getting build dependencies for wheel...
| 
| Traceback (most recent call last):
|   File 
"/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-32-poky-linux/python3-iniconfig/2.0.0-r0/recipe-sysroot-native/usr/lib/python3.11/site-packages/pyproject_hooks/_impl.py",
 line 321, in _call_hook
|

[OE-core] [AUH] libtest-needs-perl: upgrading to 0.002010 SUCCEEDED

2023-02-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libtest-needs-perl* to 
*0.002010* has Succeeded.

Next steps:
- apply the patch: git am 
0001-libtest-needs-perl-upgrade-0.002009-0.002010.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
packages/core2-32-poky-linux/libtest-needs-perl: SRC_URI changed from 
"https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-Needs-0.002009.tar.gz 
file://ptest-perl/run-ptest" to 
"https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-Needs-0.002010.tar.gz 
file://ptest-perl/run-ptest"
packages/core2-32-poky-linux/libtest-needs-perl: PKGV changed from 0.002009 
[default] to 0.002010 [default]
packages/core2-32-poky-linux/libtest-needs-perl: PV changed from "0.002009" to 
"0.002010"
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl-dbg: PKGV 
changed from 0.002009 [default] to 0.002010 [default]
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl-dbg: PV 
changed from "0.002009" to "0.002010"
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl-dev: PKGV 
changed from 0.002009 [default] to 0.002010 [default]
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl-dev: PV 
changed from "0.002009" to "0.002010"
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl-doc: PKGV 
changed from 0.002009 [default] to 0.002010 [default]
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl-doc: PV 
changed from "0.002009" to "0.002010"
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl-locale: PKGV 
changed from 0.002009 [default] to 0.002010 [default]
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl-locale: PV 
changed from "0.002009" to "0.002010"
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl-ptest: PKGV 
changed from 0.002009 [default] to 0.002010 [default]
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl-ptest: 
FILELIST: removed "/usr/lib/libtest-needs-perl/ptest/t/basic.t", added 
"/usr/lib/libtest-needs-perl/ptest/t/standalone.t 
/usr/lib/libtest-needs-perl/ptest/t/test2.t 
/usr/lib/libtest-needs-perl/ptest/t/lib/TestAPI.pm 
/usr/lib/libtest-needs-perl/ptest/t/test-builder.t"
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl-ptest: PV 
changed from "0.002009" to "0.002010"
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl-ptest: 
PKGSIZE changed from 12081 to 12508 (+4%)
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl-src: PKGV 
changed from 0.002009 [default] to 0.002010 [default]
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl-src: PV 
changed from "0.002009" to "0.002010"
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl-staticdev: 
PKGV changed from 0.002009 [default] to 0.002010 [default]
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl-staticdev: 
PV changed from "0.002009" to "0.002010"
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl: PKGV 
changed from 0.002009 [default] to 0.002010 [default]
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl: PV changed 
from "0.002009" to "0.002010"
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl: PKGSIZE 
changed from 8584 to 8632 (+1%)


0001-libtest-needs-perl-upgrade-0.002009-0.002010.patch
Description: Binary data
packages/core2-32-poky-linux/libtest-needs-perl/libtest-needs-perl-ptest: 
FILELIST: removed "/usr/lib/libtest-needs-perl/ptest/t/basic.t", added 
"/usr/lib/libtest-needs-perl/ptest/t/test-builder.t 
/usr/lib/libtest-needs-perl/ptest/t/test2.t 
/usr/lib/libtest-needs-perl/ptest/t/lib/TestAPI.pm 
/usr/lib/libtest-needs-perl/ptest/t/standalone.t"

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176591): 
https://lists.openembedded.org/g/openembedded-core/message/176591
Mute This Topic: https://lists.openembedded.org/mt/96681805/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] dpkg: upgrading to 1.21.19 SUCCEEDED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Next steps:
- apply the patch: git am 0001-dpkg-upgrade-1.21.18-1.21.19.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
packages/core2-32-poky-linux/dpkg/dpkg-dbg: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-dbg: PKGV changed from 1.21.18 [default] 
to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-dev: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-dev: PKGV changed from 1.21.18 [default] 
to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-doc: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-doc: PKGV changed from 1.21.18 [default] 
to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-locale-ast: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-locale-ast: PKGV changed from 1.21.18 
[default] to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-locale-bs: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-locale-bs: PKGV changed from 1.21.18 
[default] to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-locale-ca: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-locale-ca: PKGV changed from 1.21.18 
[default] to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-locale-ca: PKGSIZE changed from 295074 
to 299302 (+1%)
packages/core2-32-poky-linux/dpkg/dpkg-locale-cs: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-locale-cs: PKGV changed from 1.21.18 
[default] to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-locale-da: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-locale-da: PKGV changed from 1.21.18 
[default] to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-locale-de: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-locale-de: PKGV changed from 1.21.18 
[default] to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-locale-de: PKGSIZE changed from 291013 
to 294059 (+1%)
packages/core2-32-poky-linux/dpkg/dpkg-locale-dz: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-locale-dz: PKGV changed from 1.21.18 
[default] to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-locale-el: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-locale-el: PKGV changed from 1.21.18 
[default] to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-locale-eo: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-locale-eo: PKGV changed from 1.21.18 
[default] to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-locale-es: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-locale-es: PKGV changed from 1.21.18 
[default] to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-locale-et: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-locale-et: PKGV changed from 1.21.18 
[default] to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-locale-eu: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-locale-eu: PKGV changed from 1.21.18 
[default] to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-locale-fr: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-locale-fr: PKGV changed from 1.21.18 
[default] to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-locale-gl: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-locale-gl: PKGV changed from 1.21.18 
[default] to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-locale-hu: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-locale-hu: PKGV changed from 1.21.18 
[default] to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-locale-id: PV changed from "1.21.18" to 
"1.21.19"
packages/core2-32-poky-linux/dpkg/dpkg-locale-id: PKGV changed from 1.21.18 
[default] to 1.21.19 [default]
packages/core2-32-poky-linux/dpkg/dpkg-locale-it: PV changed from "1.21.18" to 
"1.21.19"

[OE-core] [AUH] python3-pathspec: upgrading to 0.11.0 SUCCEEDED

2023-02-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-pathspec* to *0.11.0* 
has Succeeded.

Next steps:
- apply the patch: git am 0001-python3-pathspec-upgrade-0.10.3-0.11.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
packages/core2-32-poky-linux/python3-pathspec: SRC_URI changed from 
"https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-0.10.3.tar.gz;
 to 
"https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-0.11.0.tar.gz;
packages/core2-32-poky-linux/python3-pathspec: PV changed from "0.10.3" to 
"0.11.0"
packages/core2-32-poky-linux/python3-pathspec: PKGV changed from 0.10.3 
[default] to 0.11.0 [default]
packages/core2-32-poky-linux/python3-pathspec/python3-pathspec-dbg: PV changed 
from "0.10.3" to "0.11.0"
packages/core2-32-poky-linux/python3-pathspec/python3-pathspec-dbg: PKGV 
changed from 0.10.3 [default] to 0.11.0 [default]
packages/core2-32-poky-linux/python3-pathspec/python3-pathspec-dev: PV changed 
from "0.10.3" to "0.11.0"
packages/core2-32-poky-linux/python3-pathspec/python3-pathspec-dev: PKGV 
changed from 0.10.3 [default] to 0.11.0 [default]
packages/core2-32-poky-linux/python3-pathspec/python3-pathspec-doc: PV changed 
from "0.10.3" to "0.11.0"
packages/core2-32-poky-linux/python3-pathspec/python3-pathspec-doc: PKGV 
changed from 0.10.3 [default] to 0.11.0 [default]
packages/core2-32-poky-linux/python3-pathspec/python3-pathspec-locale: PV 
changed from "0.10.3" to "0.11.0"
packages/core2-32-poky-linux/python3-pathspec/python3-pathspec-locale: PKGV 
changed from 0.10.3 [default] to 0.11.0 [default]
packages/core2-32-poky-linux/python3-pathspec/python3-pathspec-src: PV changed 
from "0.10.3" to "0.11.0"
packages/core2-32-poky-linux/python3-pathspec/python3-pathspec-src: PKGV 
changed from 0.10.3 [default] to 0.11.0 [default]
packages/core2-32-poky-linux/python3-pathspec/python3-pathspec-staticdev: PV 
changed from "0.10.3" to "0.11.0"
packages/core2-32-poky-linux/python3-pathspec/python3-pathspec-staticdev: PKGV 
changed from 0.10.3 [default] to 0.11.0 [default]
packages/core2-32-poky-linux/python3-pathspec/python3-pathspec: PV changed from 
"0.10.3" to "0.11.0"
packages/core2-32-poky-linux/python3-pathspec/python3-pathspec: PKGV changed 
from 0.10.3 [default] to 0.11.0 [default]
packages/core2-32-poky-linux/python3-pathspec/python3-pathspec: PKGSIZE changed 
from 156939 to 157448 (+0%)
Changes to packages/core2-32-poky-linux/python3-pathspec (sysroot):
  /usr/lib/python3.11/site-packages/pathspec-0.10.3.dist-info moved to 
/usr/lib/python3.11/site-packages/pathspec-0.11.0.dist-info


0001-python3-pathspec-upgrade-0.10.3-0.11.0.patch
Description: Binary data
Changes to packages/core2-32-poky-linux/python3-pathspec (sysroot):
  /usr/lib/python3.11/site-packages/pathspec-0.10.3.dist-info moved to 
/usr/lib/python3.11/site-packages/pathspec-0.11.0.dist-info

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176589): 
https://lists.openembedded.org/g/openembedded-core/message/176589
Mute This Topic: https://lists.openembedded.org/mt/96681803/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-markupsafe: upgrading to 2.1.2 SUCCEEDED

2023-02-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-markupsafe* to 
*2.1.2* has Succeeded.

Next steps:
- apply the patch: git am 0001-python3-markupsafe-upgrade-2.1.1-2.1.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


0001-python3-markupsafe-upgrade-2.1.1-2.1.2.patch
Description: Binary data
packages/core2-32-poky-linux/python3-markupsafe: PKGV changed from 2.1.1 
[default] to 2.1.2 [default]
packages/core2-32-poky-linux/python3-markupsafe: SRC_URI changed from 
"https://files.pythonhosted.org/packages/source/M/MarkupSafe/MarkupSafe-2.1.1.tar.gz
 file://run-ptest" to 
"https://files.pythonhosted.org/packages/source/M/MarkupSafe/MarkupSafe-2.1.2.tar.gz
 file://run-ptest"
packages/core2-32-poky-linux/python3-markupsafe: PV changed from "2.1.1" to 
"2.1.2"
packages/core2-32-poky-linux/python3-markupsafe/python3-markupsafe-dbg: PKGV 
changed from 2.1.1 [default] to 2.1.2 [default]
packages/core2-32-poky-linux/python3-markupsafe/python3-markupsafe-dbg: PV 
changed from "2.1.1" to "2.1.2"
packages/core2-32-poky-linux/python3-markupsafe/python3-markupsafe-dev: PKGV 
changed from 2.1.1 [default] to 2.1.2 [default]
packages/core2-32-poky-linux/python3-markupsafe/python3-markupsafe-dev: PV 
changed from "2.1.1" to "2.1.2"
packages/core2-32-poky-linux/python3-markupsafe/python3-markupsafe-doc: PKGV 
changed from 2.1.1 [default] to 2.1.2 [default]
packages/core2-32-poky-linux/python3-markupsafe/python3-markupsafe-doc: PV 
changed from "2.1.1" to "2.1.2"
packages/core2-32-poky-linux/python3-markupsafe/python3-markupsafe-locale: PKGV 
changed from 2.1.1 [default] to 2.1.2 [default]
packages/core2-32-poky-linux/python3-markupsafe/python3-markupsafe-locale: PV 
changed from "2.1.1" to "2.1.2"
packages/core2-32-poky-linux/python3-markupsafe/python3-markupsafe-ptest: PKGV 
changed from 2.1.1 [default] to 2.1.2 [default]
packages/core2-32-poky-linux/python3-markupsafe/python3-markupsafe-ptest: 
PKGSIZE changed from 7991 to 8090 (+1%)
packages/core2-32-poky-linux/python3-markupsafe/python3-markupsafe-ptest: PV 
changed from "2.1.1" to "2.1.2"
packages/core2-32-poky-linux/python3-markupsafe/python3-markupsafe-src: PKGV 
changed from 2.1.1 [default] to 2.1.2 [default]
packages/core2-32-poky-linux/python3-markupsafe/python3-markupsafe-src: PV 
changed from "2.1.1" to "2.1.2"
packages/core2-32-poky-linux/python3-markupsafe/python3-markupsafe-staticdev: 
PKGV changed from 2.1.1 [default] to 2.1.2 [default]
packages/core2-32-poky-linux/python3-markupsafe/python3-markupsafe-staticdev: 
PV changed from "2.1.1" to "2.1.2"
packages/core2-32-poky-linux/python3-markupsafe/python3-markupsafe: PKGV 
changed from 2.1.1 [default] to 2.1.2 [default]
packages/core2-32-poky-linux/python3-markupsafe/python3-markupsafe: PKGSIZE 
changed from 58809 to 58871 (+0%)
packages/core2-32-poky-linux/python3-markupsafe/python3-markupsafe: PV changed 
from "2.1.1" to "2.1.2"
Changes to packages/core2-32-poky-linux/python3-markupsafe (sysroot):
  /usr/lib/python3.11/site-packages/MarkupSafe-2.1.1.dist-info moved to 
/usr/lib/python3.11/site-packages/MarkupSafe-2.1.2.dist-info
Changes to packages/core2-32-poky-linux/python3-markupsafe (sysroot):
  /usr/lib/python3.11/site-packages/MarkupSafe-2.1.1.dist-info moved to 
/usr/lib/python3.11/site-packages/MarkupSafe-2.1.2.dist-info

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176585): 
https://lists.openembedded.org/g/openembedded-core/message/176585
Mute This Topic: https://lists.openembedded.org/mt/96681799/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] btrfs-tools: upgrading to 6.1.3 SUCCEEDED

2023-02-01 Thread Auto Upgrade Helper
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *btrfs-tools* to *6.1.3* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-btrfs-tools-upgrade-6.1.2-6.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


0001-btrfs-tools-upgrade-6.1.2-6.1.3.patch
Description: Binary data
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-dbg: PKGSIZE changed from 
17376468 to 17379772 (+0%)
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-dbg: PKGV changed from 
6.1.2 [default] to 6.1.3 [default]
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-dbg: PV changed from 
"6.1.2" to "6.1.3"
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-dev: PKGV changed from 
6.1.2 [default] to 6.1.3 [default]
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-dev: PV changed from 
"6.1.2" to "6.1.3"
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-doc: PKGV changed from 
6.1.2 [default] to 6.1.3 [default]
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-doc: PV changed from 
"6.1.2" to "6.1.3"
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-locale: PKGV changed from 
6.1.2 [default] to 6.1.3 [default]
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-locale: PV changed from 
"6.1.2" to "6.1.3"
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-src: PKGSIZE changed from 
3738312 to 3740233 (+0%)
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-src: PKGV changed from 
6.1.2 [default] to 6.1.3 [default]
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-src: PV changed from 
"6.1.2" to "6.1.3"
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-staticdev: PKGV changed 
from 6.1.2 [default] to 6.1.3 [default]
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools-staticdev: PV changed from 
"6.1.2" to "6.1.3"
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools: PKGSIZE changed from 
6148178 to 6156370 (+0%)
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools: PKGV changed from 6.1.2 
[default] to 6.1.3 [default]
packages/core2-32-poky-linux/btrfs-tools/btrfs-tools: PV changed from "6.1.2" 
to "6.1.3"
packages/core2-32-poky-linux/btrfs-tools: PKGV changed from 6.1.2 [default] to 
6.1.3 [default]
packages/core2-32-poky-linux/btrfs-tools: PV changed from "6.1.2" to "6.1.3"
Changes to packages/core2-32-poky-linux/btrfs-tools (sysroot):
  /usr/lib/python3.11/site-packages/btrfsutil-6.1.2-py3.11.egg-info moved to 
/usr/lib/python3.11/site-packages/btrfsutil-6.1.3-py3.11.egg-info
Changes to packages/core2-32-poky-linux/btrfs-tools (sysroot):
  /usr/lib/python3.11/site-packages/btrfsutil-6.1.2-py3.11.egg-info moved to 
/usr/lib/python3.11/site-packages/btrfsutil-6.1.3-py3.11.egg-info

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176580): 
https://lists.openembedded.org/g/openembedded-core/message/176580
Mute This Topic: https://lists.openembedded.org/mt/96681794/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] go-runtime: upgrading to 1.19.5 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-go-runtime-upgrade-1.19.4-1.19.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
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...
Summary: There was 1 WARNING message.
Summary: There were 2 ERROR messages, returning a non-zero exit code.
ERROR: ParseError at 
/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/go/go-native_1.19.4.bb:4:
 Could not include required file go-1.19.4.inc
ERROR: Parsing halted due to errors, see error messages above


0001-go-runtime-upgrade-1.19.4-1.19.5.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#176581): 
https://lists.openembedded.org/g/openembedded-core/message/176581
Mute This Topic: https://lists.openembedded.org/mt/96681795/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] bind: upgrading to 9.18.11 SUCCEEDED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Next steps:
- apply the patch: git am 0001-bind-upgrade-9.18.10-9.18.11.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
packages/core2-32-poky-linux/bind/bind-dbg: PKGV changed from 9.18.10 [default] 
to 9.18.11 [default]
packages/core2-32-poky-linux/bind/bind-dbg: FILELIST: removed 
"/usr/lib/.debug/libdns-9.18.10.so /usr/lib/.debug/libirs-9.18.10.so 
/usr/lib/.debug/libisc-9.18.10.so /usr/lib/.debug/libisccfg-9.18.10.so 
/usr/lib/.debug/libbind9-9.18.10.so /usr/lib/.debug/libisccc-9.18.10.so 
/usr/lib/.debug/libns-9.18.10.so", added "/usr/lib/.debug/libdns-9.18.11.so 
/usr/lib/.debug/libirs-9.18.11.so /usr/lib/.debug/libisc-9.18.11.so 
/usr/lib/.debug/libbind9-9.18.11.so /usr/lib/.debug/libisccc-9.18.11.so 
/usr/lib/.debug/libns-9.18.11.so /usr/lib/.debug/libisccfg-9.18.11.so"
packages/core2-32-poky-linux/bind/bind-dbg: PKGSIZE changed from 10862004 to 
10874852 (+0%)
packages/core2-32-poky-linux/bind/bind-dbg: PV changed from "9.18.10" to 
"9.18.11"
packages/core2-32-poky-linux/bind/bind-dev: PKGV changed from 9.18.10 [default] 
to 9.18.11 [default]
packages/core2-32-poky-linux/bind/bind-dev: PKGSIZE changed from 1453858 to 
1455912 (+0%)
packages/core2-32-poky-linux/bind/bind-dev: PV changed from "9.18.10" to 
"9.18.11"
packages/core2-32-poky-linux/bind/bind-doc: PKGV changed from 9.18.10 [default] 
to 9.18.11 [default]
packages/core2-32-poky-linux/bind/bind-doc: PKGSIZE changed from 308999 to 
307208 (-1%)
packages/core2-32-poky-linux/bind/bind-doc: PV changed from "9.18.10" to 
"9.18.11"
packages/core2-32-poky-linux/bind/bind-libs: PKGV changed from 9.18.10 
[default] to 9.18.11 [default]
packages/core2-32-poky-linux/bind/bind-libs: FILELIST: removed 
"/usr/lib/libisccc-9.18.10.so /usr/lib/libisc-9.18.10.so 
/usr/lib/libns-9.18.10.so /usr/lib/libisccfg-9.18.10.so 
/usr/lib/libbind9-9.18.10.so /usr/lib/libirs-9.18.10.so 
/usr/lib/libdns-9.18.10.so", added "/usr/lib/libisccfg-9.18.11.so 
/usr/lib/libisccc-9.18.11.so /usr/lib/libirs-9.18.11.so 
/usr/lib/libbind9-9.18.11.so /usr/lib/libns-9.18.11.so 
/usr/lib/libdns-9.18.11.so /usr/lib/libisc-9.18.11.so"
packages/core2-32-poky-linux/bind/bind-libs: FILES: removed 
"/usr/lib/*-9.18.10.so", added "/usr/lib/*-9.18.11.so"
packages/core2-32-poky-linux/bind/bind-libs: PKGSIZE changed from 6405496 to 
6397336 (-0%)
packages/core2-32-poky-linux/bind/bind-libs: PV changed from "9.18.10" to 
"9.18.11"
packages/core2-32-poky-linux/bind/bind-locale: PKGV changed from 9.18.10 
[default] to 9.18.11 [default]
packages/core2-32-poky-linux/bind/bind-locale: PV changed from "9.18.10" to 
"9.18.11"
packages/core2-32-poky-linux/bind/bind-src: PKGV changed from 9.18.10 [default] 
to 9.18.11 [default]
packages/core2-32-poky-linux/bind/bind-src: PKGSIZE changed from 9592801 to 
9585814 (-0%)
packages/core2-32-poky-linux/bind/bind-src: PV changed from "9.18.10" to 
"9.18.11"
packages/core2-32-poky-linux/bind/bind-staticdev: PKGV changed from 9.18.10 
[default] to 9.18.11 [default]
packages/core2-32-poky-linux/bind/bind-staticdev: PV changed from "9.18.10" to 
"9.18.11"
packages/core2-32-poky-linux/bind/bind-utils: PKGV changed from 9.18.10 
[default] to 9.18.11 [default]
packages/core2-32-poky-linux/bind/bind-utils: PV changed from "9.18.10" to 
"9.18.11"
packages/core2-32-poky-linux/bind/bind: PKGV changed from 9.18.10 [default] to 
9.18.11 [default]
packages/core2-32-poky-linux/bind/bind: PKGSIZE changed from 1220548 to 1212388 
(-1%)
packages/core2-32-poky-linux/bind/bind: PV changed from "9.18.10" to "9.18.11"
packages/core2-32-poky-linux/bind: SRC_URI changed from 
"https://ftp.isc.org/isc/bind9/9.18.10/bind-9.18.10.tar.xz file://conf.patch 
file://named.service file://bind9 file://generate-rndc-key.sh 
file://make-etc-initd-bind-stop-work.patch 
file://init.d-add-support-for-read-only-rootfs.patch 
file://bind-ensure-searching-for-json-headers-searches-sysr.patch 
file://0001-named-lwresd-V-and-start-log-hide-build-options.patch 
file://0001-avoid-start-failure-with-bind-user.patch" to 
"https://ftp.isc.org/isc/bind9/9.18.11/bind-9.18.11.tar.xz file://conf.patch 
file://named.service file://bind9 file://generate-rndc-key.sh 

[OE-core] [AUH] glibc-testsuite: upgrading to 2.37 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Detailed error information:

The following devtool command failed:  upgrade glibc-testsuite -V 2.37 -S 
2412deae1af0ca37b096ff73517486e7d1e9fe46
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (07:06:01.918326)
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:a3654d799019e8817e72da09d14ae699331dc7c4"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 20 (0% match, 100% 
complete)
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: 1 seconds

INFO: Extracting current version source...
INFO: Adding local source files to srctree...
INFO: Extracting upgraded version source...
INFO: Rebasing devtool onto 2412deae1af0ca37b096ff73517486e7d1e9fe46
WARNING: Command 'git rebase 2412deae1af0ca37b096ff73517486e7d1e9fe46' failed:
Auto-merging NEWS
CONFLICT (content): Merge conflict in NEWS
Auto-merging dlfcn/dlopen.c

You will need to resolve conflicts in order to complete the upgrade.
ERROR: Could not decode SRC_URI: The URL: 
'${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc' is invalid and cannot be 
interpreted


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 (#176574): 
https://lists.openembedded.org/g/openembedded-core/message/176574
Mute This Topic: https://lists.openembedded.org/mt/96681788/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] ifupdown: upgrading to 0.8.41 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Detailed error information:

Running 'devtool upgrade' for recipe ifupdown failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (07:06:53.409387)
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:a3654d799019e8817e72da09d14ae699331dc7c4"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 20 (0% match, 100% 
complete)
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: 1 seconds
INFO: Extracting current version source...
INFO: Adding local source files to srctree...
INFO: Extracting upgraded version source...
INFO: Rebasing devtool onto 369d9d3c13a0c56ad09fd4f13b4a80eb9a94e270
WARNING: Command 'git rebase 369d9d3c13a0c56ad09fd4f13b4a80eb9a94e270' failed:
Auto-merging tests/testbuild-linux
CONFLICT (content): Merge conflict in tests/testbuild-linux

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/build/workspace/sources/ifupdown
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/ifupdown/ifupdown_0.8.41.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 (#176571): 
https://lists.openembedded.org/g/openembedded-core/message/176571
Mute This Topic: https://lists.openembedded.org/mt/96681785/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] ncurses: upgrading to 6.4 SUCCEEDED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Next steps:
- apply the patch: git am 0001-ncurses-upgrade-6.3-20220423-6.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


0001-ncurses-upgrade-6.3-20220423-6.4.patch
Description: Binary data
packages/core2-32-poky-linux/ncurses: PKGV changed from 6.3+20220423 [default] 
to 6.4 [default]
packages/core2-32-poky-linux/ncurses: PV changed from "6.3+20220423" to "6.4"
packages/core2-32-poky-linux/ncurses/ncurses-dbg: PKGSIZE changed from 3427732 
to 3438232 (+0%)
packages/core2-32-poky-linux/ncurses/ncurses-dbg: PKGV changed from 
6.3+20220423 [default] to 6.4 [default]
packages/core2-32-poky-linux/ncurses/ncurses-dbg: PV changed from 
"6.3+20220423" to "6.4"
packages/core2-32-poky-linux/ncurses/ncurses-dev: PKGSIZE changed from 357139 
to 357799 (+0%)
packages/core2-32-poky-linux/ncurses/ncurses-dev: PKGV changed from 
6.3+20220423 [default] to 6.4 [default]
packages/core2-32-poky-linux/ncurses/ncurses-dev: PV changed from 
"6.3+20220423" to "6.4"
packages/core2-32-poky-linux/ncurses/ncurses-doc: PKGSIZE changed from 1124197 
to 1128722 (+0%)
packages/core2-32-poky-linux/ncurses/ncurses-doc: PKGV changed from 
6.3+20220423 [default] to 6.4 [default]
packages/core2-32-poky-linux/ncurses/ncurses-doc: PV changed from 
"6.3+20220423" to "6.4"
packages/core2-32-poky-linux/ncurses/ncurses-libform: PKGV changed from 
6.3+20220423 [default] to 6.4 [default]
packages/core2-32-poky-linux/ncurses/ncurses-libform: PV changed from 
"6.3+20220423" to "6.4"
packages/core2-32-poky-linux/ncurses/ncurses-libformw: PKGV changed from 
6.3+20220423 [default] to 6.4 [default]
packages/core2-32-poky-linux/ncurses/ncurses-libformw: PV changed from 
"6.3+20220423" to "6.4"
packages/core2-32-poky-linux/ncurses/ncurses-libmenu: PKGV changed from 
6.3+20220423 [default] to 6.4 [default]
packages/core2-32-poky-linux/ncurses/ncurses-libmenu: PV changed from 
"6.3+20220423" to "6.4"
packages/core2-32-poky-linux/ncurses/ncurses-libmenuw: PKGV changed from 
6.3+20220423 [default] to 6.4 [default]
packages/core2-32-poky-linux/ncurses/ncurses-libmenuw: PV changed from 
"6.3+20220423" to "6.4"
packages/core2-32-poky-linux/ncurses/ncurses-libncurses: PKGV changed from 
6.3+20220423 [default] to 6.4 [default]
packages/core2-32-poky-linux/ncurses/ncurses-libncurses: PV changed from 
"6.3+20220423" to "6.4"
packages/core2-32-poky-linux/ncurses/ncurses-libncursesw: PKGV changed from 
6.3+20220423 [default] to 6.4 [default]
packages/core2-32-poky-linux/ncurses/ncurses-libncursesw: PV changed from 
"6.3+20220423" to "6.4"
packages/core2-32-poky-linux/ncurses/ncurses-libpanel: PKGV changed from 
6.3+20220423 [default] to 6.4 [default]
packages/core2-32-poky-linux/ncurses/ncurses-libpanel: PV changed from 
"6.3+20220423" to "6.4"
packages/core2-32-poky-linux/ncurses/ncurses-libpanelw: PKGV changed from 
6.3+20220423 [default] to 6.4 [default]
packages/core2-32-poky-linux/ncurses/ncurses-libpanelw: PV changed from 
"6.3+20220423" to "6.4"
packages/core2-32-poky-linux/ncurses/ncurses-libtic: PKGV changed from 
6.3+20220423 [default] to 6.4 [default]
packages/core2-32-poky-linux/ncurses/ncurses-libtic: PV changed from 
"6.3+20220423" to "6.4"
packages/core2-32-poky-linux/ncurses/ncurses-libticw: PKGV changed from 
6.3+20220423 [default] to 6.4 [default]
packages/core2-32-poky-linux/ncurses/ncurses-libticw: PV changed from 
"6.3+20220423" to "6.4"
packages/core2-32-poky-linux/ncurses/ncurses-libtinfo: PKGSIZE changed from 
157687 to 161783 (+3%)
packages/core2-32-poky-linux/ncurses/ncurses-libtinfo: PKGV changed from 
6.3+20220423 [default] to 6.4 [default]
packages/core2-32-poky-linux/ncurses/ncurses-libtinfo: PV changed from 
"6.3+20220423" to "6.4"
packages/core2-32-poky-linux/ncurses/ncurses-locale: PKGV changed from 
6.3+20220423 [default] to 6.4 [default]
packages/core2-32-poky-linux/ncurses/ncurses-locale: PV changed from 
"6.3+20220423" to "6.4"
packages/core2-32-poky-linux/ncurses/ncurses-src: PKGSIZE changed from 3274066 
to 3290046 (+0%)
packages/core2-32-poky-linux/ncurses/ncurses-src: PKGV changed from 
6.3+20220423 [default] to 6.4 [default]
packages/core2-32-poky-linux/ncurses/ncurses-src: PV changed from 

[OE-core] [AUH] glibc-tests: upgrading to 2.37 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Detailed error information:

The following devtool command failed:  upgrade glibc-tests -V 2.37 -S 
2412deae1af0ca37b096ff73517486e7d1e9fe46
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Previous bitbake instance shutting down?, waiting to retry... 
(07:05:13.987939)
NOTE: Directory listing: ['upgrade-helper', 'bitbake-cookerdaemon.log', 
'buildhistory', 'conf', 'tmp', 'downloads', 'cache', 'sstate-cache', 
'workspace']
NOTE: Retrying server connection (#1)... (07:05:14.118698)
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.

Summary: There was 1 WARNING message.
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:a3654d799019e8817e72da09d14ae699331dc7c4"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 20 (0% match, 100% 
complete)
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: 1 seconds

INFO: Extracting current version source...
INFO: Adding local source files to srctree...
INFO: Extracting upgraded version source...
INFO: Rebasing devtool onto 2412deae1af0ca37b096ff73517486e7d1e9fe46
WARNING: Command 'git rebase 2412deae1af0ca37b096ff73517486e7d1e9fe46' failed:
Auto-merging NEWS
CONFLICT (content): Merge conflict in NEWS
Auto-merging dlfcn/dlopen.c

You will need to resolve conflicts in order to complete the upgrade.
ERROR: Could not decode SRC_URI: The URL: 
'${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc' is invalid and cannot be 
interpreted


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 (#176573): 
https://lists.openembedded.org/g/openembedded-core/message/176573
Mute This Topic: https://lists.openembedded.org/mt/96681787/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] glib-2.0: upgrading to 2.74.5 FAILED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-glib-2.0-upgrade-2.74.4-2.74.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
WARNING: Host distribution "almalinux-8.7" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1697 entries from dependency cache.
Parsing recipes...done.
Parsing of 898 .bb files complete (897 cached, 1 parsed). 1697 targets, 41 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "2.2.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "4.1"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:5e7fdb927d527e3bd561f77a8ffcf9604f6f3c73"
workspace= "master:da95831d91b1265ecaee5bbfaeb1caaa2c290838"

Initialising tasks...done.
Sstate summary: Wanted 156 Local 97 Mirrors 0 Missed 59 Current 350 (62% match, 
88% complete)
Removing 2 stale sstate objects for arch allarch...done.
Removing 16 stale sstate objects for arch qemux86...done.
Removing 16 stale sstate objects for arch core2-32...done.
Removing 2 stale sstate objects for arch x86_64...done.
NOTE: Executing Tasks
NOTE: Running setscene task 423 of 506 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 424 of 506 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 428 of 506 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libx11_1.8.3.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 430 of 506 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 451 of 506 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/systemd/systemd_252.4.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 467 of 506 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/wayland/wayland_1.21.0.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 470 of 506 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 471 of 506 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxcb_1.15.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 473 of 506 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.4.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 474 of 506 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxkbcommon_1.5.0.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 478 of 506 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.37.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 482 of 506 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-proto/xorgproto_2022.2.bb:do_deploy_source_date_epoch_setscene)
NOTE: recipe libice-1_1.1.1-r0: task do_deploy_source_date_epoch_setscene: 
Started
NOTE: recipe libsm-1_1.2.4-r0: task do_deploy_source_date_epoch_setscene: 
Started
NOTE: recipe xtrans-1_1.4.0-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe libx11-1_1.8.3-r0: task do_deploy_source_date_epoch_setscene: 
Started
NOTE: recipe libxdmcp-1_1.1.4-r0: task 

[OE-core] [AUH] ell: upgrading to 0.56 SUCCEEDED

2023-02-01 Thread Auto Upgrade Helper
Hello,

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

Next steps:
- apply the patch: git am 0001-ell-upgrade-0.55-0.56.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


0001-ell-upgrade-0.55-0.56.patch
Description: Binary data
packages/core2-32-poky-linux/ell/ell-dbg: PV changed from "0.55" to "0.56"
packages/core2-32-poky-linux/ell/ell-dbg: PKGSIZE changed from 1401000 to 
1403128 (+0%)
packages/core2-32-poky-linux/ell/ell-dbg: PKGV changed from 0.55 [default] to 
0.56 [default]
packages/core2-32-poky-linux/ell/ell-dev: PV changed from "0.55" to "0.56"
packages/core2-32-poky-linux/ell/ell-dev: PKGSIZE changed from 149041 to 149226 
(+0%)
packages/core2-32-poky-linux/ell/ell-dev: PKGV changed from 0.55 [default] to 
0.56 [default]
packages/core2-32-poky-linux/ell/ell-doc: PV changed from "0.55" to "0.56"
packages/core2-32-poky-linux/ell/ell-doc: PKGV changed from 0.55 [default] to 
0.56 [default]
packages/core2-32-poky-linux/ell/ell-locale: PV changed from "0.55" to "0.56"
packages/core2-32-poky-linux/ell/ell-locale: PKGV changed from 0.55 [default] 
to 0.56 [default]
packages/core2-32-poky-linux/ell/ell-src: PV changed from "0.55" to "0.56"
packages/core2-32-poky-linux/ell/ell-src: PKGSIZE changed from 1471123 to 
1472970 (+0%)
packages/core2-32-poky-linux/ell/ell-src: PKGV changed from 0.55 [default] to 
0.56 [default]
packages/core2-32-poky-linux/ell/ell-staticdev: PV changed from "0.55" to "0.56"
packages/core2-32-poky-linux/ell/ell-staticdev: PKGV changed from 0.55 
[default] to 0.56 [default]
packages/core2-32-poky-linux/ell/ell: PV changed from "0.55" to "0.56"
packages/core2-32-poky-linux/ell/ell: PKGV changed from 0.55 [default] to 0.56 
[default]
packages/core2-32-poky-linux/ell: SRC_URI changed from 
"https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-0.55.tar.xz; to 
"https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-0.56.tar.xz;
packages/core2-32-poky-linux/ell: PV changed from "0.55" to "0.56"
packages/core2-32-poky-linux/ell: PKGV changed from 0.55 [default] to 0.56 
[default]

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



[OE-core] [1/2][dunfell] linux-yocto/5.4: update to v5.4.229

2023-02-01 Thread Bruce Ashfield
From: Bruce Ashfield 

Updating  to the latest korg -stable release that comprises
the following commits:

1349fe3a332a Linux 5.4.229
68a37dc77e2f tipc: call tipc_lxc_xmit without holding node_read_lock
1140c3f7adbc ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdown
2db88851fa4d tipc: Add a missing case of TIPC_DIRECT_MSG type
38b5d7054d75 tty: serial: tegra: Handle RX transfer in PIO mode if DMA 
wasn't started
3188f80b80d6 tipc: fix use-after-free in tipc_disc_rcv()
3eeb06132d36 Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout"
ecd47ffc99d3 mm: Always release pages to the buddy allocator in 
memblock_free_late().
5fcf75a8a4c3 efi: fix NULL-deref in init error path
b30e5dd0778e arm64: cmpxchg_double*: hazard against entire exchange variable
ecdd65051b17 arm64: atomics: remove LL/SC trampolines
f84928af arm64: atomics: format whitespace consistently
d01d6d2b06c0 drm/virtio: Fix GEM handle creation UAF
3030f11f27e7 x86/resctrl: Fix task CLOSID/RMID update race
22c4eeafc31b x86/resctrl: Use task_curr() instead of task_struct->on_cpu to 
prevent unnecessary IPI
b3f924246700 iommu/mediatek-v1: Fix an error handling path in 
mtk_iommu_v1_probe()
ecfe33e0757d iommu/mediatek-v1: Add error handle for mtk_iommu_probe
ec049ae2b462 net/mlx5: Fix ptp max frequency adjustment range
62d707dabb5c net/mlx5: Rename ptp clock info
2b157c3c5d6b net/sched: act_mpls: Fix warning during failed attribute 
validation
9424d2205fe9 nfc: pn533: Wait for out_urb's completion in 
pn533_usb_send_frame()
576eadef2c8d hvc/xen: lock console list traversal
7d04fe153dfc tipc: fix unexpected link reset due to discovery messages
95b2d4889fbd tipc: eliminate checking netns if node established
d6418829cef1 tipc: improve throughput between nodes in netns
d443308edbfb regulator: da9211: Use irq handler when ready
43f48e6c3076 EDAC/device: Fix period calculation in 
edac_device_reset_delay_period()
a5b737623eaa x86/boot: Avoid using Intel mnemonics in AT syntax asm
d0c6d2a31026 powerpc/imc-pmu: Fix use of mutex in IRQs disabled section
feefb33eefa1 netfilter: ipset: Fix overflow before widen in the 
bitmap_ip_create() function.
e431b4fb1fb8 ext4: fix uninititialized value in 'ext4_evict_inode'
026a4490b538 ext4: fix use-after-free in ext4_orphan_cleanup
fa41a133ea23 ext4: lost matching-pair of trace in ext4_truncate
1d5524832ff2 ext4: fix bug_on in __es_tree_search caused by bad quota inode
3da22d06e078 quota: Factor out setup of quota inode
ecb9d0d2e123 jbd2: use the correct print format
06bb3f4e3b06 usb: ulpi: defer ulpi_register on ulpi_read_id timeout
a2689a446427 wifi: wilc1000: sdio: fix module autoloading
3998dba0f78a ipv6: raw: Deduct extension header length in 
rawv6_push_pending_frames
53cefa802f07 ixgbe: fix pci device refcount leak
e0d6f3b62b29 platform/x86: sony-laptop: Don't turn off 0x153 keyboard 
backlight during probe
1ad759df6a6f drm/msm/adreno: Make adreno quirks not overwrite each other
098416c4e322 cifs: Fix uninitialized memory read for smb311 posix symlink 
create
d6546426cdf4 ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
eaa5580a74cc ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent 
UAF
c6d29a5ffdbc net/ulp: prevent ULP without clone op from entering the LISTEN 
status
b318d41f1bd1 s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()
f6da927c92ec s390/kexec: fix ipl report address for kdump
4bf6e11c34c5 perf auxtrace: Fix address filter duplicate symbol selection
2e4164d3d1e7 docs: Fix the docs build with Sphinx 6.0
3ed183074c20 efi: tpm: Avoid READ_ONCE() for accessing the event log
3ad31129ce72 KVM: arm64: Fix S1PTW handling on RO memslots
9b83ec63d0de net: sched: disallow noqueue for qdisc classes
aa52acefc629 driver core: Fix bus_type.match() error handling in 
__driver_attach()
8d60a90560ef selftests: set the BUILD variable to absolute path
cad6d2bb4726 selftests: Fix kselftest O=objdir build from cluttering top 
level objdir
320dbbd86f81 parisc: Align parisc MADV_XXX constants with all other 
architectures
d868597b71c1 mbcache: Avoid nesting of cache->c_list_lock under bit locks
da23752d9660 hfs/hfsplus: avoid WARN_ON() for sanity check, use proper 
error handling
781fa141414e hfs/hfsplus: use WARN_ON for sanity check
b47c69010943 ext4: don't allow journal inode to have encrypt flag
1464feb5b6fa riscv: uaccess: fix type of 0 variable on error in get_user()
da41069c613d nfsd: fix handling of readdir in v4root vs. mount upcall 
timeout
8cbd7f264387 x86/bugs: Flush IBP in ib_prctl_set()
ba780bff9ff9 ASoC: Intel: bytcr_rt5640: Add quirk for the Advantech 
MICA-071 tablet
e66ae100e7c7 udf: Fix extension of the last extent in the file
33df9c5d5e2a caif: fix memory leak in 

[OE-core] [2/2][dunfell] linux-yocto/5.4: update to v5.4.230

2023-02-01 Thread Bruce Ashfield
From: Bruce Ashfield 

Updating  to the latest korg -stable release that comprises
the following commits:

90245959a5b9 Linux 5.4.230
29487eed37ae mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
7242fc8c2f5e x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGN
2b1375fac0de drm/amd/display: Fix COLOR_SPACE_YCBCR2020_TYPE matrix
763a74e1de74 drm/amd/display: Fix set scaling doesn's work
39e0844a1e96 drm/i915: re-disable RC6p on Sandy Bridge
ffef77794fb5 gsmi: fix null-deref in gsmi_get_variable
b4461af0a5e6 serial: atmel: fix incorrect baudrate setup
55f9aca283d5 dmaengine: tegra210-adma: fix global intr clear
5d99369685a6 serial: pch_uart: Pass correct sg to dma_unmap_sg()
97697a252ba0 dt-bindings: phy: g12a-usb3-pcie-phy: fix compatible string 
documentation
aa1b22daa019 usb-storage: apply IGNORE_UAS only for HIKSEMI MD202 on RTL9210
a21da7f7aae6 usb: gadget: f_ncm: fix potential NULL ptr deref in 
ncm_bitrate()
83b0aac55df0 usb: gadget: g_webcam: Send color matching descriptor per frame
004fbb049b84 usb: typec: altmodes/displayport: Fix pin assignment 
calculation
a1478ef59b0e usb: typec: altmodes/displayport: Add pin assignment helper
040e0d1281c7 usb: host: ehci-fsl: Fix module alias
8d5740ad8f76 USB: serial: cp210x: add SCALANCE LPE-9000 device id
9a39f4626b36 USB: gadgetfs: Fix race between mounting and unmounting
1bc1fdd73f3d cifs: do not include page data when checking signature
89ac597e3e80 btrfs: fix race between quota rescan and disable leading to 
NULL pointer deref
61cad0c61cdb mmc: sunxi-mmc: Fix clock refcount imbalance during unbind
4f96ae71d336 comedi: adv_pci1760: Fix PWM instruction handling
f11a68916422 usb: core: hub: disable autosuspend for TI TUSB8041
556dfdb226ce misc: fastrpc: Fix use-after-free race condition for maps
4b5c44e924a5 misc: fastrpc: Don't remove map on creater_process and 
device_release
04eb41ec9611 USB: misc: iowarrior: fix up header size for 
USB_DEVICE_ID_CODEMERCS_IOW100
7ebb3ecab1ff USB: serial: option: add Quectel EM05CN modem
32165699a08d USB: serial: option: add Quectel EM05CN (SG) modem
81affe3b469e USB: serial: option: add Quectel EC200U modem
a7c19d94b899 USB: serial: option: add Quectel EM05-G (RS) modem
5966eda55028 USB: serial: option: add Quectel EM05-G (CS) modem
eece7a6c97cf USB: serial: option: add Quectel EM05-G (GR) modem
96b02125dd68 prlimit: do_prlimit needs to have a speculation check
afcb4e0ab843 xhci: Detect lpm incapable xHC USB3 roothub ports from ACPI 
tables
84e2e57769af usb: acpi: add helper to check port lpm capability using acpi 
_DSM
8a6e963bf280 xhci: Add a flag to disable USB3 lpm on a xhci root port level.
cf6e5d3c2de1 xhci: Add update_hub_device override for PCI xHCI hosts
133b902378e4 xhci: Fix null pointer dereference when host dies
9891e5c73cab usb: xhci: Check endpoint is valid before dereferencing it
643f7da7828d xhci-pci: set the dma max_seg_size
890792b57990 ALSA: hda/realtek - Turn on power early
e60730280b57 drm/i915/gt: Reset twice
2e3e2649ea38 efi: fix userspace infinite retry read efivars after EFI 
runtime services page fault
b0ba060d3287 nilfs2: fix general protection fault in nilfs_btree_insert()
53dd833fd0a2 Add exception protection processing for vd in 
axi_chan_handle_err function
33a4d05138df wifi: brcmfmac: fix regression for Broadcom PCIe wifi devices
557e85ff9afe f2fs: let's avoid panic if extent_tree is not created
7165dd4c3b07 RDMA/srp: Move large values to a new enum for gcc13
19304ffb7b38 net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy stats
4de1a5af1be3 selftests/bpf: check null propagation only neither reg is 
PTR_TO_BTF_ID
a869f7b05411 pNFS/filelayout: Fix coalescing test for single DS

Signed-off-by: Bruce Ashfield 
---
 .../linux/linux-yocto-rt_5.4.bb   |  6 ++---
 .../linux/linux-yocto-tiny_5.4.bb |  8 +++
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  | 22 +--
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb 
b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
index 36159ac5b0..222c8708a1 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
@@ -11,13 +11,13 @@ python () {
 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to 
linux-yocto-rt to enable it")
 }
 
-SRCREV_machine ?= "430278c953a6c3614604a2852ba836039663bb65"
-SRCREV_meta ?= "d92569bdd24ef1deb731012b3f8e1e05c2f08598"
+SRCREV_machine ?= "053238af99b52ce5ffb19755cdfeb10f206463da"
+SRCREV_meta ?= "9c5bb858a6f5a9b1cc2e585e74e8517387863fd7"
 
 SRC_URI = 
"git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \


[OE-core] [PATCH 2/3][kirstone] linux-yocto/5.10: update to v5.10.164

2023-02-01 Thread Bruce Ashfield
From: Bruce Ashfield 

Updating  to the latest korg -stable release that comprises
the following commits:

3a9f1b907bc4 Linux 5.10.164
74985c575767 Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout"
a88a0d16e18f io_uring/io-wq: only free worker if it was allocated for 
creation
b912ed1363b3 io_uring/io-wq: free worker if task_work creation is canceled
68bcd0638570 drm/virtio: Fix GEM handle creation UAF
4ca71bc0e199 efi: fix NULL-deref in init error path
057f5ddfbc13 arm64: cmpxchg_double*: hazard against entire exchange variable
9a5fd0844e7f arm64: atomics: remove LL/SC trampolines
28840e46eaaf arm64: atomics: format whitespace consistently
5dac4c7212a7 x86/resctrl: Fix task CLOSID/RMID update race
446c7251f007 x86/resctrl: Use task_curr() instead of task_struct->on_cpu to 
prevent unnecessary IPI
196c6f0c3e21 KVM: x86: Do not return host topology information from 
KVM_GET_SUPPORTED_CPUID
0027164b24f2 Documentation: KVM: add API issues section
caaea2ab6b6d iommu/mediatek-v1: Fix an error handling path in 
mtk_iommu_v1_probe()
cf38e7624179 iommu/mediatek-v1: Add error handle for mtk_iommu_probe
60806adc9be0 mm: Always release pages to the buddy allocator in 
memblock_free_late().
092f0c2d1f83 net/mlx5e: Don't support encap rules with gbp option
b3d47227f06f net/mlx5: Fix ptp max frequency adjustment range
453277feb41c net/sched: act_mpls: Fix warning during failed attribute 
validation
0ca78c99656f nfc: pn533: Wait for out_urb's completion in 
pn533_usb_send_frame()
92b30a27e4fa hvc/xen: lock console list traversal
14e72a56e16c octeontx2-af: Fix LMAC config in cgx_lmac_rx_tx_enable
8e2bfcfaabc3 octeontx2-af: Map NIX block from CGX connection
d9be5b57ab2c octeontx2-af: Update get/set resource count functions
0d0675bc33e6 tipc: fix unexpected link reset due to discovery messages
d83cac6c00b8 ASoC: wm8904: fix wrong outputs volume after power reactivation
d4aa749e0464 regulator: da9211: Use irq handler when ready
3ca8ef4d91ef EDAC/device: Fix period calculation in 
edac_device_reset_delay_period()
28b9a0e216db x86/boot: Avoid using Intel mnemonics in AT syntax asm
8cbeb60320ac powerpc/imc-pmu: Fix use of mutex in IRQs disabled section
4e6a70fd8404 netfilter: ipset: Fix overflow before widen in the 
bitmap_ip_create() function.
a3a1114aa615 xfrm: fix rcu lock in xfrm_notify_userpolicy()
091f85db4c3f ext4: fix uninititialized value in 'ext4_evict_inode'
98407a4ae34b usb: ulpi: defer ulpi_register on ulpi_read_id timeout
3d13818a9995 xhci: Prevent infinite loop in transaction errors recovery for 
streams
2f90fcedc5d6 xhci: move and rename xhci_cleanup_halted_endpoint()
cad965cedbc4 xhci: store TD status in the td struct instead of passing it 
along
9b63a80c45e9 xhci: move xhci_td_cleanup so it can be called by more 
functions
44c635c60f78 xhci: Add xhci_reset_halted_ep() helper function
10287d18f524 xhci: adjust parameters passed to cleanup_halted_endpoint()
7cc4aba1 xhci: get isochronous ring directly from endpoint structure
a81ace065694 xhci: Avoid parsing transfer events several times
ba20d6056b6b clk: imx: imx8mp: add shared clk gate for usb suspend clk
2b331d2137cc dt-bindings: clocks: imx8mp: Add ID for usb suspend clock
cb769960ef48 clk: imx8mp: add clkout1/2 support
85eaaa17c0a9 clk: imx8mp: Add DISP2 pixel clock
6b21077146c5 iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and 
ivrs_acpihid options
5badda810f69 iommu/amd: Add PCI segment support for 
ivrs_[ioapic/hpet/acpihid] commands
ab9bb65b8519 bus: mhi: host: Fix race between channel preparation and M0 
event
6c9e2c11c33c ipv6: raw: Deduct extension header length in 
rawv6_push_pending_frames
112df4cd2b09 ixgbe: fix pci device refcount leak
f401062d8dbd platform/x86: sony-laptop: Don't turn off 0x153 keyboard 
backlight during probe
785607e5e6fb drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not 
for aux transfer
8c71777b6a17 drm/msm/adreno: Make adreno quirks not overwrite each other
afb6063aa89f cifs: Fix uninitialized memory read for smb311 posix symlink 
create
51dbedee2ff3 s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()
bddb35526784 s390/cpum_sf: add READ_ONCE() semantics to compare and swap 
loops
2adc64f3e669 ASoC: qcom: lpass-cpu: Fix fallback SD line index handling
5ee3083307ef s390/kexec: fix ipl report address for kdump
d1725dbf2310 perf auxtrace: Fix address filter duplicate symbol selection
eaabceae1b70 docs: Fix the docs build with Sphinx 6.0
38c4a17c6b32 efi: tpm: Avoid READ_ONCE() for accessing the event log
c47883105cff KVM: arm64: Fix S1PTW handling on RO memslots
443b390f2cc9 ALSA: hda/realtek: Enable mute/micmute LEDs on HP Spectre x360 
13-aw0xxx
550efeff989b netfilter: nft_payload: incorrect arithmetics when fetching 
VLAN header 

[OE-core] [PATCH 3/3][kirstone] linux-yocto/5.10: update to v5.10.166

2023-02-01 Thread Bruce Ashfield
From: Bruce Ashfield 

Updating  to the latest korg -stable release that comprises
the following commits:

8d823aaa220e Linux 5.10.166
19f1f99be371 clk: Fix pointer casting to prevent oops in devm_clk_release()
f84c9b72fb20 perf/x86/amd: fix potential integer overflow on shift of a int
743435cd1705 netfilter: conntrack: unify established states for SCTP paths
e284c273dbb4 x86/i8259: Mark legacy PIC interrupts with IRQ_LEVEL
2eca102b350f block: fix and cleanup bio_check_ro
7fe4fab87061 Revert "selftests/ftrace: Update synthetic event syntax errors"
032a7d5ff519 nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is 
unmounted
8fe3e574b3ac nouveau: explicitly wait on the fence in nouveau_bo_move_m2mf
9f3dd454fea5 Revert "Input: synaptics - switch touchpad on HP Laptop 
15-da3001TU to RMI mode"
230be65a18f8 tools: gpio: fix -c option of gpio-event-mon
7ff8128bb116 net: mdio-mux-meson-g12a: force internal PHY off on mux switch
62a0806eb4d2 net/tg3: resolve deadlock in tg3_reset_task() during EEH
e9c1b1e1a00b thermal: intel: int340x: Add locking to 
int340x_thermal_get_trip_type()
3af20f63212d net: ravb: Fix possible hang if RIS2_QFF1 happen
6ef652f35dcf sctp: fail if no bound addresses can be used for a given scope
cf9a2ce0383e net/sched: sch_taprio: do not schedule in taprio_reset()
7de16d75b20a netrom: Fix use-after-free of a listening socket.
498584ccf46c netfilter: conntrack: fix vtag checks for 
ABORT/SHUTDOWN_COMPLETE
7f9828fb1f68 ipv4: prevent potential spectre v1 gadget in 
fib_metrics_match()
34c6142f0df9 ipv4: prevent potential spectre v1 gadget in 
ip_metrics_convert()
870a565bd6fe netlink: annotate data races around sk_state
8583f52c23c3 netlink: annotate data races around dst_portid and dst_group
eccb532adabc netlink: annotate data races around nlk->portid
0308b7dfea6f netfilter: nft_set_rbtree: skip elements in transaction from 
garbage collection
4aacf3d78424 netfilter: nft_set_rbtree: Switch to node list walk for 
overlap detection
d4c008f3b7f7 net: fix UaF in netns ops registration error path
539ca5dcbc91 netlink: prevent potential spectre v1 gadgets
ed173f77fd28 i2c: designware: use casting of u64 in clock multiplication to 
avoid overflow
8949ef3a7a0c i2c: designware: Use DIV_ROUND_CLOSEST() macro
8ebc2efcb6d6 units: Add SI metric prefix definitions
974aaf11804f units: Add Watt units
76d9ebb7f0bc EDAC/qcom: Do not pass llcc_driv_data as 
edac_device_ctl_info's pvt_info
511f6c7c40b0 EDAC/device: Respect any driver-supplied workqueue polling 
value
0cb922cef7e9 ARM: 9280/1: mm: fix warning on phys_addr_t to void pointer 
assignment
98d85586aace thermal: intel: int340x: Protect trip temperature from 
concurrent updates
76c5640737b8 KVM: x86/vmx: Do not skip segment attributes if unusable bit 
is set
e037baee16e0 cifs: Fix oops due to uncleared server->smbd_conn in reconnect
c42a6e687060 ftrace/scripts: Update the instructions for ftrace-bisect.sh
886aa449235f trace_events_hist: add check for return value of 
'create_hist_field'
de3930a4883d tracing: Make sure trace_printk() can output as soon as it can 
be used
083b3dda86f8 module: Don't wait for GOING modules
ce3aa7694627 scsi: hpsa: Fix allocation size for scsi_host_alloc()
6da7055826a1 xhci: Set HCD flag to defer primary roothub registration
1d580d3e1311 Bluetooth: hci_sync: cancel cmd_timer if hci_open failed
b98a8b731bd2 exit: Use READ_ONCE() for all oops/warn limit reads
53f177b50449 docs: Fix path paste-o for /sys/kernel/warn_count
b0bd5dcfa608 panic: Expose "warn_count" to sysfs
8c99d4c4c192 panic: Introduce warn_limit
55eba18262cb panic: Consolidate open-coded panic_on_warn checks
530cdae5c2b2 exit: Allow oops_limit to be disabled
7cffbcd68f1c exit: Expose "oops_count" to sysfs
de586785b981 exit: Put an upper limit on how often we can oops
191a3b17dd9b panic: Separate sysctl logic from CONFIG_SMP
1b9a33a94b9c ia64: make IA64_MCA_RECOVERY bool instead of tristate
6d971830da31 csky: Fix function name in csky_alignment() and die()
648d8b8c4938 h8300: Fix build errors from do_exit() to make_task_dead() 
transition
63d77c559678 hexagon: Fix function name in die()
b2c178f31162 objtool: Add a missing comma to avoid string concatenation
d9c740c765e5 exit: Add and use make_task_dead.
715a63588f56 kasan: no need to unset panic_on_warn in end_report()
b857b42a8c09 ubsan: no need to unset panic_on_warn in ubsan_epilogue()
590ba6fee095 panic: unset panic_on_warn inside panic()
e97ec099d7fd kernel/panic: move panic sysctls to its own file
e6226917f4cf sysctl: add a new register_sysctl_init() interface
c4097e844a6e fs: reiserfs: remove useless new_opts in reiserfs_remount
1f6768143bf7 x86: ACPI: cstate: Optimize C3 entry on AMD CPUs
5fb884d748e4 netfilter: conntrack: do not renew 

[OE-core] [PATCH 1/3][kirstone] linux-yocto/5.10: update to v5.10.162

2023-02-01 Thread Bruce Ashfield
From: Bruce Ashfield 

Updating  to the latest korg -stable release that comprises
the following commits:

0fe4548663f7 Linux 5.10.162
189556b05e17 io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and 
wakeups
4ef66581d7fd eventfd: provide a eventfd_signal_mask() helper
2f093775022b eventpoll: add EPOLL_URING_WAKE poll wakeup flag
b76c5373f084 Revert "proc: don't allow async path resolution of /proc/self 
components"
87cb08dc6b4f Revert "proc: don't allow async path resolution of 
/proc/thread-self components"
a3025359ffa7 net: remove cmsg restriction from io_uring based send/recvmsg 
calls
6ef2b4728a00 task_work: unconditionally run task_work from get_signal()
c91ab04781f9 signal: kill JOBCTL_TASK_WORK
788d0824269b io_uring: import 5.15-stable io_uring
ed3005032993 task_work: add helper for more targeted task_work canceling
831cb78a2a5e kernel: don't call do_exit() for PF_IO_WORKER threads
9ded44b69c71 kernel: stop masking signals in create_io_thread()
f0a5f0dc0131 x86/process: setup io_threads more like normal user space 
threads
dd26e2cec74f arch: ensure parisc/powerpc handle PF_IO_WORKER in 
copy_thread()
320c8057eceb arch: setup PF_IO_WORKER threads like PF_KTHREAD
000de389ad7b entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is set
0f735cf52bd0 kernel: allow fork with TIF_NOTIFY_SIGNAL pending
4b4d2c79921a coredump: Limit what can interrupt coredumps
90a2c3821bbf kernel: remove checking for TIF_NOTIFY_SIGNAL
61bdeb142e8f task_work: remove legacy TWA_SIGNAL path
6e2bce21acb4 alpha: fix TIF_NOTIFY_SIGNAL handling
db911277a2b3 ARC: unbork 5.11 bootup: fix snafu in _TIF_NOTIFY_SIGNAL 
handling
a1240cc413eb ia64: don't call handle_signal() unless there's actually a 
signal queued
e1402ba4df20 sparc: add support for TIF_NOTIFY_SIGNAL
78a53ff02656 riscv: add support for TIF_NOTIFY_SIGNAL
57e833a0a03d nds32: add support for TIF_NOTIFY_SIGNAL
751fedb9ba5d ia64: add support for TIF_NOTIFY_SIGNAL
48e9e35d33d6 h8300: add support for TIF_NOTIFY_SIGNAL
c82617d9decc c6x: add support for TIF_NOTIFY_SIGNAL
30b78a17ac8f alpha: add support for TIF_NOTIFY_SIGNAL
bf0b619593cd xtensa: add support for TIF_NOTIFY_SIGNAL
1bee9dbbcabb arm: add support for TIF_NOTIFY_SIGNAL
02d383a59cbf microblaze: add support for TIF_NOTIFY_SIGNAL
19f3e328b4c6 hexagon: add support for TIF_NOTIFY_SIGNAL
c2037d61dec2 csky: add support for TIF_NOTIFY_SIGNAL
12284aec880f openrisc: add support for TIF_NOTIFY_SIGNAL
3fde31e96262 sh: add support for TIF_NOTIFY_SIGNAL
dc808ffd9778 um: add support for TIF_NOTIFY_SIGNAL
0aef2ec06394 s390: add support for TIF_NOTIFY_SIGNAL
8ca2e5709922 mips: add support for TIF_NOTIFY_SIGNAL
abab3db5 powerpc: add support for TIF_NOTIFY_SIGNAL
45b365bc6c1b parisc: add support for TIF_NOTIFY_SIGNAL
cf3c64867319 nios32: add support for TIF_NOTIFY_SIGNAL
fe137f46d41f m68k: add support for TIF_NOTIFY_SIGNAL
79a9991e87fe arm64: add support for TIF_NOTIFY_SIGNAL
2dbb0354517b arc: add support for TIF_NOTIFY_SIGNAL
4b1dcf8ec9b2 x86: Wire up TIF_NOTIFY_SIGNAL
eb42e7b30431 task_work: Use TIF_NOTIFY_SIGNAL if available
3c295bd2ddae entry: Add support for TIF_NOTIFY_SIGNAL
d2136fc145be fs: provide locked helper variant of close_fd_get_file()
57b20530363d file: Rename __close_fd_get_file close_fd_get_file
214f80e25176 fs: make do_renameat2() take struct filename
52cfde6bbf64 signal: Add task_sigpending() helper
ad0b0137953a net: add accept helper not installing fd
069ac28d9243 net: provide __sys_shutdown_sock() that takes a socket
0b8cd5d814cb tools headers UAPI: Sync openat2.h with the kernel sources
5683caa7350f fs: expose LOOKUP_CACHED through openat2() RESOLVE_CACHED
0cf0ce8fb5b1 Make sure nd->path.mnt and nd->path.dentry are always valid 
pointers
146fe79fff13 fix handling of nd->depth on LOOKUP_CACHED failures in 
try_to_unlazy*
c1fe7bd3e1aa fs: add support for LOOKUP_CACHED
36ec31201a3d saner calling conventions for unlazy_child()
e86db87191d8 iov_iter: add helper to save iov_iter state
1500fed00878 kernel: provide create_io_thread() helper
1a9148dfd8e0 Linux 5.10.161
eec1c3ade48b net: loopback: use NET_NAME_PREDICTABLE for name_assign_type
f3fe6817156a Bluetooth: L2CAP: Fix u8 overflow
7c3a523c9b19 HID: uclogic: Add HID_QUIRK_HIDINPUT_FORCE quirk
1d5db0c322ae HID: ite: Enable QUIRK_TOUCHPAD_ON_OFF_REPORT on Acer Aspire 
Switch V 10
263a1782a618 HID: ite: Enable QUIRK_TOUCHPAD_ON_OFF_REPORT on Acer Aspire 
Switch 10E
a20b5eec0742 HID: ite: Add support for Acer S1002 keyboard-dock
f2479c3daaab igb: Initialize mailbox message for VF reset
9ff7aff40ef5 xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N
c8bf31a00f4f USB: serial: f81534: fix division by zero on line-speed change
5b75a0041674 USB: serial: f81232: fix 

  1   2   >