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

2021-05-24 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: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newc

Re: [OE-core] [PATCH 02/21] systemd: update 247.6 -> 248.3

2021-05-24 Thread Khem Raj
since master-next broke my CI, I have sent a fix on top of this. Please include that On Mon, May 24, 2021 at 5:18 PM Khem Raj wrote: > > Fails to compile for musl > > https://errors.yoctoproject.org/Errors/Details/585507/ > > src/basic/percent-util.c source file needs to include > > #include "mis

[OE-core] [PATCH] systemd: Fix 248.3 on musl

2021-05-24 Thread Khem Raj
Signed-off-by: Khem Raj --- ...test-parse-argument-Include-signal.h.patch | 29 + ...missing.h-check-for-missing-strndupa.patch | 112 ++ meta/recipes-core/systemd/systemd_248.3.bb| 1 + 3 files changed, 40 insertions(+), 102 deletions(-) create mode 100644 meta/recip

Re: [OE-core] [PATCH 02/21] systemd: update 247.6 -> 248.3

2021-05-24 Thread Khem Raj
Fails to compile for musl https://errors.yoctoproject.org/Errors/Details/585507/ src/basic/percent-util.c source file needs to include #include "missing_stdlib.h" like other files in 0005-src-basic-missing.h-check-for-missing-strndupa.patch On Mon, May 24, 2021 at 2:14 AM Alexander Kanavin wr

Re: [OE-core] [PATCH v4 4/5] oeqa/selftest/cases/rust.py: Rust oe-selftest script.

2021-05-24 Thread Alexander Kanavin
On Mon, 24 May 2021 at 19:16, Vinay Kumar wrote: > Build remote-test-server copy to image and execute > remotely through background ssh. > Thanks, I do not have any further comments about the overall structure, the below are more specific concerns. > + with runqemu("core-image-mi

[OE-core] [PATCH v2 1/1] ltp: Update to 20210524

2021-05-24 Thread Petr Vorel
Remove patches accepted in this upstream release * determinism.patch (45530792a, 01fefa08c) * libswapon.patch (2b64c727f) * 0001-open_posix_testsuite-generate-makefiles.sh-Avoid-inc.patch (f38172209) * 0002-Makefile-Avoid-wildcard-determinism-issues.patch (edf60cf6a) * 0003-syscalls-swapon-swapof

[OE-core] [PATCH 1/1] ltp: Update to 20210524

2021-05-24 Thread Petr Vorel
Remove patches accepted in this upstream release * determinism.patch (45530792a, 01fefa08c) * libswapon.patch (2b64c727f) * 0001-open_posix_testsuite-generate-makefiles.sh-Avoid-inc.patch (f38172209) * 0002-Makefile-Avoid-wildcard-determinism-issues.patch (edf60cf6a) * 0003-syscalls-swapon-swapof

Re: [OE-core] [PATCH v3 4/5] oeqa/selftest/cases/rust.py: Rust oe-selftest script.

2021-05-24 Thread Vinay Kumar
Hi Alex, I have sent the v4 version of patches with "do_check" functionality included in "rust.py" Also, verified for qemuarm64 target with fresh run. Please let me know in case of any corrections. Regards, Vinay On Mon, May 24, 2021 at 10:42 AM Vinay Kumar via lists.openembedded.org wrote: >

[OE-core] [PATCH v4 2/5] Add rust testsuite for 1.46.0

2021-05-24 Thread Vinay Kumar
Signed-off-by: Vinay Kumar --- meta/recipes-devtools/rust/rust-testsuite_1.46.0.bb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta/recipes-devtools/rust/rust-testsuite_1.46.0.bb diff --git a/meta/recipes-devtools/rust/rust-testsuite_1.46.0.bb b/meta/recipes-devtools/rust/rust-

[OE-core] [PATCH v4 5/5] rust.inc : Fix for aarch64 feature.

2021-05-24 Thread Vinay Kumar
While executing ui testing observed failures due to below warning, "'+v8' is not a recognized feature for this target (ignoring feature)" Same got fixed by backporting below patch, http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=rmacleod/rust-wip-2021-02-16&id=f243e4bbd5414ce519336753

[OE-core] [PATCH v4 4/5] oeqa/selftest/cases/rust.py: Rust oe-selftest script.

2021-05-24 Thread Vinay Kumar
Build remote-test-server copy to image and execute remotely through background ssh. Execute rust testing by exporting required paths. Capturing test results in summary.txt at rust source folder. We are booting qemuimage in "nographic" mode along with additional qemuparams, '-monitor telnet:127.0.

[OE-core] [PATCH v4 1/5] rust-testsuite.inc : Rust cross testing.

2021-05-24 Thread Vinay Kumar
Below list of functions are part of rust-testsuite.inc setup_cargo_environment(): Build bootstrap and some early stage tools. do_rust_setup_snapshot(): Install the snapshot version of rust binaries. do_configure(): To generate config.toml do_compile(): To build "remote-test-server" for qemutarget i

[OE-core] [PATCH v4 3/5] rust.inc : Changed target cpu for powerpc to "7400"

2021-05-24 Thread Vinay Kumar
While executing rust-testing observed some ui testfailures due to below warning message. 'powerpc' is not a recognized processor for this target in rust So renamed target cpu for "powerpc" in "llvm_cpu" to "7400" as per default tune for qemuppc. Signed-off-by: Vinay Kumar --- meta/recipes-devt

[OE-core] [PATCH] linux-yocto/5.10: update to v5.10.38

2021-05-24 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 689e89aee55c Linux 5.10.38 ed350825e89a ASoC: rsnd: check all BUSIF status when error cd709c8e06b6 nvme: do not try to reconfigure APST when the controller is not

[OE-core] [PATCH v2] gcc: Update to latest on release/gcc-11 branch

2021-05-24 Thread Khem Raj
There has been 150+ fixes made available after gcc 11.1.0 was released, details of these fixes is here https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff_plain;hp=releases/gcc-11.1.0;h=9ee61d2b51d Signed-off-by: Khem Raj --- v2: Use download mirror to fetch the patch meta/recipes-devtools/gcc/gcc

Re: [OE-core] [dunfell][openembedded]pseudo updates breaks my custom recipe in Jenkins pipeline docker container

2021-05-24 Thread Richard Purdie
On Mon, 2021-05-24 at 15:46 +0200, Chencheng Zhang wrote: > > I don't have any problem building the recipe on my local Ubuntu. But on our > Jenkins pipeline > docker container (UID 111 GID 113), it complains: > > 18:58:46  | ERROR: 'python3 setup.py install > > --root=/var/lib/jenkins/workspace/

Re: [OE-core] [PATCH v2] glibc: Enable memory tagging for aarch64

2021-05-24 Thread Khem Raj
On Mon, May 24, 2021 at 3:14 AM Ross Burton wrote: > > +1 from me, I had the same patch locally that I was about to send :) > > I do wonder if we should start using that PACKAGECONFIG for these > tunables, as on non-MTE hardware there is an overhead (albeit small). > for aarch64 it would be bette

Re: [OE-core] [PATCH v2] glibc: Enable memory tagging for aarch64

2021-05-24 Thread Ross Burton
+1 from me, I had the same patch locally that I was about to send :) I do wonder if we should start using that PACKAGECONFIG for these tunables, as on non-MTE hardware there is an overhead (albeit small). Ross On Sun, 23 May 2021 at 15:45, Khem Raj wrote: > > Glibc on aarch64 has a memory taggi

[OE-core] [PATCH 16/21] apt: upgrade 2.2.2 -> 2.2.3

2021-05-24 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../apt/0001-Do-not-init-tables-from-dpkg-configuration.patch | 2 +- ...1-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch | 2 +- meta/recipes-devtools/apt/{apt_2.2.2.bb => apt_2.2.3.bb}| 2 +- 3 files changed, 3 insertions(+), 3 deletion

[OE-core] [PATCH 21/21] systemtap: update 4.4 -> 4.5

2021-05-24 Thread Alexander Kanavin
Drop 0001-transport-protect-include-and-callsite-with-same-con.patch as upstream made the same change: https://sourceware.org/git/?p=systemtap.git;a=commitdiff;h=0d80048e02ecf6876c9f9ebeea387af9fb2a8051 Signed-off-by: Alexander Kanavin --- ...t-include-and-callsite-with-same-con.patch | 44 -

[OE-core] [PATCH 14/21] webkitgtk: update 2.32.0 -> 2.32.1

2021-05-24 Thread Alexander Kanavin
Drop 49a19c49c6de8af74e521f36cb43e6c1ec2e391c.patch (backport) 0001-Fix-build-with-musl.patch (problem fixed upstream). Signed-off-by: Alexander Kanavin --- ...1-Enable-THREADS_PREFER_PTHREAD_FLAG.patch | 6 +- .../webkitgtk/0001-Fix-build-with-musl.patch | 91 -- ...9c49c6de8af74e52

[OE-core] [PATCH 19/21] harfbuzz: update 2.8.0 -> 2.8.1

2021-05-24 Thread Alexander Kanavin
fontconfig option has been removed upstream as fontconfig hasn't been used for anything. Signed-off-by: Alexander Kanavin --- .../harfbuzz/{harfbuzz_2.8.0.bb => harfbuzz_2.8.1.bb}| 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_2

[OE-core] [PATCH 20/21] curl: update 7.76.0 -> 7.76.1

2021-05-24 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/curl/{curl_7.76.0.bb => curl_7.76.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/curl/{curl_7.76.0.bb => curl_7.76.1.bb} (97%) diff --git a/meta/recipes-support/curl/curl_7.76.0.bb b/meta/recipes

[OE-core] [PATCH 17/21] cmake: update 3.20.1 -> 3.20.2

2021-05-24 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../cmake/{cmake-native_3.20.1.bb => cmake-native_3.20.2.bb} | 0 meta/recipes-devtools/cmake/cmake.inc | 2 +- ...CMakeDetermineSystem-use-oe-environment-vars-to-load.patch | 4 ++-- .../cmake/{cmake_3.20.1.bb => cmake_3.20.2.bb}

[OE-core] [PATCH 13/21] libgpg-error: update 1.41 -> 1.42

2021-05-24 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...not-hardcode-gnu-libc-when-generatin.patch | 27 .../libgpg-error/libgpg-error/fix-cross.patch | 28 .../libgpg-error/libgpg-error/pkgconfig.patch | 129 ++ ...gpg-error_1.41.bb => libgpg-error_1.42.bb} | 4 +- 4 files changed,

[OE-core] [PATCH 18/21] libdnf: update 0.62.0 -> 0.63.0

2021-05-24 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libdnf/{libdnf_0.62.0.bb => libdnf_0.63.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/libdnf/{libdnf_0.62.0.bb => libdnf_0.63.0.bb} (94%) diff --git a/meta/recipes-devtools/libdnf/libdnf_0.62.0.

[OE-core] [PATCH 15/21] glib-2.0: update 2.68.1 -> 2.68.2

2021-05-24 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch | 6 +++--- .../glib-2.0/{glib-2.0_2.68.1.bb => glib-2.0_2.68.2.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-core/glib-2.0/{glib-2.0_2.68.1.bb => glib-2.0_2.68

[OE-core] [PATCH 01/21] gdk-pixbuf: update a patch status

2021-05-24 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../gdk-pixbuf/0001-Add-use_prebuilt_tools-option.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-Add-use_prebuilt_tools-option.patch b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/

[OE-core] [PATCH 12/21] vulkan-samples: update to latest revision

2021-05-24 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/vulkan/vulkan-samples_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb index e89f75baac..a177d9a391 100644

[OE-core] [PATCH 11/21] mesa: update 21.0.3 -> 21.1.1

2021-05-24 Thread Alexander Kanavin
License-Update: typo fix Signed-off-by: Alexander Kanavin --- ...002-meson.build-make-TLS-ELF-optional.patch | 18 +- .../{mesa-gl_21.0.3.bb => mesa-gl_21.1.1.bb} | 0 meta/recipes-graphics/mesa/mesa.inc| 4 ++-- .../mesa/{mesa_21.0.3.bb => mesa_21.1.1.bb}| 1

[OE-core] [PATCH 10/21] igt-gpu-tools: upgrade 1.25 -> 1.26

2021-05-24 Thread Alexander Kanavin
Drop patches merged upstream. Signed-off-by: Alexander Kanavin --- ...t_edid-Allocate-raw-8-bytes-for-VSDB.patch | 42 --- .../igt-gpu-tools/reproducibility.patch | 38 - .../igt-gpu-tools/igt-gpu-tools_git.bb| 8 ++-- 3 files changed, 3 insertions(

[OE-core] [PATCH 08/21] gnomebase: trim the SRC_URI directory from the back

2021-05-24 Thread Alexander Kanavin
Rather than take the first two components, drop the last one at the end. This makes it compatible with both old and new gnome version schemes. Signed-off-by: Alexander Kanavin --- meta/classes/gnomebase.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes/gn

[OE-core] [PATCH 09/21] gsettings-desktop-schemas: upgrade 3.38.0 -> 40.0

2021-05-24 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ktop-schemas_3.38.0.bb => gsettings-desktop-schemas_40.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gsettings-desktop-schemas/{gsettings-desktop-schemas_3.38.0.bb => gsettings-desktop-schemas_40.0.bb} (85%) diff

[OE-core] [PATCH 07/21] at: upgrade 3.2.1 -> 3.2.2

2021-05-24 Thread Alexander Kanavin
Drop a script in /usr/share as purpose is unclear (nothing references it), and it pulls in bash without need. Signed-off-by: Alexander Kanavin --- meta/recipes-extended/at/{at_3.2.1.bb => at_3.2.2.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta/recipes-extended/at/{at_3.

[OE-core] [PATCH 06/21] python3-smartypants: fix upstream version check

2021-05-24 Thread Alexander Kanavin
Upstream has never published the 2.0.1 tarball. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python3-smartypants_2.0.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb b/meta/recipes-devtools/python/python3-sma

[OE-core] [PATCH 05/21] mmc-utils: update to latest revision

2021-05-24 Thread Alexander Kanavin
Drop patch as upstream has fixed the issue. Signed-off-by: Alexander Kanavin --- ...tra-braces-when-initializing-subobje.patch | 32 --- meta/recipes-devtools/mmc/mmc-utils_git.bb| 6 ++-- 2 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 meta/recipes-de

[OE-core] [PATCH 02/21] systemd: update 247.6 -> 248.3

2021-05-24 Thread Alexander Kanavin
Drop backports: 48fff0a2af3f62acd446ebec8081b039b72caad8.patch 7c5fd25119a495009ea62f79e5daec34cc464628.patch 0001-analyze-resolve-executable-path-if-it-is-relative.patch 0001-analyze-resolve-executable-path-if-it-is-relative.patch Drop 0027-proc-dont-trigger-mount-error-with-invalid-options-o.pat

[OE-core] [PATCH 03/21] systemd-conf: do not version in lockstep with systemd

2021-05-24 Thread Alexander Kanavin
This is not needed as systemd-conf only packages standalone config files. Signed-off-by: Alexander Kanavin --- .../systemd/{systemd-conf_247.6.bb => systemd-conf_1.0.bb} | 2 ++ 1 file changed, 2 insertions(+) rename meta/recipes-core/systemd/{systemd-conf_247.6.bb => systemd-conf_1.0.bb}

[OE-core] [PATCH 04/21] gnu-config: update to latest revision

2021-05-24 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/gnu-config/gnu-config_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/meta/recipes-devtools/gnu-config/gnu-config_git.bb index d4ec4593fa..8d7d6ac3ee 100

[OE-core] [poky][dunfell][PATCH] tiff: Add fix for CVE-2020-35521 and CVE-2020-35522

2021-05-24 Thread akash hadke
Added fix for CVE-2020-35521 and CVE-2020-35522 Link: https://gitlab.com/libtiff/libtiff/-/commit/b5a935d96b21cda0f434230cdf8ca958cd8b4eef.patch Added below support patches for CVE-2020-35521 and CVE-2020-35522 1. 001_support_patch_for_CVE-2020-35521_and_CVE-2020-35522.patch Link: https://gitla

[OE-core][PATCH V2] rt-tests: update SRCREV

2021-05-24 Thread Chen Qi
The commit '6af88067da16c6e69243b376c3b6454ec694460b' is not available in the repo any more. I think it's due to some mis-operation of the upstream repo in the past few hours. Update the SRCREV to use the latest commit on unstable/devel/latest branch. Also, set PV explicitly and remove the obsole