Re: [OE-core] Is aarch64_be under maintenance?

2023-06-01 Thread Richard Purdie
On Thu, 2023-06-01 at 06:58 +, leimaohui wrote: > Hi all > > Recently, I want to build an image of aarch64_be, but it seems go badly. > Those recipes that "inherit meson" have the following error: > > > ../fribidi-1.0.12/meson.build:1:0: ERROR: Execu

Re: [OE-core] [PATCH 0/9] kernel/linux-yocto: consolidated pull request

2023-06-01 Thread Richard Purdie
On Wed, 2023-05-31 at 19:24 -0400, Bruce Ashfield wrote: > On Wed, May 31, 2023 at 6:22 PM Richard Purdie > wrote: > > > > On Wed, 2023-05-31 at 18:18 -0400, Bruce Ashfield wrote: > > > On Wed, May 31, 2023 at 6:03 PM Richard Purdie > > > wrote: > > > > > > > > Hi Bruce, > > > > > > > > On Wed

[OE-core] [PATCH] maintainers.inc: correct Carlos Rafael Giani's email address

2023-06-01 Thread Alexander Kanavin
As confirmed via private email. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 80109c6ff76..669a02587dd 10

[OE-core] [PATCH 1/2] python_mesonpy: New class

2023-06-01 Thread Zoltan Boszormenyi
This is a new PEP517 compatible build class for python modules that use pyproject.toml and this: [build-system] build-backend = 'mesonpy' The new class uses python3-meson-python-native. Signed-off-by: Zoltán Böszörményi --- meta/classes-recipe/python_mesonpy.bbclass | 54 ++

[OE-core] [PATCH 2/2] python3-meson-python: New recipe

2023-06-01 Thread Zoltan Boszormenyi
This python module adds support for a new PEP517 build backend used by recent versions of scikit-image, scipy and others. The previously added python_mesonpy.bbclass uses it Signed-off-by: Zoltán Böszörményi --- .../python/python3-meson-python_0.13.1.bb | 22 +++ 1 file chan

Re: [OE-core] [PATCH 2/2] python3-meson-python: New recipe

2023-06-01 Thread Alexander Kanavin
maintainers.inc entry is needed as well. I hope my test for its presence merges soon :) Alex On Thu, 1 Jun 2023 at 09:47, Zoltan Boszormenyi wrote: > > This python module adds support for a new PEP517 build backend > used by recent versions of scikit-image, scipy and others. > > The previously

[OE-core] [PATCH v2 2/2] python3-meson-python: New recipe

2023-06-01 Thread Zoltan Boszormenyi
This python module adds support for a new PEP517 build backend used by recent versions of scikit-image, scipy and others. The previously added python_mesonpy.bbclass uses it Signed-off-by: Zoltán Böszörményi --- meta/conf/distro/include/maintainers.inc | 1 + .../python/python3-meson-pyth

[OE-core] [PATCH v2 1/2] python_mesonpy: New class

2023-06-01 Thread Zoltan Boszormenyi
This is a new PEP517 compatible build class for python modules that use pyproject.toml and this: [build-system] build-backend = 'mesonpy' The new class uses python3-meson-python-native. Signed-off-by: Zoltán Böszörményi --- meta/classes-recipe/python_mesonpy.bbclass | 54 ++

[OE-core] [meta-oe][PATCH V1] xz: add ptest support

2023-06-01 Thread duep.f...@fujitsu.com
From: duep Add a ptest for xz - It is taking around 1s to execute with kvm, so added it to PTESTS_FAST - It contains 11 test files: test_bcj_exact_size test_block_header test_check test_filter_flags test_hardware test_index test_index_hash test_lzip_decoder test_memlimit test_stream

Re: [OE-core] [meta-oe][PATCH V1] xz: add ptest support

2023-06-01 Thread Alexander Kanavin
On Thu, 1 Jun 2023 at 10:52, duep.f...@fujitsu.com wrote: > +From: Du Erpei > +Subject: [PATCH] tests/Makefile.am: add target of 'build-PROGRAMS' > + > +Add target 'build-PROGRAMS' to only compile the test set under > +'/tests' and not run locally. > + > +Upstream-Status: Pending Please submit t

[OE-core] [PATCH] curl: upgrade 8.1.1 -> 8.1.2

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: === - lib1560: verify more scheme guessing - page-header: minor wording polish in the URL segment - page-header: mention curl version and how to figure out current release - RELEASE-NOTES: synced - configure: without pkg-config and no custom path, use -lnghttp

[OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: == * bt2: honor build system compiler/linker preferences * Fix: clear_string_field(): set first character to 0 * Fix: src.ctf.fs: Not resolving event common ctx * debug-info: fix -Wenum-int-mismatch problem in copy_field_class_content_internal * fix: pas

[OE-core] [PATCH] dos2unix: upgrade 7.4.4 -> 7.5.0

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: === * New option -O, --to-stdout to write to standard output. * New option -e, --add-eol to add a line break to the last line if there isn't one. Option --no-add-eol disables the feature. Signed-off-by: Wang Mingyu --- .../dos2unix/{dos2unix_7.4.4.bb =>

[OE-core] [PATCH] enchant2: upgrade 2.3.4 -> 2.5.0

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: = * A new dictionary method remove_from_session() allows providers to stay in sync with Enchant's personal wordlist, by removing as well as adding words in the spelling session. * The public API enchant_dict_store_replacement() is deprecated, and n

[OE-core] [PATCH] fribidi: upgrade 1.0.12 -> 1.0.13

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: * Adding missing man pages to the tar release file. Signed-off-by: Wang Mingyu --- .../fribidi/{fribidi_1.0.12.bb => fribidi_1.0.13.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/fribidi/{fribidi_1.0.12.bb => fribi

[OE-core] [PATCH] libmicrohttpd: upgrade 0.9.76 -> 0.9.77

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: == API changes: - + Added new function MHD_get_version_bin(). Improvements and enhancements: --- * Digest Auth: changed algorithm identifiers in server generated headers from "md5" / "sha-256" to "MD5" / "SHA-256

[OE-core] [PATCH] libdnf: upgrade 0.70.0 -> 0.70.1

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: == Add repoid to solver errors for RPMs (RhBug:2179413) Avoid using obsolete RPM API and drop redundant calls Remove DNF from list of protected packages Signed-off-by: Wang Mingyu --- .../libdnf/{libdnf_0.70.0.bb => libdnf_0.70.1.bb} | 2 +-

[OE-core] [PATCH] libxft: upgrade 2.3.7 -> 2.3.8

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: = add check for missing glyph in XftFontCheckGlyph() issue 17: libxft-2.3.7: Bold fonts in urxvt missing leftmost pixels issue 18: Problems with rotated text (monospace font only) configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL Clea

[OE-core] [PATCH] libxpm: upgrade 3.5.15 -> 3.5.16

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: === test: skip compressed file tests when --disable-open-zfile is used itlab CI: build with each of --enable-open-zfile & --disable-open-zfile configure: correct error message to suggest --disable-open-zfile Fix a memleak in ParsePixels error code path Fix CVE

[OE-core] [PATCH] mobile-broadband-provider-info: upgrade 20221107 -> 20230416

2023-06-01 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../mobile-broadband-provider-info_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/meta/recipes

[OE-core] [PATCH] libcap: upgrade 2.68 -> 2.69

2023-06-01 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-support/libcap/{libcap_2.68.bb => libcap_2.69.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libcap/{libcap_2.68.bb => libcap_2.69.bb} (96%) diff --git a/meta/recipes-support/libcap/libcap_2.6

[OE-core] [PATCH] lighttpd: upgrade 1.4.69 -> 1.4.71

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: * [mod_h2] HTTP/2 separate module; no longer builtin * [mod_magnet] fix static build using autoconf (fixes #3203) * [core] fix new use of posix_spawn with some glibc (fixes #3201) * [core] _WIN32 quiet compiler warnings 32-bit build * [core] che

[OE-core] [PATCH] ccache: upgrade 4.8 -> 4.8.1

2023-06-01 Thread wangmy
From: Wang Mingyu License-Update: cpp-httplib updated to v0.12.3 Copyright year updated to 2023 Signed-off-by: Wang Mingyu --- .../ccache/{ccache_4.8.bb => ccache_4.8.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/ccache/{ccache_

[OE-core] [PATCH] libuv: upgrade 1.44.2 -> 1.45.0

2023-06-01 Thread wangmy
From: Wang Mingyu License-Update: doc: clean up license file (#3876) GitHub gets confused by the non-standard format of the LICENSE file. Move the extra bits into the creatively named LICENSE-extra file. Changelog: == linux: introduce io_uring support #3952 src: add new metrics APIs

[OE-core] [PATCH] python3-sphinx: upgrade 6.1.3 -> 7.0.1

2023-06-01 Thread wangmy
From: Wang Mingyu License-Update: Remove smartypants from LICENSE Changelog: === #11411: Support Docutils 0.20. #11418: Clean up remaining references to sphinx.setup_command following the removal of support for setuptools. Signed-off-by: Wang Mingyu --- .../{python3-sphinx_6.1.3.bb

[OE-core] [PATCH] python3-pip: upgrade 23.0.1 -> 23.1.2

2023-06-01 Thread wangmy
From: Wang Mingyu License-Update: -Copyright changed from "(C) 2016 Jason R Coombs " to "Jason R. Coombs" -The wrapping position has been adjusted Changelog: === - Upgrade setuptools to 67.7.2 - Revert #11487, as it causes issues with virtualenvs created by the Windows Store dis

[OE-core] [PATCH] python3-ruamel-yaml: upgrade 0.17.21 -> 0.17.31

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: = - added tag.setter on 'ScalarEvent' and on 'Node', that takes either a 'Tag' instance, or a str - fix issue 467, caused by Tag instances not being hashable - changed the internals of the tag property from a string to a class which allows for preserv

[OE-core] [PATCH] python3-psutil: upgrade 5.9.4 -> 5.9.5

2023-06-01 Thread wangmy
From: Wang Mingyu License-Update: Fix license: extra open quote. Signed-off-by: Wang Mingyu --- .../{python3-psutil_5.9.4.bb => python3-psutil_5.9.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-psutil_5.9.4.bb => python3-psut

[OE-core] [PATCH] bind: upgrade 9.18.14 -> 9.18.15

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: = [bug] Set the rndc idle read timeout back to 60 seconds, from the netmgr default of 30 seconds, in order to match the behavior of 9.16 and earlier. [GL #4046] [bug] Fix log file rotation when using absolute path as file. [GL #3991] [

[OE-core] [PATCH] orc: upgrade 0.4.33 -> 0.4.34

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: === Thread-safety improvements around orc codemem allocation/freeing Add orc_parse_code() with more detailed error reporting Implement Orc function lazy initialization correctly via atomic operations orc program parser fixes and improvements

[OE-core] [PATCH] python3-dbusmock: upgrade 0.28.7 -> 0.29.0

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: == Support loading templates from XDG_DATA_DIRS iio-sensors-proxy: Throw proper D-Bus errors instead of Python Exception Signed-off-by: Wang Mingyu --- .../{python3-dbusmock_0.28.7.bb => python3-dbusmock_0.29.0.bb} | 2 +- 1 file changed, 1 inserti

[OE-core] [PATCH] python3-cython: upgrade 0.29.34 -> 0.29.35

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: == * A garbage collection enabled subtype of a non-GC extension type could call into the deallocation function of the super type with GC tracking enabled. This could lead to crashes during deallocation if GC was triggered on the type at the same time.

[OE-core] [PATCH] python3-hypothesis: upgrade 6.71.0 -> 6.75.7

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html Signed-off-by: Wang Mingyu --- ...ython3-hypothesis_6.71.0.bb => python3-hypothesis_6.75.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6

[OE-core] [PATCH] python3-hatch-fancy-pypi-readme: upgrade 22.8.0 -> 23.1.0

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: Add CLI support for hatch.toml. Signed-off-by: Wang Mingyu --- ...adme_22.8.0.bb => python3-hatch-fancy-pypi-readme_23.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hatch-fancy-pypi-readme_22.8.0.bb =>

[OE-core] [PATCH] python3-pycryptodomex: upgrade 3.17 -> 3.18.0

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: === New features --- * Added support for DER BOOLEAN encodings. * The library now compiles on Windows ARM64. Resolved issues --- * GH#722: "nonce" attribute was not correctly set for XChaCha20_Poly1305 ciphers. * GH#728: Workaround fo

[OE-core] [PATCH] python3-requests: upgrade 2.30.0 -> 2.31.0

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: == Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization headers to destination servers when following HTTPS redirects. Signed-off-by: Wang Mingyu --- .../{python3-requests_2.30.0.bb => python3-request

[OE-core] [PATCH] python3-numpy: upgrade 1.24.2 -> 1.24.3

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: == A total of 17 pull requests were merged for this release. #23206: BUG: fix for f2py string scalars (#23194) #23207: BUG: datetime64/timedelta64 comparisons return NotImplemented #23208: MAINT: Pin matplotlib to version 3.6.3 for refguide checks

[OE-core] [PATCH] python3-setuptools-rust: upgrade 1.5.2 -> 1.6.0

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: == Prefer passing --crate-type option to cargo if "toolchain >= 1.64". #322 Fix a bug where rebuilding the library would cause any running processes using it to segfault. #295 Fix setup.cfg format for compatibility with "poetry==1.4.0". #319 Signed-off-by

[OE-core] [PATCH] python3-sphinx-rtd-theme: upgrade 1.2.0 -> 1.2.1

2023-06-01 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...inx-rtd-theme_1.2.0.bb => python3-sphinx-rtd-theme_1.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-sphinx-rtd-theme_1.2.0.bb => python3-sphinx-rtd-theme_1.2.1.bb} (88%) diff --git

[OE-core] [PATCH] python3-pycryptodome: upgrade 3.17 -> 3.18.0

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: === New features --- * Added support for DER BOOLEAN encodings. * The library now compiles on Windows ARM64. Resolved issues --- * GH#722: "nonce" attribute was not correctly set for XChaCha20_Poly1305 ciphers. * GH#728: Workaround

[OE-core] [PATCH] xdpyinfo: upgrade 1.3.3 -> 1.3.4

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: = configure: Make xf86misc support disabled by default Variable scope reduction Remove unnecessary downcast of double to float Call memset() instead of hand-coding our own equivalent Signed-off-by: Wang Mingyu --- .../xorg-app/{xdpyinfo_1.3.3.bb => xdpyinfo

[OE-core] [PATCH] python3-trove-classifiers: upgrade 2023.5.2 -> 2023.5.24

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: Add identifier "Programming Language :: Lua" (#145) Signed-off-by: Wang Mingyu --- ...fiers_2023.5.2.bb => python3-trove-classifiers_2023.5.24.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-trove-classifiers_

[OE-core] [PATCH] python3-typing-extensions: upgrade 4.5.0 -> 4.6.2

2023-06-01 Thread wangmy
From: Wang Mingyu Changelog: - Fix use of @deprecated on classes with __new__ but no __init__. - Fix regression in version 4.6.1 where comparing a generic class against a runtime-checkable protocol using isinstance() would cause AttributeError to be raised if using Python 3.7

[OE-core] [PATCH] sysklogd: upgrade 2.4.4 -> 2.5.0

2023-06-01 Thread wangmy
From: Wang Mingyu Changes === - Issue #59: initial port to NuttX, contributed by Xiaomi - Issue #61: add support for '-c' and '-cc' to disable log compression. A single '-c' disables compression for pipes, another '-c' (or '-cc') disables compression for all other log targets - The defaul

[OE-core] [PATCH] repo: upgrade 2.32 -> 2.34.1

2023-06-01 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-devtools/repo/{repo_2.32.bb => repo_2.34.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/repo/{repo_2.32.bb => repo_2.34.1.bb} (95%) diff --git a/meta/recipes-devtools/repo/repo_2.32.bb b/m

[OE-core] [PATCH RESEND] alsa-utils: upgrade 1.2.8 -> 1.2.9

2023-06-01 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Signed-off-by: Michael Opdenacker --- ...ompilation-when-building-in-a-subdir.patch | 35 +++ ...lay-axfer-Replace-off64_t-with-off_t.patch | 272 -- ...lsa-utils_1.2.8.bb => alsa-utils_1.2.9.bb} | 6 +- 3 files changed, 38 insertions(+), 275 deletion

[OE-core] [PATCH v2] qemu: Split the qemu package

2023-06-01 Thread Yu, Mingli
From: Mingli Yu Currently all files as below packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up about 464M which includes not only the one matches the arch of the target but aslo all available built qemu targets which set by QEMU_TA

Re: [OE-core] [PATCH] qemu: Split the qemu package

2023-06-01 Thread Yu, Mingli
On 5/30/23 23:09, Bruce Ashfield wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Tue, May 30, 2023 at 10:54 AM Richard Purdie wrote: On Tue, 2023-05-30 at 16:33 +02

[OE-core] [meta][master][PATCH v2] openssh: Remove BSD-4-clause contents completely from codebase

2023-06-01 Thread Riyaz Ahmed Khan
From: Riyaz Khan Below upstream commit removed BSD-4-Clause from the LICENSE variable, Link: https://git.yoctoproject.org/poky/commit/?id=2c86f586d55d0f6b99053e3e4d14c9ee36fa8aa8 But actually if we check from the source code of the openssh for this version (8.9p1), there are some files (openbsd-

[OE-core][master][PATCH v3] openssh: Remove BSD-4-clause contents completely from codebase

2023-06-01 Thread Riyaz Ahmed Khan
From: Riyaz Khan Below upstream commit removed BSD-4-Clause from the LICENSE variable, Link: https://git.yoctoproject.org/poky/commit/?id=2c86f586d55d0f6b99053e3e4d14c9ee36fa8aa8 But actually if we check from the source code of the openssh for this version (8.9p1), there are some files (openbsd-

Re: [OE-core] [PATCH][pseudo] Move __*xstat* and __xmknod functions to new subport 'old__x'

2023-06-01 Thread Alexandre Belloni via lists.openembedded.org
Hello Mark, This causes failures on opensuse154 and debian11 workers. I've tried to get pseudo.log for the failures but they are not present on debian11 and are not interesting for opensuse154. debian11 failures look like that: https://autobuilder.yoctoproject.org/typhoon/#/builders/42/builds/71

[OE-core][kirkstone][PATCH v4] openssh: Remove BSD-4-clause contents completely from codebase

2023-06-01 Thread Riyaz Ahmed Khan
From: Riyaz Khan Below upstream commit removed BSD-4-Clause from the LICENSE variable, Link: https://git.yoctoproject.org/poky/commit/?id=2c86f586d55d0f6b99053e3e4d14c9ee36fa8aa8 But actually if we check from the source code of the openssh for this version (8.9p1), there are some files (openbsd-

Re: [OE-core] [PATCH v2 2/2] python3-meson-python: New recipe

2023-06-01 Thread Alexandre Belloni via lists.openembedded.org
Hello, This fails on the autobuilders: stdio: WARNING: Nothing PROVIDES 'python3-pyproject-metadata-native' (but virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-meson-python_0.13.1.bb, virtual:native:/home/pokybuild/yocto-worker/a-full/build/met

Re: [OE-core] [PATCH v2 2/2] python3-meson-python: New recipe

2023-06-01 Thread Zoltan Boszormenyi
2023. 06. 01. 13:00 keltezéssel, Alexandre Belloni írta: Hello, This fails on the autobuilders: stdio: WARNING: Nothing PROVIDES 'python3-pyproject-metadata-native' It works in mickledore. Was BBCLASSEXTEND removed from python3-pyproject-metadata in meta-openembedded master? (Looking... No,

Re: [OE-core] [PATCH v2 2/2] python3-meson-python: New recipe

2023-06-01 Thread Alexandre Belloni via lists.openembedded.org
On 01/06/2023 13:39:13+0200, Böszörményi Zoltán wrote: > 2023. 06. 01. 13:00 keltezéssel, Alexandre Belloni írta: > > Hello, > > > > This fails on the autobuilders: > > > > stdio: WARNING: Nothing PROVIDES 'python3-pyproject-metadata-native' > > It works in mickledore. > > Was BBCLASSEXTEND rem

[OE-core] cmake.bbclass poisoning from to /usr/include?

2023-06-01 Thread Kenth Eriksson via lists.openembedded.org
The generated toolchain file in cmake.bbclass uses ${includedir} for populating CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES and CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES. This results in include path pointing to /usr/include, is this correct? I expected to only allow header files from the recipe sysroot.

[OE-core] [meta-oe][PATCH V1] xz: add ptest support

2023-06-01 Thread duep.f...@fujitsu.com
From: duep Add a ptest for xz - It is taking around 1s to execute with kvm, so added it to PTESTS_FAST - It contains 11 test files: test_bcj_exact_size test_block_header test_check test_filter_flags test_hardware test_index test_index_hash test_lzip_decoder test_memlimit test_stream

Re: [OE-core] [meta-oe][PATCH V1] xz: add ptest support

2023-06-01 Thread Alexander Kanavin
This is exactly the same as the first submission and does not resolve my request to submit the patch to xz upstream. Alex On Thu, 1 Jun 2023 at 14:23, duep.f...@fujitsu.com wrote: > > From: duep > > Add a ptest for xz > - It is taking around 1s to execute with kvm, so added it to PTESTS_FAST >

Re: [OE-core] [PATCH 0/9] kernel/linux-yocto: consolidated pull request

2023-06-01 Thread Bruce Ashfield
On Thu, Jun 1, 2023 at 3:15 AM Richard Purdie wrote: > > On Wed, 2023-05-31 at 19:24 -0400, Bruce Ashfield wrote: > > On Wed, May 31, 2023 at 6:22 PM Richard Purdie > > wrote: > > > > > > On Wed, 2023-05-31 at 18:18 -0400, Bruce Ashfield wrote: > > > > On Wed, May 31, 2023 at 6:03 PM Richard Purd

Re: [OE-core] [PATCH] qemu: Split the qemu package

2023-06-01 Thread Bruce Ashfield
On Thu, Jun 1, 2023 at 5:33 AM Yu, Mingli wrote: > > > > On 5/30/23 23:09, Bruce Ashfield wrote: > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attachments unless you recognize the sender and > > know the content is safe. > > > > On Tue, May 30,

Re: [OE-core] [PATCH v2] qemu: Split the qemu package

2023-06-01 Thread Bruce Ashfield
On Thu, Jun 1, 2023 at 5:28 AM Yu, Mingli wrote: > > From: Mingli Yu > > Currently all files as below packaged into one package such as > qemu-7.2.0-*.rpm. After the qemu package installed on the target, > it will take up about 464M which includes not only the one matches > the arch of the target

Re: [OE-core] [PATCH 0/9] kernel/linux-yocto: consolidated pull request

2023-06-01 Thread Richard Purdie
On Thu, 2023-06-01 at 09:18 -0400, Bruce Ashfield wrote: > On Thu, Jun 1, 2023 at 3:15 AM Richard Purdie > wrote: > > > > On Wed, 2023-05-31 at 19:24 -0400, Bruce Ashfield wrote: > > > On Wed, May 31, 2023 at 6:22 PM Richard Purdie > > > wrote: > > > > > > > > On Wed, 2023-05-31 at 18:18 -0400,

Re: [OE-core] [PATCH v2 2/2] python3-meson-python: New recipe

2023-06-01 Thread Zoltan Boszormenyi
2023. 06. 01. 13:49 keltezéssel, Alexandre Belloni írta: On 01/06/2023 13:39:13+0200, Böszörményi Zoltán wrote: 2023. 06. 01. 13:00 keltezéssel, Alexandre Belloni írta: Hello, This fails on the autobuilders: stdio: WARNING: Nothing PROVIDES 'python3-pyproject-metadata-native' It works in mic

Re: [OE-core] [PATCH 0/9] kernel/linux-yocto: consolidated pull request

2023-06-01 Thread Bruce Ashfield
On Thu, Jun 1, 2023 at 9:42 AM Richard Purdie wrote: > > On Thu, 2023-06-01 at 09:18 -0400, Bruce Ashfield wrote: > > On Thu, Jun 1, 2023 at 3:15 AM Richard Purdie > > wrote: > > > > > > On Wed, 2023-05-31 at 19:24 -0400, Bruce Ashfield wrote: > > > > On Wed, May 31, 2023 at 6:22 PM Richard Purdi

[OE-core][PATCH v2] python_hatchling: remove empty python sysroot dirs

2023-06-01 Thread Trevor Gamblin
In some cases, empty versioned directories are being left behind in sysroots from previous versions of packages. This appears to be found with recipes relying on hatchling, and causes errors at the do_compile step: | File "/workspace/yocto/manual/openembedded-core/build/tmp-glibc/work/core2-64-

Re: [OE-core] [PATCH][pseudo] Move __*xstat* and __xmknod functions to new subport 'old__x'

2023-06-01 Thread Mark Hatle via lists.openembedded.org
Did you or someone else manually add this patch for testing? I wasn't aware that it had gone in for any sort of testing eyt. I'd like to see the integration used so I can understand how the test was performed. --Mark On 6/1/23 5:43 AM, Alexandre Belloni wrote: Hello Mark, This causes failu

Re: [OE-core] [PATCH][pseudo] Move __*xstat* and __xmknod functions to new subport 'old__x'

2023-06-01 Thread Alexandre Belloni via lists.openembedded.org
On 01/06/2023 09:15:25-0500, Mark Hatle wrote: > Did you or someone else manually add this patch for testing? I wasn't aware > that it had gone in for any sort of testing eyt. > > I'd like to see the integration used so I can understand how the test was > performed. Sure, I added the patch, he

Re: [OE-core] [PATCH][pseudo] Move __*xstat* and __xmknod functions to new subport 'old__x'

2023-06-01 Thread Mark Hatle
Ok, so adding this patch will move from the legacy behavior to the new behavior (not using the legacy stat interfaces). This will only work on machines where the software has been built for only the newer exposed interfaces. I am surprised Debian 11 failed, as it should have been new enough th

[OE-core][PATCH 1/2] cmake.bbclass: do not search host paths for find_program()

2023-06-01 Thread Chen Qi via lists.openembedded.org
From: Chen Qi OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM[1] controls the search behavior of find_program(). When this variable's value was first used in OE, it was deliberately set to BOTH to allow searching of host tools. This is to ensure the necessary tools from host could be used. The downside is th

[OE-core][PATCH 2/2] Revert "libsdl2: disable SDL's own ccache"

2023-06-01 Thread Chen Qi via lists.openembedded.org
From: Chen Qi The reverted patch's purpose is to avoid libsdl2-native from detecting ccache from host. Now that we have made cmake.bbclass to not search the host paths, the original patch is no longer needed. This reverts commit 01472f512f45bdd319611871a21172216c74e29a. Signed-off-by: Chen Qi

Re: [OE-core] [PATCH][pseudo] Move __*xstat* and __xmknod functions to new subport 'old__x'

2023-06-01 Thread Alexandre Belloni via lists.openembedded.org
On 01/06/2023 12:43:42+0200, Alexandre Belloni via lists.openembedded.org wrote: > Hello Mark, > > This causes failures on opensuse154 and debian11 workers. I've tried to > get pseudo.log for the failures but they are not present on debian11 and > are not interesting for opensuse154. > > debian11

[oe-core][mickledore][PATCH] tiff: backport a fix for CVE-2023-2731

2023-06-01 Thread Nat Bailey via lists.openembedded.org
From: Natasha Bailey This patch fixes an issue in libtiff's LZWDecode function which could cause a null pointer dereference. Signed-off-by: Natasha Bailey --- .../libtiff/files/CVE-2023-2731.patch | 39 +++ meta/recipes-multimedia/libtiff/tiff_4.5.0.bb | 4 +- 2 files

Re: [oe-core][mickledore][PATCH] tiff: backport a fix for CVE-2023-2731

2023-06-01 Thread Steve Sakoman
Hi Nat, Thanks for the patch, just one comment - see below. On Thu, Jun 1, 2023 at 9:58 AM Nat Bailey via lists.openembedded.org wrote: > > From: Natasha Bailey > > This patch fixes an issue in libtiff's LZWDecode function which could cause a > null pointer dereference. > > Signed-off-by: Nata

[oe-core][mickledore][PATCH v2] tiff: backport a fix for CVE-2023-2731

2023-06-01 Thread Nat Bailey via lists.openembedded.org
From: Natasha Bailey This patch fixes an issue in libtiff's LZWDecode function which could cause a null pointer dereference. Signed-off-by: Natasha Bailey --- .../libtiff/files/CVE-2023-2731.patch | 40 +++ meta/recipes-multimedia/libtiff/tiff_4.5.0.bb | 4 +- 2 files

Re: [OE-core] [PATCH] lighttpd: upgrade 1.4.69 -> 1.4.71

2023-06-01 Thread Alexandre Belloni via lists.openembedded.org
Hello, On the autobuilders, this causes: WARNING: lighttpd-1.4.71-r0 do_package_qa: QA Issue: lighttpd rdepends on lighttpd-module-indexfile, but it isn't a build dependency? [build-deps] WARNING: lighttpd-1.4.71-r0 do_package_qa: QA Issue: lighttpd rdepends on lighttpd-module-staticfile, but i

Re: [OE-core] [PATCH 3/3] vulkan-validation: Add the official Vulkan validation layers

2023-06-01 Thread Vincent Davis Jr
Hello, Is there any status on this? I'd definitely benefit from this. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#182122): https://lists.openembedded.org/g/openembedded-core/message/182122 Mute This Topic: https://lists.openembedded.org/mt/9494

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

2023-06-01 Thread Steve Sakoman
Please review this set of changes for mickledore and have comments back by end of day Monday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5383 The following changes since commit c46d0cfe4b18318c00390eb112edcbea8b8d6a7a: gdb: fix crashes when

[OE-core][mickledore 01/13] linux-yocto/5.15: update to v5.15.109

2023-06-01 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: f48aeeaaa64c Linux 5.15.109 4aed6b5809bb soc: sifive: l2_cache: fix missing of_node_put() in sifive_l2_init() 71e7ed6e3aa9 soc: sifive: l2_cache: fix missing free_irq() in error p

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

2023-06-01 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 8a7f2a5c5aa1 Linux 5.15.110 cab0f985037b riscv: No need to relocate the dtb as it lies in the fixmap region 1f09c9bab723 riscv: Do not set initial_boot_params to the linear addres

[OE-core][mickledore 03/13] linux-yocto/5.15: update to v5.15.111

2023-06-01 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: b0ece631f84a Linux 5.15.111 0a008c5098d8 sched: Fix DEBUG && !SCHEDSTATS warn 21c2a454486d netfilter: nf_tables: deactivate anonymous set from preparation phase aa6ff950f875 a

[OE-core][mickledore 04/13] linux-yocto/5.15: update to v5.15.112

2023-06-01 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 9d6bde853685 Linux 5.15.112 0788273bd0a6 drm/amd/display: Fix hang when skipping modeset de9a3ed42333 RISC-V: Fix up a cherry-pick warning in setup_vm_final() 3c9b08a16978 drbd

[OE-core][mickledore 05/13] linux-yocto/5.15: update to v5.15.113

2023-06-01 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 1fe619a7d252 Linux 5.15.113 7de20a23e52a HID: wacom: add three styli to wacom_intuos_get_tool_type 25b835d40838 HID: wacom: Add new Intuos Pro Small (PTH-460) device IDs a540aa

[OE-core][mickledore 06/13] git: ignore CVE-2023-25815

2023-06-01 Thread Steve Sakoman
From: Archana Polampalli This is specific to Git-for-Windows. Signed-off-by: Archana Polampalli Signed-off-by: Steve Sakoman --- meta/recipes-devtools/git/git_2.39.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/git/git_2.39.2.bb b/meta/recipes-devtools/git/g

[OE-core][mickledore 07/13] libgcrypt: update 1.10.1 -> 1.10.2

2023-06-01 Thread Steve Sakoman
From: Alexander Kanavin Latest stable branch update Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni (cherry picked from commit fc7a39d1a16b424ab80f7463c2e1258e6ea3ab38) Signed-off-by: Steve Sakoman --- .../files/0001-libgcrypt-fix-m4-file-for-oe-core.patch | 6 +++--- ...p

[OE-core][mickledore 08/13] e2fsprogs: fix ptest bug for second running

2023-06-01 Thread Steve Sakoman
From: Qiu Tingting At second running, there are four new failed case: d_loaddump f_bigalloc_badinode f_bigalloc_orphan_list f_dup_resize The test_data.tmp is necessary, but it is deleted by run-ptest. So it should be restored after testing. Signed-off-by: Qiu Tingting Signed-off-by: Alexandr

[OE-core][mickledore 09/13] tiff: Remove unused patch from tiff

2023-06-01 Thread Steve Sakoman
From: nikhil Remove 0001-Revised-handling-of-TIFFTAG_INKNAMES-and-related-TIF.patch file from tiff as it was removed while upgrading tiff from 4.4.0 -> 4.5.0 Signed-off-by: Nikhil R Signed-off-by: Richard Purdie (cherry picked from commit c53abdb5ce9cdbfb0f9e48b64b800c45549d18a6) Signed-off-by

[OE-core][mickledore 10/13] populate_sdk_base.bbclass: respect MLPREFIX for ptest-pkgs's ptest-runner

2023-06-01 Thread Steve Sakoman
From: Martin Jansa * since "populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner" change: https://git.openembedded.org/openembedded-core/commit/?id=ecff0642be5781f7f6cca617158b04ac9a0e85f0 in multilib build when building lib32-foo-image it can pick wrong ptest-runner package if it wa

[OE-core][mickledore 11/13] qemurunner: avoid leaking server_socket

2023-06-01 Thread Steve Sakoman
From: Mikko Rapeli close() the server_socket before qemusock replaces it. Signed-off-by: Mikko Rapeli Signed-off-by: Alexandre Belloni (cherry picked from commit be7bbbeeb44158b181d1abc5a4d7871a9045fdd6) Signed-off-by: Steve Sakoman --- meta/lib/oeqa/utils/qemurunner.py | 1 + 1 file changed

[OE-core][mickledore 12/13] uninative: Upgrade to 3.10 to support gcc 13

2023-06-01 Thread Steve Sakoman
From: Michael Halstead Signed-off-by: Michael Halstead Signed-off-by: Richard Purdie (cherry picked from commit f811bffb861b23238e8291394bd6e8407f013619) Signed-off-by: Steve Sakoman --- meta/conf/distro/include/yocto-uninative.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-)

[OE-core][mickledore 13/13] uninative: Upgrade to 4.0 to include latest gcc 13.1.1

2023-06-01 Thread Steve Sakoman
From: Michael Halstead Signed-off-by: Michael Halstead Signed-off-by: Richard Purdie (cherry picked from commit f87becb69e02bdf055dffb633ed4f6d36b36f7a7) Signed-off-by: Steve Sakoman --- meta/conf/distro/include/yocto-uninative.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-)

Re: [OE-core] Is aarch64_be under maintenance?

2023-06-01 Thread leimaohui
Hi, Richard > It has worked at some points in time but isn't part of our automated test > matrix > so it looks like it has suffered from bitrot :( I have no idea about how to fix these bugs, Can you give me some suggestions? Or can aach64_be be added into the work of next release? Best regard

[OE-core] [PATCH v3] qemu: Split the qemu package

2023-06-01 Thread Yu, Mingli
From: Mingli Yu Currently all files as below packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up about 464M which includes not only the one matches the arch of the target but aslo all available built qemu targets which set by QEMU_TA

Re: [OE-core] [PATCH 3/3] vulkan-validation: Add the official Vulkan validation layers

2023-06-01 Thread Alexander Kanavin
Given that this was in November last year, I think the best course of action is for you to take the proposed patch and fix it into a state that can be merged. Alex On Thu, 1 Jun 2023 at 23:55, Vincent Davis Jr wrote: > > Hello, > > Is there any status on this? I'd definitely benefit from this. >

Re: [OE-core] Is aarch64_be under maintenance?

2023-06-01 Thread Alexander Kanavin
On Fri, 2 Jun 2023 at 04:36, leimaohui wrote: > > It has worked at some points in time but isn't part of our automated test > > matrix > > so it looks like it has suffered from bitrot :( > > I have no idea about how to fix these bugs, Can you give me some suggestions? > Or can aach64_be be added

Re: [OE-core] [meta-oe][PATCH V1] xz: add ptest support

2023-06-01 Thread duep.f...@fujitsu.com
Sorry, the second email was accidentally sent by mistake. Now I have submitted the patch to xz upstream. But in xz upstream, I submitted the patch via email and it doesn't has the link. Could I submit the patch email as attachment here? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

Re: [OE-core] [meta-oe][PATCH V1] xz: add ptest support

2023-06-01 Thread Alexander Kanavin
On Fri, 2 Jun 2023 at 08:34, duep.f...@fujitsu.com wrote: > Sorry, the second email was accidentally sent by mistake. > Now I have submitted the patch to xz upstream. > But in xz upstream, I submitted the patch via email and it doesn't has the > link. > Could I submit the patch email as attachmen

Re: [OE-core] Is aarch64_be under maintenance?

2023-06-01 Thread Richard Purdie
Hi Lei, On Fri, 2023-06-02 at 02:36 +, Maohui Lei (Fujitsu) wrote: > > It has worked at some points in time but isn't part of our automated test > > matrix > > so it looks like it has suffered from bitrot :( > > I have no idea about how to fix these bugs, Can you give me some suggestions?  >