Re: [OE-core][PATCH] webkitgtk: Add packageconfig for libsoup2

2021-12-09 Thread Quentin Schulz
On December 9, 2021 11:08:31 PM GMT+01:00, Joshua Watt wrote: >On Thu, Dec 9, 2021 at 3:55 PM Quentin Schulz wrote: >> >> Hi Joshua, >> >> On December 9, 2021 9:44:17 PM GMT+01:00, Joshua Watt >> wrote: >> >Adds a PACKAGECONFIG option to use libsoup2 instead of libsoup3. >> >Including

[OE-core] [PATCH] libx11: update to 1.7.3

2021-12-09 Thread Oleksandr Kravchuk
Dropped upstreamed patches. Signed-off-by: Oleksandr Kravchuk --- .../libx11/Fix-hanging-issue-in-_XReply.patch | 49 --- .../xorg-lib/libx11/keysym.patch | 46 - .../{libx11_1.7.2.bb => libx11_1.7.3.bb} | 19 --- 3 files changed, 12

[OE-core] [PATCH] bootchart2: remove wait_boot logic

2021-12-09 Thread Yu, Mingli
From: Mingli Yu When boot with "init=/sbin/bootchartd" as below: # runqemu qemux86 bootparams="init=/sbin/bootchartd" There are two bootchartd process after boot [1]. # ps -ef | grep bootchart root 101 1 0 03:27 ?00:00:00 /bin/sh /sbin/bootchartd root 103 101 8

[OE-core] [PATCH v2] pango: upgrade 1.48.10 -> 1.50.0

2021-12-09 Thread wangmy
Add patch 0001-Fix-bug-for-x86_64_x32.patch to fix compile bug when building 32bit on x86_64 environment. Signed-off-by: Wang Mingyu --- .../pango/0001-Fix-bug-for-x86_64_x32.patch | 55 +++ .../{pango_1.48.10.bb => pango_1.50.0.bb} | 4 +- 2 files changed, 58

[OE-core] [PATCH v2] glibc: Redo tzselect bash dependency problem

2021-12-09 Thread Khem Raj
New patch adds a knob to select needed shell interpreter for tzselect script, which then we excercise via EXTRA_OEMAKE Signed-off-by: Khem Raj Cc: Hongxu Jia --- v2: Fix cross-localedef-native as well .../glibc/cross-localedef-native_2.34.bb | 7 ++- meta/recipes-core/glibc/glibc.inc

[OE-core] [PATCH] glibc: Redo tzselect bash dependency problem

2021-12-09 Thread Khem Raj
New patch adds a knob to select needed shell interpreter for tzselect script, which then we excercise via EXTRA_OEMAKE Signed-off-by: Khem Raj Cc: Hongxu Jia --- meta/recipes-core/glibc/glibc.inc | 4 ++ ...erpreter-overridable-in-tzselect.ksh.patch | 50 +++

Re: [OE-core] [PATCH 02/29] insane.bbclass: do not hardcode oe-core path in upstream-status check

2021-12-09 Thread Alexander Kanavin
On Thu, 9 Dec 2021 at 13:12, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > > # skip patches not in oe-core > > - if '/meta/' not in fullpath: > > + oecore_re = re.compile(d.getVar('BBFILE_PATTERN_core')) > > + match_oecore = oecore_re.search(fullpath) > >

[OE-core] [PATCH] wayland: upgrade 1.19.0 -> 1.20.0

2021-12-09 Thread Denys Dmytriyenko
Wayland 1.20.0 is released! This release contains the following major changes: - FreeBSD support has been entirely upstreamed and has been added to our continuous integration system. - The autotools build system has been dropped. Meson has replaced it. - A few protocol additions:

Re: [OE-core][PATCH] webkitgtk: Add packageconfig for libsoup2

2021-12-09 Thread Joshua Watt
On Thu, Dec 9, 2021 at 3:55 PM Quentin Schulz wrote: > > Hi Joshua, > > On December 9, 2021 9:44:17 PM GMT+01:00, Joshua Watt > wrote: > >Adds a PACKAGECONFIG option to use libsoup2 instead of libsoup3. > >Including libsoup2 and libsoup3 in the same process can cause strange > >runtime

Re: [OE-core][PATCH] webkitgtk: Add packageconfig for libsoup2

2021-12-09 Thread Quentin Schulz
Hi Joshua, On December 9, 2021 9:44:17 PM GMT+01:00, Joshua Watt wrote: >Adds a PACKAGECONFIG option to use libsoup2 instead of libsoup3. >Including libsoup2 and libsoup3 in the same process can cause strange >runtime failures, and the latest release of each major version will >cause the

Re: [OE-core][PATCH] webkitgtk: Add packageconfig for libsoup2

2021-12-09 Thread Scott Murray
On Thu, 9 Dec 2021, Joshua Watt wrote: > Adds a PACKAGECONFIG option to use libsoup2 instead of libsoup3. > Including libsoup2 and libsoup3 in the same process can cause strange > runtime failures, and the latest release of each major version will > cause the process to exit if either if both are

Re: [OE-core][PATCH] webkitgtk: Add packageconfig for libsoup2

2021-12-09 Thread Khem Raj
On Thu, Dec 9, 2021 at 12:44 PM Joshua Watt wrote: > > Adds a PACKAGECONFIG option to use libsoup2 instead of libsoup3. > Including libsoup2 and libsoup3 in the same process can cause strange > runtime failures, and the latest release of each major version will > cause the process to exit if

[OE-core] [PATCH] sstatetests: add a test for moving oe-core around in the filesystem

2021-12-09 Thread Alexander Kanavin
Doing that should not change the task signatures. Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/cases/sstatetests.py | 42 + 1 file changed, 42 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/sstatetests.py

[OE-core][PATCH] epiphany: Add packageconfig for libsoup2

2021-12-09 Thread Joshua Watt
Adds a PACKAGECONFIG option to use libsoup2 instead of libsoup3. Including libsoup2 and libsoup3 in the same process can cause strange runtime failures, and the latest release of each major version will cause the process to exit if either if both are detected on process startup. The default is

[OE-core][PATCH] webkitgtk: Add packageconfig for libsoup2

2021-12-09 Thread Joshua Watt
Adds a PACKAGECONFIG option to use libsoup2 instead of libsoup3. Including libsoup2 and libsoup3 in the same process can cause strange runtime failures, and the latest release of each major version will cause the process to exit if either if both are detected on process startup. The default is

[OE-core] [PATCH] python3: udpate to 3.10.1

2021-12-09 Thread Oleksandr Kravchuk
Refreshed patches. Signed-off-by: Oleksandr Kravchuk --- ...ib-termcap-to-linker-flags-to-avoid-.patch | 6 ++--- ...hell-version-of-python-config-that-w.patch | 7 +++--- ...-search-system-for-headers-libraries.patch | 6 ++--- ...e-stdin-I-O-errors-same-way-as-maste.patch | 8 +++

Re: [OE-core][dunfell 16/18] cmake: FindGTest: Add target for gmock library

2021-12-09 Thread Steve Sakoman
On Thu, Dec 9, 2021 at 7:38 AM Jasper Orschulko wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Hi, > > I can't provide any details yet, but I can say with certainty that this > patch breaks our build (using the parent commit > 746b301d37f9b7333f3d93e6fb7ea2808665df41 as

Re: [OE-core] [PATCH] gcc: Fix tm.h plugin header

2021-12-09 Thread Andrei Gherzan
On Thu, 9 Dec 2021, at 16:40, Khem Raj wrote: > On Thu, Dec 9, 2021 at 7:40 AM Andrei Gherzan wrote: >> >> From: Andrei Gherzan >> >> On x86-64, tm.h (needed to build gcc plugins) tries to include >> config/i386/linux64.h, which isn't installed. Fortunately it also isn't >> used, so simply

Re: [OE-core][dunfell 16/18] cmake: FindGTest: Add target for gmock library

2021-12-09 Thread Jasper Orschulko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, I can't provide any details yet, but I can say with certainty that this patch breaks our build (using the parent commit 746b301d37f9b7333f3d93e6fb7ea2808665df41 as refspec during the build worksasexpected): [...] undefined reference

Re: [OE-core] [PATCH 2/4] binutils: Add more detail to the ppc patch

2021-12-09 Thread Richard Purdie
On Thu, 2021-12-09 at 09:31 -0800, Khem Raj wrote: > On Thu, Dec 9, 2021 at 9:25 AM Richard Purdie > wrote: > > > > This adds useful detail from the orginal commit. > > > > Signed-off-by: Richard Purdie > > --- > > ...1-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch | 4 > > 1

Re: [OE-core] [PATCH 2/4] binutils: Add more detail to the ppc patch

2021-12-09 Thread Khem Raj
On Thu, Dec 9, 2021 at 9:25 AM Richard Purdie wrote: > > This adds useful detail from the orginal commit. > > Signed-off-by: Richard Purdie > --- > ...1-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch | 4 > 1 file changed, 4 insertions(+) > > diff --git >

Re: [OE-core] [PATCH 1/4] binutils: Drop mips gold patch

2021-12-09 Thread Khem Raj
looks good. On Thu, Dec 9, 2021 at 9:25 AM Richard Purdie wrote: > > As mentioned in a followup to the patch upstream: > > https://sourceware.org/legacy-ml/binutils/2016-08/msg00215.html > > "With 2.16.1, --enable-gold is just ignored when building on mips" > > so we don't need the patch since

Re: [OE-core] [PATCH 3/4] binutils: Drop mips default target patch

2021-12-09 Thread Khem Raj
On Thu, Dec 9, 2021 at 9:25 AM Richard Purdie wrote: > > Similarly to the recent gcc change, we make gcc default to the 64 bit target > through configuration now so we don't need to patch this. > LGTM > Signed-off-by: Richard Purdie > --- > .../binutils/binutils-2.37.inc| 1 -

Re: [OE-core] [PATCH 4/4] binutils: Drop mips XLP support patch

2021-12-09 Thread Khem Raj
On Thu, Dec 9, 2021 at 9:25 AM Richard Purdie wrote: > > The kernel has dropped this as of 5.16 and we don't want to carry such patches > without active maintainers for such targets. LGTM. > > It isn't clear who would even have such hardware and it isn't something we can > support. It would be

[OE-core] [PATCH] gawk: remove load-sensitive tests

2021-12-09 Thread Ross Burton
The time and timeout tests are sensitive to system load, and as we run these on build machines they fail randomly. [ YOCTO #14371 ] Signed-off-by: Ross Burton --- .../gawk/gawk/test-time.patch | 22 --- meta/recipes-extended/gawk/gawk_5.1.1.bb | 6 - 2

[OE-core] [PATCH 1/4] binutils: Drop mips gold patch

2021-12-09 Thread Richard Purdie
As mentioned in a followup to the patch upstream: https://sourceware.org/legacy-ml/binutils/2016-08/msg00215.html "With 2.16.1, --enable-gold is just ignored when building on mips" so we don't need the patch since 2.16.1. Signed-off-by: Richard Purdie --- .../binutils/binutils-2.37.inc

[OE-core] [PATCH 4/4] binutils: Drop mips XLP support patch

2021-12-09 Thread Richard Purdie
The kernel has dropped this as of 5.16 and we don't want to carry such patches without active maintainers for such targets. It isn't clear who would even have such hardware and it isn't something we can support. It would be best maintained as a separate layer by those who can test it if needed.

[OE-core] [PATCH 2/4] binutils: Add more detail to the ppc patch

2021-12-09 Thread Richard Purdie
This adds useful detail from the orginal commit. Signed-off-by: Richard Purdie --- ...1-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch | 4 1 file changed, 4 insertions(+) diff --git

[OE-core] [PATCH 3/4] binutils: Drop mips default target patch

2021-12-09 Thread Richard Purdie
Similarly to the recent gcc change, we make gcc default to the 64 bit target through configuration now so we don't need to patch this. Signed-off-by: Richard Purdie --- .../binutils/binutils-2.37.inc| 1 - ...e-default-emulation-for-mips64-linux.patch | 57 ---

Re: [OE-core] [PATCH 1/6] overlayfs-etc: mount etc as overlayfs

2021-12-09 Thread Richard Purdie
On Thu, 2021-12-09 at 16:19 +0100, Vyacheslav Yurkov wrote: > On 09.12.2021 12:08, Richard Purdie wrote: > > The second thing which I don't really like is this mix of shell and python, > > it > > is very confusing to read. I'd much rather we put template files into > > meta/lib/files/ and then

Re: [OE-core] [PATCH] gcc: Fix tm.h plugin header

2021-12-09 Thread Khem Raj
On Thu, Dec 9, 2021 at 7:40 AM Andrei Gherzan wrote: > > From: Andrei Gherzan > > On x86-64, tm.h (needed to build gcc plugins) tries to include > config/i386/linux64.h, which isn't installed. Fortunately it also isn't > used, so simply removing the include statement is an ok fix. > is it due

Re: [OE-core] [poky][dunfell][PATCH] busybox: Fix multiple security issues in awk

2021-12-09 Thread Steve Sakoman
Could you rebase this patch on current dunfell head (and fix fuzz if necessary)? Thanks! Steve On Wed, Dec 8, 2021 at 7:13 PM sana kazi wrote: > > CVE-2021-423xx-awk.patch fixes below listed CVEs for busybox: > CVE-2021-42378, CVE-2021-42379, CVE-2021-42380, CVE-2021-42381, > CVE-2021-42382,

Re: [OE-core] [PATCH] mesa: Avoid PACKAGECONFIG warning for broadcom entry

2021-12-09 Thread Andrei Gherzan
Hi, On Thu, 9 Dec 2021, at 15:41, Konrad Weihmann wrote: > On 09.12.21 16:38, Andrei Gherzan wrote: >> From: Andrei Gherzan >> >> Signed-off-by: Andrei Gherzan >> --- >> meta/recipes-graphics/mesa/mesa.inc | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git

Re: [OE-core] [PATCH] mesa: Avoid PACKAGECONFIG warning for broadcom entry

2021-12-09 Thread Konrad Weihmann
On 09.12.21 16:38, Andrei Gherzan wrote: From: Andrei Gherzan Signed-off-by: Andrei Gherzan --- meta/recipes-graphics/mesa/mesa.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index c894c2dab5..8db91a7b2e

[OE-core] [PATCH] gcc: Fix tm.h plugin header

2021-12-09 Thread Andrei Gherzan
From: Andrei Gherzan On x86-64, tm.h (needed to build gcc plugins) tries to include config/i386/linux64.h, which isn't installed. Fortunately it also isn't used, so simply removing the include statement is an ok fix. Signed-off-by: Bernhard Rosenkränzer Signed-off-by: Andrei Gherzan ---

[OE-core] [PATCH] mesa: Avoid PACKAGECONFIG warning for broadcom entry

2021-12-09 Thread Andrei Gherzan
From: Andrei Gherzan Signed-off-by: Andrei Gherzan --- meta/recipes-graphics/mesa/mesa.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index c894c2dab5..8db91a7b2e 100644 ---

Re: [OE-core] [PATCH 1/6] overlayfs-etc: mount etc as overlayfs

2021-12-09 Thread Vyacheslav Yurkov
On 09.12.2021 12:08, Richard Purdie wrote: The second thing which I don't really like is this mix of shell and python, it is very confusing to read. I'd much rather we put template files into meta/lib/files/ and then read them from there for the variable substitutions. We do this for other

Re: [OE-core] [PATCH 1/6] overlayfs-etc: mount etc as overlayfs

2021-12-09 Thread Vyacheslav Yurkov
On 09.12.2021 11:59, Ross Burton wrote: On Fri, 19 Nov 2021 at 06:15, Vyacheslav Yurkov wrote: +# Class for setting up /etc in overlayfs +# +# In order to have /etc directory in overlayfs a special handling at early boot stage is required +# The idea is to supply a custom init script that

Re: [OE-core] [dunfell][PATCH] gcc: Add CVE-2021-37322 to the list of CVEs to ignore

2021-12-09 Thread Richard Purdie
On Thu, 2021-12-09 at 04:43 -1000, Steve Sakoman wrote: > On Thu, Dec 9, 2021 at 4:36 AM Tim Orling wrote: > > > > > > > > On Thu, Dec 9, 2021 at 4:12 AM Marta Rybczynska > > wrote: > > > > > > On Thu, Dec 9, 2021 at 7:53 AM Tim Orling wrote: > > > > > > > > From: Richard Purdie > > > >

Re: [OE-core] [dunfell][PATCH] gcc: Add CVE-2021-37322 to the list of CVEs to ignore

2021-12-09 Thread Steve Sakoman
On Thu, Dec 9, 2021 at 4:36 AM Tim Orling wrote: > > > > On Thu, Dec 9, 2021 at 4:12 AM Marta Rybczynska wrote: >> >> On Thu, Dec 9, 2021 at 7:53 AM Tim Orling wrote: >> > >> > From: Richard Purdie >> > >> > The CVE applies to binutils 2.26 and not to gcc so ignore there. >> > >> >> Tim, >>

Re: [OE-core] [PATCH 05/29] serf: mark patches as inappropriate for upstream submission

2021-12-09 Thread Alexander Kanavin
I sent a message to oe-architecture. Alex On Thu, 9 Dec 2021 at 15:08, Alexander Kanavin via lists.openembedded.org wrote: > I think we only have a single doc that needs to be updated first: > > >

Re: [OE-core] [PATCH 05/29] serf: mark patches as inappropriate for upstream submission

2021-12-09 Thread Alexander Kanavin
I think we only have a single doc that needs to be updated first: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Header_Recommendations:_Upstream-Status The question is, how? Presumably, I need to make some kind of official proposal to OE organization, and not just edit

Re: [OE-core] [PATCH 05/29] serf: mark patches as inappropriate for upstream submission

2021-12-09 Thread Konrad Weihmann
On 09.12.21 14:45, Richard Purdie wrote: On Wed, 2021-12-08 at 22:59 +0100, Alexander Kanavin wrote: Signed-off-by: Alexander Kanavin --- .../0001-buckets-ssl_buckets.c-do-not-use-ERR_GET_FUNC.patch | 3 ++- ...p.creating.directories.without.sandbox-install.prefix.patch | 3 ++- 2

Re: [OE-core] [PATCH 05/29] serf: mark patches as inappropriate for upstream submission

2021-12-09 Thread Richard Purdie
On Wed, 2021-12-08 at 22:59 +0100, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > .../0001-buckets-ssl_buckets.c-do-not-use-ERR_GET_FUNC.patch | 3 ++- > ...p.creating.directories.without.sandbox-install.prefix.patch | 3 ++- > 2 files changed, 4 insertions(+), 2

Re: [OE-core] [dunfell][PATCH] gcc: Add CVE-2021-37322 to the list of CVEs to ignore

2021-12-09 Thread Marta Rybczynska
On Thu, Dec 9, 2021 at 7:53 AM Tim Orling wrote: > > From: Richard Purdie > > The CVE applies to binutils 2.26 and not to gcc so ignore there. > Tim, Have you requested a NVD database change on this one? Or you prefer me to do it? Kind regards, Marta -=-=-=-=-=-=-=-=-=-=-=- Links: You receive

Re: [OE-core] [PATCH 02/29] insane.bbclass: do not hardcode oe-core path in upstream-status check

2021-12-09 Thread Richard Purdie
On Wed, 2021-12-08 at 22:59 +0100, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > meta/classes/insane.bbclass | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass > index 240f3aad62..8a47da5a09

Re: [OE-core] [PATCH 1/6] overlayfs-etc: mount etc as overlayfs

2021-12-09 Thread Richard Purdie
On Fri, 2021-11-19 at 07:15 +0100, Vyacheslav Yurkov wrote: > This class provides an image feature that mounts /etc as an overlayfs > file system. This is an extension for existing overlayfs class, which > doesn't support /etc > > Signed-off-by: Alfred Schapansky > Signed-off-by: Vyacheslav

Re: [OE-core] [PATCH 1/6] overlayfs-etc: mount etc as overlayfs

2021-12-09 Thread Ross Burton
On Fri, 19 Nov 2021 at 06:15, Vyacheslav Yurkov wrote: > +# Class for setting up /etc in overlayfs > +# > +# In order to have /etc directory in overlayfs a special handling at early > boot stage is required > +# The idea is to supply a custom init script that mounts /etc before > launching

Re: [OE-core] [PATCH 04/29] libid3tag: move to meta-oe

2021-12-09 Thread Alexander Kanavin
It has already landed there a few days ago :) Alex On Thu, 9 Dec 2021 at 00:02, Khem Raj wrote: > yeah perhaps meta-multimedia is better for it. > > On Wed, Dec 8, 2021 at 2:00 PM Alexander Kanavin > wrote: > > > > There are no consumers in oe-core; years ago it used to be gstreamer. > > > >

Re: [OE-core] [PATCH 06/29] ruby: update 3.0.2 -> 3.0.3

2021-12-09 Thread Alexander Kanavin
On Thu, 9 Dec 2021 at 00:01, Khem Raj wrote: > > +set -x > > perhaps not needed ? > Yes, there's a followup patch in the set. Alex -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#159442):