[OE-core] [PATCH] busybox: Enable long options for enabled applets

2021-04-27 Thread Khem Raj
certain applets are enabled but the long options are not enabled for them, it results in subtle failures in ptests where its expecting these options e.g. gzip --best is commonly used in many package tests e.g. root@qemux86-64:/usr/lib# grep -r "\-\-best" * acl/ptest/Makefile:GZIP_ENV = --best attr

Re: [OE-core] [PATCH 6/7] default-distrovars.inc: add wayland/opengl to default distro features

2021-04-27 Thread Kevin Hao
On Tue, Apr 27, 2021 at 12:09:51PM -0400, Randy MacLeod wrote: > Cross-posting to yocto since this is of general interest. > > On 2021-04-23 2:02 p.m., Alexander Kanavin wrote: > > This puts them on equal terms with x11 distro feature > > (which I think is due). > > > > Signed-off-by: Alexander K

[OE-core] [gatesgarth][PATCH 0/8] pull request (cover letter only)

2021-04-27 Thread Anuj Mittal
Please merge these changes in gatesgarth. Thanks, Anuj The following changes since commit 147a08dced5e565f19f4987a3c199780dc00f878: busybox: fix CVE-2021-28831 (2021-04-20 10:37:33 +0800) are available in the Git repository at: git://push.openembedded.org/openembedded-core-contrib stable/

[OE-core] [hardknott][PATCH 00/64] pull request (cover letter only)

2021-04-27 Thread Anuj Mittal
Please merge these changes in hardknott. Thanks, Anuj The following changes since commit 08b2c9a23ce43ed65a16f5f0714b19a571e1b54a: oeqa/selftest: Hardcode test assumptions about heartbeat event timings (2021-04-16 13:35:54 +0100) are available in the Git repository at: git://push.openemb

Re: [OE-core] [PATCH] Use shutil.move when os.rename fails

2021-04-27 Thread Devendra Tewari
Looks like an old issue with overlayfs - https://github.com/moby/moby/issues/25409. > On 27 Apr 2021, at 19:44, Devendra Tewari wrote: > > You’re absolutely right - I’ll investigate whether this is something the > container overlay filesystem should be handling. Thanks! > >> On 27 Apr 2021, a

Re: [OE-core] [PATCH] Use shutil.move when os.rename fails

2021-04-27 Thread Devendra Tewari
You’re absolutely right - I’ll investigate whether this is something the container overlay filesystem should be handling. Thanks! > On 27 Apr 2021, at 19:39, Richard Purdie > wrote: > > On Tue, 2021-04-27 at 11:59 -0300, Devendra Tewari wrote: >> I suspect this is an issue in upstream createre

Re: [OE-core] [PATCH] Use shutil.move when os.rename fails

2021-04-27 Thread Richard Purdie
On Tue, 2021-04-27 at 11:59 -0300, Devendra Tewari wrote: > I suspect this is an issue in upstream createrepo_c tool, which has code that > does not work across overlay > file systems > >     if (g_rename(out_repo, old_repodata_path) == -1) { >         g_debug("Old repodata doesn't exists: Cannot

[OE-core] [PATCH] buildstats.bbclass: collect data in the same file.

2021-04-27 Thread Sakib Sajal
Previously "at interval" and "on failure" logs were collected in separate files. Collect both types of logging in the same file for better analysis. Introduced new variable which allows different set of commands to be run by the different logging, interval or failure. The variables are BB_LOG_HOST

Re: [OE-core] [PATCH 6/7] default-distrovars.inc: add wayland/opengl to default distro features

2021-04-27 Thread Armin Kuster
On 4/27/21 9:09 AM, Randy MacLeod wrote: > Cross-posting to yocto since this is of general interest. > > On 2021-04-23 2:02 p.m., Alexander Kanavin wrote: >> This puts them on equal terms with x11 distro feature >> (which I think is due). >> >> Signed-off-by: Alexander Kanavin >> --- >>   meta/c

Re: [OE-core] OpenEmbedded Happy Hour April 28 9pm/2100 UTC

2021-04-27 Thread Denys Dmytriyenko
Reminder, next Happy Hour is in one day - everyone is welcome to meet with fellow developers and chat about any interesting topics over Zoom. BYOB - bring your own beverage. On Wed, Apr 21, 2021 at 04:04:25PM -0400, Denys Dmytriyenko wrote: > Hi, > > Please join us for the upcoming OpenEmbedde

Re: [OE-core] LTP drop MUSL specific patch

2021-04-27 Thread Petr Vorel
Hi Andre, ... > > One more question: how to make this function MUSL specific? > > I noticed some functions has suffix "_libc-musl" (e.g. > > do_install_append_libc-musl), but I guess this would not work for > > do_patch[postfuncs], where I specify the name. > You can either use an intermediate va

Re: [OE-core] LTP drop MUSL specific patch

2021-04-27 Thread Andre McCurdy
On Tue, Apr 27, 2021 at 12:17 PM Petr Vorel wrote: > > Hi all, > > > On Mon, Apr 26, 2021 at 11:53 AM Petr Vorel wrote: > > > > Hi Khem, Richard, > > > > I'd like to replace MUSL specific patch > > > meta/recipes-extended/ltp/ltp/0001-build-Add-option-to-select-libc-implementation.patch > > > wit

Re: [OE-core] LTP drop MUSL specific patch

2021-04-27 Thread Petr Vorel
Hi all, > On Mon, Apr 26, 2021 at 11:53 AM Petr Vorel wrote: > > Hi Khem, Richard, > > I'd like to replace MUSL specific patch > > meta/recipes-extended/ltp/ltp/0001-build-Add-option-to-select-libc-implementation.patch > > with just removing broken files. We use this in upstream CI for Alpine,

Re: [OE-core] [PATCH 6/7] default-distrovars.inc: add wayland/opengl to default distro features

2021-04-27 Thread Alexander Kanavin
Wait a moment, I am not sure I understand the argument about software rendering. Can you please elaborate? What is the scenario where enabling opengl would regress from something hw-accelerated to software rendering? Alex On Tue, 27 Apr 2021 at 19:09, Otavio Salvador < otavio.salva...@ossystems.

Re: [OE-core] [PATCH 6/7] default-distrovars.inc: add wayland/opengl to default distro features

2021-04-27 Thread Otavio Salvador
Em ter., 27 de abr. de 2021 às 13:10, Randy MacLeod escreveu: > > Cross-posting to yocto since this is of general interest. > > On 2021-04-23 2:02 p.m., Alexander Kanavin wrote: > > This puts them on equal terms with x11 distro feature > > (which I think is due). > > > > Signed-off-by: Alexander K

Re: [OE-core] [PATCH 6/7] default-distrovars.inc: add wayland/opengl to default distro features

2021-04-27 Thread Randy MacLeod
Cross-posting to yocto since this is of general interest. On 2021-04-23 2:02 p.m., Alexander Kanavin wrote: This puts them on equal terms with x11 distro feature (which I think is due). Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/default-distrovars.inc | 2 +- 1 file chang

Re: [OE-core] [PATCH] Use shutil.move when os.rename fails

2021-04-27 Thread Devendra Tewari
I suspect this is an issue in upstream createrepo_c tool, which has code that does not work across overlay file systems if (g_rename(out_repo, old_repodata_path) == -1) { g_debug("Old repodata doesn't exists: Cannot rename %s -> %s: %s", out_repo, old_repodata_path, g_

[OE-core] Yocto Project Status WW17`21

2021-04-27 Thread Stephen Jolley
Current Dev Position: YP 3.4 M1 Next Deadline: 7th June 2021 YP 3.4 M1 build Next Team Meetings: * Bug Triage meeting Thursday Apr. 29th at 7:30am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) *

Re: [OE-core] [PATCH] Use shutil.move when os.rename fails

2021-04-27 Thread Devendra Tewari
These patches are working well at my end, but I’m still seeing the following error in do_rootfs, when building incrementally in a container. I’m not sure if this is due to timing issues alluded to earlier or something else entirely. I do know for sure that this is not caused by the patches becau

[OE-core] [gatesgarth][PATCH v2] qemu: fix CVE-2021-3392

2021-04-27 Thread Minjae Kim
scsi: use-after-free in mptsas_process_scsi_io_request() of mptsas1068 emulator --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2021-3392.patch | 45 +++ 2 files changed, 46 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu/CV

[OE-core] [dunfell][PATCH v2] Binutils: Fix CVE-2021-20197

2021-04-27 Thread Vinay Kumar
Source: git://sourceware.org/git/binutils-gdb.git Tracking -- https://sourceware.org/bugzilla/show_bug.cgi?id=26945 Backported upstream commit d3edaa91d4cf7202ec14342410194841e2f67f12 to binutils-2.34 source, along with commit id dependencies (8e03235147a9e774d3ba084e93c2daaa94d1cec, 365f5fb6d0f0

Re: [OE-core] [hardknott][PATCH] qemu: fix CVE-2021-3392

2021-04-27 Thread Anuj Mittal
Hello, Thank you for the patch. On Tue, 2021-04-27 at 17:07 +0900, Minjae Kim wrote: > scsi: use-after-free in mptsas_process_scsi_io_request() of mptsas1068 > emulator This will need your Signed-off-by.  It looks like you are picking an older version of the change from mailing list. The upstre

[OE-core] [dunfell][PATCH] qemu: fix CVE-2021-3392

2021-04-27 Thread Minjae Kim
From: Minjae Kim scsi: use-after-free in mptsas_process_scsi_io_request() of mptsas1068 emulator --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2021-3392.patch | 45 +++ 2 files changed, 46 insertions(+) create mode 100644 meta/recipes-de

[OE-core] [gatesgarth][PATCH] qemu: fix CVE-2021-3392

2021-04-27 Thread Minjae Kim
scsi: use-after-free in mptsas_process_scsi_io_request() of mptsas1068 emulator --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2021-3392.patch | 45 +++ 2 files changed, 46 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu/CV

[OE-core] [hardknott][PATCH] qemu: fix CVE-2021-3392

2021-04-27 Thread Minjae Kim
scsi: use-after-free in mptsas_process_scsi_io_request() of mptsas1068 emulator --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2021-3392.patch | 45 +++ 2 files changed, 46 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu/CV

[OE-core] [PATCH] qemu: fix CVE-2021-3392

2021-04-27 Thread Minjae Kim
scsi: use-after-free in mptsas_process_scsi_io_request() of mptsas1068 emulator --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2021-3392.patch | 45 +++ 2 files changed, 46 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu/CV