Re: [OE-core][PATCH] busybox: add tmpdir option into mktemp applet

2021-07-12 Thread Andrej Valek
Hello Steve, Would it be possible to include it into dunfell branch too? Or do I need to submit the patch again? Thank you, Andrej On 6/24/21 11:10 PM, Andrej Valek wrote: > - Make mktemp applet compatible with --tmpdir option in ca-certificate > update script. > > Signed-off-by: Andrej

Re: [OE-core] Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am on the first Tuesday (PDT)

2021-07-12 Thread Randy MacLeod
On 2021-07-12 12:36 p.m., Stephen Jolley wrote: All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (7/13) Yocto Project Technical Team Meeting: We encourage people attending the meeting to logon and announce themselves on the Yocto Project

Re: [OE-core] [meta-java][dunfell][PATCH] xerces-j: Whitelisted CVE-2018-2799

2021-07-12 Thread Khem Raj
meta-java has contribution guidelines here https://git.yoctoproject.org/cgit/cgit.cgi/meta-java/tree/README please read through Contributing section and follow the right mailing list and CC the maintainers please On Mon, Jul 12, 2021 at 6:35 AM Saloni Jain wrote: > > Hi, > > Please take the

[OE-core] Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am on the first Tuesday (PDT)

2021-07-12 Thread Stephen Jolley
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (7/13) Yocto Project Technical Team Meeting: We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC chancel during the meeting (optional):

[OE-core] [PATCH v2 9/9] tcl: fix race in interp.test

2021-07-12 Thread Ross Burton
There's a timeout race in interp which is exposed when running under load. Signed-off-by: Ross Burton --- meta/recipes-devtools/tcltk/tcl/interp.patch | 32 meta/recipes-devtools/tcltk/tcl_8.6.11.bb| 1 + 2 files changed, 33 insertions(+) create mode 100644

[OE-core] [PATCH v2 8/9] tcl: clock.test needs a timezone to be set

2021-07-12 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-devtools/tcltk/tcl/run-ptest | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/tcltk/tcl/run-ptest b/meta/recipes-devtools/tcltk/tcl/run-ptest index 6d52f34a9f..a62b703082 100644 ---

Re: [OE-core] [PATCH 9/9] tcl: increase timeouts in interp.test

2021-07-12 Thread Ross Burton
Hold off this patch, I have a better version incoming. Ross On Mon, 12 Jul 2021 at 14:52, Ross Burton via lists.openembedded.org wrote: > > Signed-off-by: Ross Burton > --- > meta/recipes-devtools/tcltk/tcl/interp.patch | 23 > meta/recipes-devtools/tcltk/tcl_8.6.11.bb

[OE-core] [PATCH] licence_image: Add lic-pkgs IMAGE_FEATURE

2021-07-12 Thread Mike Crowe via lists.openembedded.org
Installing license packages is similar to installing -dev or -dbg packages, so let's invent a "lic-pkgs" IMAGE_FEATURE that does so and document it in core-image.bbclass. This image feature only works if LICENSE_CREATE_PACKAGE is set, so refuse to generate an image if the lic-pkgs feature is

[OE-core][dunfell 11/12] update-rc.d: update SRCREV to pull in fix for non-bash shell support

2021-07-12 Thread Steve Sakoman
From: Marek Vasut This pulls in non-bash shell fix for enable/disable command, upstream commit 8636cf4 ("update-rc.d: Fix enable/disable command"). This way update-rc.d works with e.g. dash shell again. Signed-off-by: Marek Vasut Cc: Changqing Li Cc: Richard Purdie Signed-off-by: Alexandre

[OE-core][dunfell 12/12] report-error: Drop pointless inherit

2021-07-12 Thread Steve Sakoman
From: Richard Purdie The base class is always inherited, drop the unneeded inherit. Signed-off-by: Richard Purdie (cherry picked from commit 837d62c066589e5a12a0bf894ae7b24e8b048665) Signed-off-by: Steve Sakoman --- meta/classes/report-error.bbclass | 2 -- 1 file changed, 2 deletions(-)

[OE-core][dunfell 10/12] tzdata: Allow controlling zoneinfo binary format

2021-07-12 Thread Steve Sakoman
From: Zoltán Böszörményi tzcode 2020b changed the default format from "-b fat" to "-b slim". Allow external control for the binary format. Signed-off-by: Zoltán Böszörményi Signed-off-by: Richard Purdie (cherry picked from commit c9e8b716eb71d4526517825eacefb91ab2c1781c) Signed-off-by: Steve

[OE-core][dunfell 09/12] oeqa/selftest/multiprocesslauch: Fix test race

2021-07-12 Thread Steve Sakoman
From: Richard Purdie Having two possible failures in multiprocesslauch creates a race where one failure may occur and stop processes being lanuched meaning the second failure may not be seen. Rather than having periodic races appearing on the autobuilder, only have one failure, making the test

[OE-core][dunfell 07/12] dhcp: fix CVE-2021-25217

2021-07-12 Thread Steve Sakoman
From: Minjae Kim A buffer overrun in lease file parsing code can be used to exploit a common vulnerability shared by dhcpd and dhclient. reference: https://www.openwall.com/lists/oss-security/2021/05/26/6 https://kb.isc.org/docs/cve-2021-25217 Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 06/12] busybox: fix CVE-2021-28831

2021-07-12 Thread Steve Sakoman
From: Chen Qi Backport patch to fix CVE-2021-28831. (From OE-Core rev: e579dbd9a6b2472ca90f411c0b594da9e38c9aca) Signed-off-by: Chen Qi Signed-off-by: Richard Purdie Signed-off-by: Akash Hadke Signed-off-by: Steve Sakoman --- ...ss_gunzip-Fix-DoS-if-gzip-is-corrupt.patch | 51

[OE-core][dunfell 08/12] dwarfsrcfiles: Avoid races over debug-link files

2021-07-12 Thread Steve Sakoman
From: Richard Purdie We use dwarfsrcfiles in package.bbclass to list the source files used by a binary. This is done before they're stripped and linked to debug symbols in separate files. It is possible a binary may already have a link to separate debug symbols, e.g. some of the test binaries

[OE-core][dunfell 05/12] bootchart2: update 0.14.8 -> 0.14.9

2021-07-12 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit b4ed68ea38bbdb91729f822a8f1a5fe7e5d2d713) Signed-off-by: Steve Sakoman --- .../bootchart2/{bootchart2_0.14.8.bb => bootchart2_0.14.9.bb} | 3 +-- 1 file changed, 1 insertion(+),

[OE-core][dunfell 04/12] glibc: update to lastest 2.31 release HEAD

2021-07-12 Thread Steve Sakoman
Includes the following fixes: 4f0a61f753 wordexp: handle overflow in positional parameter number (bug 28011) 8e88c0d888 Fix SXID_ERASE behavior in setuid programs (BZ #27471) 74a4425fae Enhance setuid-tunables test bb5bb87959 tst-env-setuid: Use support_capture_subprogram_self_sgid 700264179c

[OE-core][dunfell 02/12] webkitgtk: upgrade 2.28.2 -> 2.28.3

2021-07-12 Thread Steve Sakoman
From: Richard Purdie This is a bug fix release in the stable 2.28 series. - Enable kinetic scrolling with async scrolling. - Fix web process hangs on large GitHub pages. - Bubblewrap sandbox should not attempt to bind empty paths. - Fix threading issues in the media player. - Fix several

[OE-core][dunfell 03/12] webkitgtk: Upgrade to 2.28.4

2021-07-12 Thread Steve Sakoman
From: Khem Raj This is a bug fix release in the stable 2.28 series. Fixes several crashes and rendering issues. backport a patch from master to fix clang11 build error Signed-off-by: Khem Raj Signed-off-by: Richard Purdie (cherry picked from commit 6d38f23f5c34dfb2a2d28b834b0c35b1f7778f85)

[OE-core][dunfell 01/12] python3: upgrade 3.8.10 -> 3.8.11

2021-07-12 Thread Steve Sakoman
From: Tim Orling Release Date: June 28, 2021 This is a security release of Python 3.8 Note: The release you're looking at is Python 3.8.11, a security bugfix release for the legacy 3.8 series. Python 3.9 is now the latest feature release series of Python 3. Get the latest release of 3.9.x

[OE-core][dunfell 00/12] Patch review

2021-07-12 Thread Steve Sakoman
Please review this next set of patches for dunfell and have comments back by end of day Wednesday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2338 The following changes since commit c96bcf97272f243df14598c84a41097746884b65:

[OE-core] [PATCH v2 7/8] oeqa/selftest: overlayfs unit tests

2021-07-12 Thread Vyacheslav Yurkov
Unit tests for overlayfs.bbclass Signed-off-by: Vyacheslav Yurkov --- meta/lib/oeqa/selftest/cases/overlayfs.py | 171 ++ 1 file changed, 171 insertions(+) create mode 100644 meta/lib/oeqa/selftest/cases/overlayfs.py diff --git a/meta/lib/oeqa/selftest/cases/overlayfs.py

[OE-core] [PATCH v2 6/8] overlayfs: meta-selftest recipe

2021-07-12 Thread Vyacheslav Yurkov
The recipe demonstrates example usage of overlayfs bbclass Signed-off-by: Vyacheslav Yurkov --- .../overlayfs-user/overlayfs-user.bb| 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-selftest/recipes-test/overlayfs-user/overlayfs-user.bb diff --git

[OE-core] [PATCH 2/9] tcl: EXTRA_OECONF already passes --libdir, don't do it again

2021-07-12 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-devtools/tcltk/tcl_8.6.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.11.bb b/meta/recipes-devtools/tcltk/tcl_8.6.11.bb index f5bb6b1a18..b2863f9a1f 100644 ---

[OE-core] [PATCH 9/9] tcl: increase timeouts in interp.test

2021-07-12 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-devtools/tcltk/tcl/interp.patch | 23 meta/recipes-devtools/tcltk/tcl_8.6.11.bb| 1 + 2 files changed, 24 insertions(+) create mode 100644 meta/recipes-devtools/tcltk/tcl/interp.patch diff --git

[OE-core] [PATCH 8/9] tcl: clock.test needs a timezone to be set

2021-07-12 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-devtools/tcltk/tcl/run-ptest | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/tcltk/tcl/run-ptest b/meta/recipes-devtools/tcltk/tcl/run-ptest index 6d52f34a9f..2406e176ff 100644 ---

[OE-core] [PATCH 7/9] tcl: detect tests that error as well as fail

2021-07-12 Thread Ross Burton
The grep was only looking for tests which explicitly fail, and wasn't catching tests that error. Signed-off-by: Ross Burton --- meta/recipes-devtools/tcltk/tcl/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/tcltk/tcl/run-ptest

[OE-core] [PATCH 6/9] tcl: remove redundant file creation

2021-07-12 Thread Ross Burton
The creation of compat/fixstrtod.c was done back in 2005[1] with no explanation and has persisted since. I can't seem to break the build without this, so it is presumably long obsolete. [1] https://git.openembedded.org/openembedded/commit/?id=68d6601e8f93243347b58324ce3d4f02eb3a84a9

[OE-core] [PATCH 3/9] tcl: mark a patch as upstreamable

2021-07-12 Thread Ross Burton
No reason this shouldn't be fixed upstream. Signed-off-by: Ross Burton --- .../tcltk/tcl/tcl-remove-hardcoded-install-path.patch| 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch

[OE-core] [PATCH 4/9] tcl: use tcl-core instead of patching out packages

2021-07-12 Thread Ross Burton
Instead of patching out the build of optional packages, we can just use the tcl-core tarball which is identical except it doesn't include the packages. Signed-off-by: Ross Burton --- .../tcltk/tcl/no_packages.patch | 53 ---

[OE-core] [PATCH 5/9] tcl: use AUTOTOOLS_SCRIPT_PATH

2021-07-12 Thread Ross Burton
Inside tcl the configure.ac is inside a unix/ directory. Instead of setting S to BPNPV/unix and having to use ../ to reach files outside of unix, simply set S as usual and use AUTOTOOLS_SCRIPT_PATH to run the correct configure script. Signed-off-by: Ross Burton ---

[OE-core] [PATCH 1/9] tcl: suffix all Tcl man pages instead of using alternatives

2021-07-12 Thread Ross Burton
Both Perl and Tcl want to install Thread.3. Alternatives is a terrible idea for manpages that don't correspond to binaries, instead just tell Tcl to suffix the manpages so this is Thread.3tcl. Signed-off-by: Ross Burton --- meta/recipes-devtools/tcltk/tcl_8.6.11.bb | 7 ++- 1 file changed,

Re: [OE-core] [meta-java][dunfell][PATCH] xerces-j: Whitelisted CVE-2018-2799

2021-07-12 Thread saloni
Hi, Please take the below changes and merge them in upstream dunfell branch. Thanks & Regards, Saloni From: Saloni Jain Sent: Sunday, May 30, 2021 4:07 PM To: openembedded-core@lists.openembedded.org ; raj.k...@gmail.com Cc: Nisha Parrakat ; Saloni Jain

[OE-core] [PATCH] gobject-introspection: Fix the license (add MIT)

2021-07-12 Thread Damian Wrobel
As per upstream the license should also include MIT[1]. This is also what Fedora Linux uses[2]. This should also address the problem with auto-generated scannerparser.h file which has the following header: /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990,

Re: [OE-core] [PATCH] kernel-devsrc: provide gen-cpucaps.awk and cpucaps for arm64

2021-07-12 Thread Bruce Ashfield
On Mon, Jul 12, 2021 at 3:02 AM wrote: > > From: Zqiang > > In v5.13+ kernel, when exporting the SDK and make scripts prepare > the gen-cpucaps.awk and cpucaps be needed. this change is based on > 0c6c2d3615ef ("arm64: Generate cpucaps.h"). > > Signed-off-by: Zqiang > --- >

Re: [OE-core] [PATCH v2 7/8] oeqa/selftest: overlayfs unit tests

2021-07-12 Thread Vyacheslav Yurkov
Hi Alexandre, I updated 6/8, could you please run them again? Thanks, Vyacheslav On 12.07.2021 11:14, Alexandre Belloni wrote: Hello, On 11/07/2021 17:16:29+0200, Vyacheslav Yurkov wrote: Unit tests for overlayfs.bbclass This still seems to fail the tests:

[OE-core] [PATCH v2 6/8] overlayfs: meta-selftest recipe

2021-07-12 Thread Vyacheslav Yurkov
The recipe demonstrates example usage of overlayfs bbclass Signed-off-by: Vyacheslav Yurkov --- .../recipes-test/overlayfs/overlayfs-user.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-selftest/recipes-test/overlayfs/overlayfs-user.bb diff --git

Re: [OE-core] [PATCH v2 7/8] oeqa/selftest: overlayfs unit tests

2021-07-12 Thread Alexandre Belloni
Hello, On 11/07/2021 17:16:29+0200, Vyacheslav Yurkov wrote: > Unit tests for overlayfs.bbclass > This still seems to fail the tests: https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/2299/steps/14/logs/stdio > Signed-off-by: Vyacheslav Yurkov > --- >

Re: [OE-core] [PATCH v3] python3-setuptools: upgrade 57.0.0 -> 57.1.0

2021-07-12 Thread wangmy
I'm very sorry, because I think this is a simple modification, so I ignored the check of patch content. I won't make such a mistake again. -- Best Regards --- Wang Mingyu Development Dept.I Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No.

[OE-core] [PATCH v4] python3-setuptools: upgrade 57.0.0 -> 57.1.0

2021-07-12 Thread wangmy
reproducibility.patch deleted since it's been merged upstream. v57.1.0 --- Changes ^^^ * #2692: Globs are now sorted in 'license_files' restoring reproducibility by eliminating variance from disk order. * #2714: Update to distutils at pypa/distutils@e2627b7. * #2715: Removed reliance on

Re: [OE-core] [PATCH v3] python3-setuptools: upgrade 57.0.0 -> 57.1.0

2021-07-12 Thread Alexander Kanavin
Sorry, but the file is still not deleted. Please remember to look at the patches before sending them. Alex On Mon, 12 Jul 2021 at 03:16, wangmy wrote: > reproducibility.patch > deleted since it's been merged upstream. > > v57.1.0 > --- > > Changes > ^^^ > * #2692: Globs are now sorted

[OE-core] [PATCH] kernel-devsrc: provide gen-cpucaps.awk and cpucaps for arm64

2021-07-12 Thread Zhang, Qiang
From: Zqiang In v5.13+ kernel, when exporting the SDK and make scripts prepare the gen-cpucaps.awk and cpucaps be needed. this change is based on 0c6c2d3615ef ("arm64: Generate cpucaps.h"). Signed-off-by: Zqiang --- meta/recipes-kernel/linux/kernel-devsrc.bb | 3 +++ 1 file changed, 3