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

2022-02-14 Thread wangmy
Changelog: = - fix bug in calling '.compose()' method with 'pathlib.Path' instance. Signed-off-by: Wang Mingyu --- ...n3-ruamel-yaml_0.17.20.bb => python3-ruamel-yaml_0.17.21.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

Re: [OE-core] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.4.2.rc2)

2022-02-14 Thread Teoh, Jay Shen
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-3.4.2.rc2. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2. Coffee Lake 3. NUC

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2022-02-14 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[OE-core] [PATCH] mesa: upgrade 21.3.5 -> 21.3.6

2022-02-14 Thread wangmy
Changelog: = Bug fixes - radv: CullDistance fail i965: Segmentation fault during glinfo context destruction, regression in 21.3.x Vulkan Wayland WSI returns empty surface formats [REGRESSION][BISECTED] iris: Qutebrowser/QtWebEngine sporadically flashes the window in white

[OE-core] [PATCH] rng-tools: upgrade 6.14 -> 6.15

2022-02-14 Thread wangmy
0001-Adding-ability-to-detect-non-posix-extensions-for-pt.patch 0002-Allow-for-use-of-either-pthread-affinity-set-methods.patch removed since they're included in 6.15. Changelog: = Adjust rngtests for better behavior in travis fix use of non-posix setaffinity call to allow building on

[OE-core] [PATCH] linux-firmware: upgrade 20211216 -> 20220209

2022-02-14 Thread wangmy
License-Update: Version of some driver files updated Added files for some drivers Signed-off-by: Wang Mingyu --- ...{linux-firmware_20211216.bb => linux-firmware_20220209.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH] libhandy: upgrade 1.5.0 -> 1.5.90

2022-02-14 Thread wangmy
0001-Add-private-headers.patch removed since it's included in 1.5.90. Changelog: = - Documentation - Port to gi-docgen - Use "Since: 1.0" for pre-1.0 symbols - Various cleanups and consistency updates - Demo - Fix keyboard navigation - Don't make rows containing buttons

[OE-core] [PATCH 2/2] u-boot: Fix RISCV build with binutils 2.38

2022-02-14 Thread Khem Raj
Ensure right ABI and march is used which matches OE core settings Signed-off-by: Khem Raj --- ...1-riscv-fix-build-with-binutils-2.38.patch | 40 +++ ...iscv32-Use-double-float-ABI-for-rv32.patch | 16 meta/recipes-bsp/u-boot/u-boot_2022.01.bb | 4 +- 3 files

[OE-core] [PATCH 1/2] opensbi: Upgrade to 1.0

2022-02-14 Thread Khem Raj
Drop OE specific patch to shunt march/mabi this seems to work fine now. unset CLANG_TARGET so it can compile with OE produced clang toolchain which provides --target itself Signed-off-by: Khem Raj Cc: Alistair Francis --- ...Makefile-Don-t-specify-mabi-or-march.patch | 36 ---

[OE-core] [PATCH v3 4/4] selftest: wic: Add rawcopy plugin unpack test

2022-02-14 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Signed-off-by: Stefan Herbrechtsmeier --- (no changes since v1) meta/lib/oeqa/selftest/cases/wic.py | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py

[OE-core] [PATCH v3 3/4] selftest: wic: Remove requirement of syslinux from test_rawcopy_plugin

2022-02-14 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Remove bootimg-pcbios from wks to eliminate requirement of syslinux from test_rawcopy_plugin to avoid the following error. ERROR: Couldn't find correct bootimg_dir, exiting Signed-off-by: Stefan Herbrechtsmeier --- (no changes since v1)

[OE-core] [PATCH v3 2/4] wic: rawcopy: Add support for packed images

2022-02-14 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Add support for packed images to wic rawcopy handler do minimize disk usage in deploy directory and reuse of packed images between wic and swupdate. Add `unpack` to sourceparams to unpack an bz2, gz and xz archives. Example: part / --source rawcopy

[OE-core] [PATCH v3 1/4] wic: partition: Support valueless keys in sourceparams

2022-02-14 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Accept valueless keys in sourceparams without equals sign (=) to match the comment and support Boolean entries. Signed-off-by: Stefan Herbrechtsmeier --- (no changes since v1) scripts/lib/wic/partition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [OE-core] [PATCH v2 5/5] selftest: wic: Disable graphic of qemu to support WSL

2022-02-14 Thread Alexander Kanavin
On Mon, 14 Feb 2022 at 18:12, Stefan Herbrechtsmeier wrote: > Am 14.02.2022 um 17:28 schrieb Alexander Kanavin: > > This fixes one location where the problem can occur in selftests, but > > what about all the others? > > Other tests like efibootpartition, gcc, glibc or runqemu already set >

Re: [OE-core] [PATCH v2 5/5] selftest: wic: Disable graphic of qemu to support WSL

2022-02-14 Thread Stefan Herbrechtsmeier
Hi Alex, Am 14.02.2022 um 17:28 schrieb Alexander Kanavin: This fixes one location where the problem can occur in selftests, but what about all the others? Other tests like efibootpartition, gcc, glibc or runqemu already set nographic. Generally, it is not selftest's job to ensure qemu

Re: [OE-core] [PATCH] dev-manual: update example from kernel.bbclass

2022-02-14 Thread Michael Opdenacker via lists.openembedded.org
On 2/14/22 17:24, Quentin Schulz wrote: > Hi Christian, > > On 2/14/22 17:17, Christian Eggers wrote: >> Since f7485646534e ("kernel: provide virtual/kernel for all kernels"), >> all recipes which inherit kernel.bbclass provide "virtual/kernel", >> independent of the value of

Re: [OE-core] [PATCH] cmake: read asm flags correctly from environment in toolchain file

2022-02-14 Thread Martin Beeger
I'm a little more puzzled on this one since whilst we set CFLAGS and CXXFLAGS in bitbake.conf, we don't set ASMFLAGS and it wouldn't be present in our environment. Perhaps this should be $ENV{CFLAGS} instead of ${CMAKE_C_FLAGS}? There are flags in our CFLAGS which like need to be passed to the

Re: [OE-core] [PATCH v2 5/5] selftest: wic: Disable graphic of qemu to support WSL

2022-02-14 Thread Alexander Kanavin
This fixes one location where the problem can occur in selftests, but what about all the others? Generally, it is not selftest's job to ensure qemu can be started: you need to either tweak runqemu to detect WSL, configure qemu-system-native from your local.conf so that it doesn't enable sdl or

Re: [OE-core] [PATCH] dev-manual: update example from kernel.bbclass

2022-02-14 Thread Quentin Schulz
Hi Christian, On 2/14/22 17:17, Christian Eggers wrote: Since f7485646534e ("kernel: provide virtual/kernel for all kernels"), all recipes which inherit kernel.bbclass provide "virtual/kernel", independent of the value of `KERNEL_PACKAGE_NAME`. Signed-off-by: Christian Eggers ---

[OE-core] [PATCH] ltp: Disable proc01 test

2022-02-14 Thread Richard Purdie
This test has history of hanging on arm trying to read from /proc/kmsg and it has reappeared. Disable the test since hanging autobuilder builds are annoying. I suspect there is a genuine race on ARM somewhere here in the kernel. Signed-off-by: Richard Purdie ---

[OE-core] [PATCH] ltp: Disable proc01 test

2022-02-14 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../ltp/ltp/disable_hanging_tests.patch | 27 +++ meta/recipes-extended/ltp/ltp_20220121.bb | 1 + 2 files changed, 28 insertions(+) create mode 100644 meta/recipes-extended/ltp/ltp/disable_hanging_tests.patch diff --git

[OE-core] [PATCH] dev-manual: update example from kernel.bbclass

2022-02-14 Thread Christian Eggers
Since f7485646534e ("kernel: provide virtual/kernel for all kernels"), all recipes which inherit kernel.bbclass provide "virtual/kernel", independent of the value of `KERNEL_PACKAGE_NAME`. Signed-off-by: Christian Eggers --- documentation/dev-manual/common-tasks.rst | 2 +- 1 file changed, 1

[OE-core] [PATCH v2 2/5] wic: rawcopy: Add support for packed images

2022-02-14 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Add support for packed images to wic rawcopy handler do minimize disk usage in deploy directory and reuse of packed images between wic and swupdate. Add `unpack` to sourceparams to unpack an bz2, gz and xz archives. Example: part / --source rawcopy

[OE-core] [PATCH v2 5/5] selftest: wic: Disable graphic of qemu to support WSL

2022-02-14 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Disable graphic support of qemu to support qemu tests in WSL. Signed-off-by: Stefan Herbrechtsmeier --- Changes in v2: - Add patch meta/lib/oeqa/selftest/cases/wic.py | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git

[OE-core] [PATCH v2 4/5] selftest: wic: Add rawcopy plugin unpack test

2022-02-14 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Signed-off-by: Stefan Herbrechtsmeier --- (no changes since v1) meta/lib/oeqa/selftest/cases/wic.py | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py

[OE-core] [PATCH v2 3/5] selftest: wic: Remove requirement of syslinux from test_rawcopy_plugin

2022-02-14 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Remove bootimg-pcbios from wks to eliminate requirement of syslinux from test_rawcopy_plugin to avoid the following error. ERROR: Couldn't find correct bootimg_dir, exiting Signed-off-by: Stefan Herbrechtsmeier --- (no changes since v1)

[OE-core] [PATCH v2 1/5] wic: partition: Support valueless keys in sourceparams

2022-02-14 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Accept valueless keys in sourceparams without equals sign (=) to match the comment and support Boolean entries. Signed-off-by: Stefan Herbrechtsmeier --- (no changes since v1) scripts/lib/wic/partition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [OE-core] [PATCH] cmake: read asm flags correctly from environment in toolchain file

2022-02-14 Thread Richard Purdie
On Mon, 2022-02-14 at 16:38 +0100, Martin Beeger wrote: > As discussied in [YOCTO #14717] cmake contains a OEToolchainConfig.cmake > file to configure the toolchain correctly in cross-compile build for recipes > using cmake. The CMAKE_ASM_FLAGS are the configuration for inline assembly, > and

[OE-core] [PATCH] cmake: read asm flags correctly from environment in toolchain file

2022-02-14 Thread Martin Beeger
As discussied in [YOCTO #14717] cmake contains a OEToolchainConfig.cmake file to configure the toolchain correctly in cross-compile build for recipes using cmake. The CMAKE_ASM_FLAGS are the configuration for inline assembly, and these are set in toolchain environment via the ASMFLAGS variable.

[OE-core] [PATCH] python3-pathlib2: upgrade 2.3.6 -> 2.3.7

2022-02-14 Thread wangmy
Changelog: = This version will be the last release to support Python 2.7. Fix bug in samefile on Windows when file does not exist. Add newline parameter for write_text (see issue #64). Add many more type annotations. Continuous integration migrated to github actions. Project migrated to

[OE-core] [PATCH] python3-pbr: upgrade 5.8.0 -> 5.8.1

2022-02-14 Thread wangmy
Signed-off-by: Wang Mingyu --- meta/recipes-devtools/python/python3-pbr_5.8.0.bb | 4 meta/recipes-devtools/python/python3-pbr_5.8.1.bb | 4 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.8.0.bb create mode 100644

[OE-core] [PATCH] python3-hypothesis: upgrade 6.36.1 -> 6.36.2

2022-02-14 Thread wangmy
Changelog: = Updates vendored list of top-level domains, which is used by the provisional domains() strategy. Signed-off-by: Wang Mingyu --- ...ython3-hypothesis_6.36.1.bb => python3-hypothesis_6.36.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH] harfbuzz: upgrade 3.3.2 -> 3.4.0

2022-02-14 Thread wangmy
Changelog: = *Perform sanity checks on shaping results is now part of "harfbuzz" library and can be enabled by setting the buffer flag HB_BUFFER_FLAG_VERIFY. *Arabic Mark Transient Reordering Algorithm have been updated to revision 6. *ISO 15924 code for mathematical notation, 'Zmth', now

[OE-core] [PATCH] gpgme: upgrade 1.16.0 -> 1.17.0

2022-02-14 Thread wangmy
The following patches refreshed for 1.17.0 0001-pkgconfig.patch 0001-use-closefrom-on-linux-and-glibc-2.34.patch Changelog: = qt: Fix build for older Qt versions. Signed-off-by: Wang Mingyu --- .../gpgme/gpgme/0001-pkgconfig.patch | 25 ++-

[OE-core] [PATCH] go: upgrade 1.17.6 -> 1.17.7

2022-02-14 Thread wangmy
Signed-off-by: Wang Mingyu --- meta/recipes-devtools/go/{go-1.17.6.inc => go-1.17.7.inc} | 2 +- ...{go-binary-native_1.17.6.bb => go-binary-native_1.17.7.bb} | 4 ++-- ...o-cross-canadian_1.17.6.bb => go-cross-canadian_1.17.7.bb} | 0 .../go/{go-cross_1.17.6.bb => go-cross_1.17.7.bb}

[OE-core] [PATCH] glib-2.0: upgrade 2.70.3 -> 2.70.4

2022-02-14 Thread wangmy
Changelog: = * Bugs fixed: - !2462 Backport !2461 "Fix memory leak in gio/gdbusauthmechanismsha1.c" to glib-2-70 * Translation updates: - Czech - French - Indonesian - Japanese - Polish - Portuguese (Brazil) - Russian - Slovenian - Spanish - Swedish - Ukrainian

[OE-core] [PATCH] autoconf-archive: upgrade 2021.02.19 -> 2022.02.11

2022-02-14 Thread wangmy
Changelog: = AX_CC_FOR_BUILD was deprecated in favor of AX_PROG_CC_FOR_BUILD. Signed-off-by: Wang Mingyu --- ...onf-archive_2021.02.19.bb => autoconf-archive_2022.02.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH] openssl: Add perl functionality test to do_configure

2022-02-14 Thread Richard Purdie
Loading the POSIX module after loading others in perl causes errors to get hidden. The resulting build failures are obtuse and hard to debug. We see this quite often when we upgrade glibc but not uninative and there are symbol mismatches. Add a quick test to the start of configure which tests

Re: [OE-core] [PATCH] bitbake.conf: Add COMMON_LICENSE_DIR to BB_HASHEXCLUDE_COMMON

2022-02-14 Thread Peter Kjellerstedt
> -Original Message- > From: Richard Purdie > Sent: den 14 februari 2022 11:32 > To: Peter Kjellerstedt ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] bitbake.conf: Add COMMON_LICENSE_DIR to > BB_HASHEXCLUDE_COMMON > > On Sun, 2022-02-13 at 22:36 +,

[OE-core] [dunfell][PATCH] sdk: fix search for dynamic loader

2022-02-14 Thread Christian Eggers
if the package "nativesdk-glibc-dbg" is installed as part of the SDK, the existing search expression finds two files: $OECORE_NATIVE_SYSROOT/lib/.debug/ld-linux-x86-64.so.2 $OECORE_NATIVE_SYSROOT/lib/ld-linux-x86-64.so.2 The generated relocate_sdk.sh shell script contains then an extra newline

[OE-core] [hardknott][PATCH] sdk: fix search for dynamic loader

2022-02-14 Thread Christian Eggers
if the package "nativesdk-glibc-dbg" is installed as part of the SDK, the existing search expression finds two files: $OECORE_NATIVE_SYSROOT/lib/.debug/ld-linux-x86-64.so.2 $OECORE_NATIVE_SYSROOT/lib/ld-linux-x86-64.so.2 The generated relocate_sdk.sh shell script contains then an extra newline

[OE-core] [honister][PATCH] sdk: fix search for dynamic loader

2022-02-14 Thread Christian Eggers
if the package "nativesdk-glibc-dbg" is installed as part of the SDK, the existing search expression finds two files: $OECORE_NATIVE_SYSROOT/lib/.debug/ld-linux-x86-64.so.2 $OECORE_NATIVE_SYSROOT/lib/ld-linux-x86-64.so.2 The generated relocate_sdk.sh shell script contains then an extra newline

Re: [OE-core] [PATCH] bitbake.conf: Add COMMON_LICENSE_DIR to BB_HASHEXCLUDE_COMMON

2022-02-14 Thread Richard Purdie
On Sun, 2022-02-13 at 22:36 +, Peter Kjellerstedt wrote: > > -Original Message- > > From: Richard Purdie > > Sent: den 13 februari 2022 22:44 > > To: Peter Kjellerstedt ; > > openembedded-core@lists.openembedded.org > > Subject: Re: [OE-core] [PATCH] bitbake.conf: Add

[OE-core] [PATCH] mc: fix build if ncurses have been configured without wide characters

2022-02-14 Thread Christian Eggers
Some distros like poky-tiny set ENABLE_WIDEC=false, which disables wide character support for ncurses. The new patch fixes the build of mc for this case. Since 9000f8033662, NCURSES_WIDECHAR is set explicitly to 1 for musl. This doesn't work for ENABLE_WIDEC==false. In this case, NCURSES_WIDECHAR

Re: [OE-core] [honister][PATCH 3/3] package: Pass dv (debug_vars) around instead of individual vars

2022-02-14 Thread Anuj Mittal
Hi Peter On Tue, 2022-02-08 at 16:53 +0100, Peter Kjellerstedt wrote: > From: Peter Kjellerstedt > > This simplifies the APIs for splitdebuginfo(), splitstaticdebuginfo() > and inject_minidebuginfo() It doesn't look like these patches are fixing any bug so not appropriate for honister in my

Re: [OE-core] [hardknott][PATCH] glibc: upgrade glibc-2.33 to latest version

2022-02-14 Thread Anuj Mittal
On Mon, 2022-02-14 at 13:08 +0530, pgowda cve wrote: > Gentle Ping on this patch. I didn't realize this is separate from the glibc upgrade sent earlier. I will include it now. Thanks, Anuj > > On Sun, Jan 30, 2022 at 11:50 AM pgowda wrote: > > > > glibc-2.33 has been upgraded to latest