Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-17 Thread Alejandro Hernandez
On Sun, May 17, 2020, 5:41 PM Khem Raj wrote: > > > On 5/17/20 6:22 AM, Adrian Bunk wrote: > > On Sat, May 16, 2020 at 10:24:04PM +0200, Andrey Zhizhikin wrote: > >> On Sat, May 16, 2020 at 10:10 PM Adrian Bunk wrote: > >>> > >>> On Sat, May 16, 2020 at 07:54:32PM +, Peter Kjellerstedt wrote

[OE-core] [PATCH] qemu: fix CVE-2020-11869

2020-05-17 Thread Lee Chee Yang
From: Lee Chee Yang Signed-off-by: Lee Chee Yang --- meta/recipes-devtools/qemu/qemu.inc| 1 + .../qemu/qemu/CVE-2020-11869.patch | 97 ++ 2 files changed, 98 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-11869.pa

[OE-core] [PATCH] python3-setuptools: add the missing rdepends

2020-05-17 Thread Yu, Mingli
From: Mingli Yu Add the missing rdepends to fix below error: # python3 [snip] >>> import setuptools.lib2to3_ex [snip] ModuleNotFoundError: No module named 'lib2to3' ModuleNotFoundError: No module named 'pickle' Signed-off-by: Mingli Yu --- meta/recipes-devtools/python/python-setuptools.i

Re: [OE-core] [PATCH v2] bzip2: Add test suite for bzip2

2020-05-17 Thread Khem Raj
On 5/11/20 11:53 PM, Peter Kjellerstedt wrote: >> -Original Message- >> From: openembedded-core@lists.openembedded.org > c...@lists.openembedded.org> On Behalf Of Rahul Kumar >> Sent: den 23 april 2020 20:40 >> To: openembedded-core@lists.openembedded.org >> Cc: Rahul Kumar >> Subject: [

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-17 Thread Khem Raj
On 5/17/20 9:14 AM, Adrian Bunk wrote: > On Sun, May 17, 2020 at 06:00:58PM +0200, Martin Jansa wrote: >> ... >> But IMHO carrying duplicate recipes in oe-core and meta-oe, just because >> some users aren't updating meta-oe, only adds more confusion. >> ... > > IMHO moving recipes from meta-open

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-17 Thread Khem Raj
On 5/17/20 8:45 AM, Adrian Bunk wrote: > On Sun, May 17, 2020 at 03:56:20PM +0200, Martin Jansa wrote: >> ... >> so upgrading >> from e.g. initial release revision of dunfell to latest in oe-core together >> with all other layers, >> ... > > Your "together" is an assumption that is not always tr

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-17 Thread Khem Raj
On 5/17/20 6:22 AM, Adrian Bunk wrote: > On Sat, May 16, 2020 at 10:24:04PM +0200, Andrey Zhizhikin wrote: >> On Sat, May 16, 2020 at 10:10 PM Adrian Bunk wrote: >>> >>> On Sat, May 16, 2020 at 07:54:32PM +, Peter Kjellerstedt wrote: > > meta-openembedded/meta-python has a higher lay

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-17 Thread Khem Raj
On 5/16/20 1:09 PM, Adrian Bunk wrote: > On Sat, May 16, 2020 at 07:54:32PM +, Peter Kjellerstedt wrote: >>> >>> meta-openembedded/meta-python has a higher layer priority than OE-core. >>> >>> Adding higher upstream versions of these recipes to a lower-priority >>> layer in a stable series is

Re: [OE-core][PATCH] gcc: Remove mudflap remnants

2020-05-17 Thread Khem Raj
On 5/17/20 5:59 AM, Adrian Bunk wrote: > mudflap was removed in gcc 4.9. > This looks ok. > Signed-off-by: Adrian Bunk > --- > meta/recipes-devtools/gcc/gcc-10.1.inc| 2 -- > meta/recipes-devtools/gcc/gcc-runtime.inc | 15 --- > 2 files changed, 17 deletions(-) > > diff --g

Re: [OE-core] Cannot disable weston

2020-05-17 Thread Khem Raj
On Sun, May 17, 2020 at 2:52 PM Otavio Salvador wrote: > > Hello Khem, > > On Sat, May 16, 2020 at 12:00 PM Khem Raj wrote: > > On Wed, May 6, 2020 at 1:58 PM Otavio Salvador > > wrote: > > > > > > Hello all, > > > > > > Adding Khem on Cc. > > > > > > On Wed, May 6, 2020 at 5:42 PM Andrey Zhizhi

Re: [OE-core] Cannot disable weston

2020-05-17 Thread Otavio Salvador
Hello Khem, On Sat, May 16, 2020 at 12:00 PM Khem Raj wrote: > On Wed, May 6, 2020 at 1:58 PM Otavio Salvador > wrote: > > > > Hello all, > > > > Adding Khem on Cc. > > > > On Wed, May 6, 2020 at 5:42 PM Andrey Zhizhikin wrote: > > > On Wed, May 6, 2020 at 10:29 PM Tom Hochstein > > > wrote:

Re: [OE-core] [PATCH v2] bzip2: Add test suite for bzip2

2020-05-17 Thread Peter Kjellerstedt
As I wrote in my previous mail, when it comes to licenses, it is the distribution that is important. So if you build a package (bzip2-ptest) that includes code that is GPL-3.0, it does not matter if that code is only used as a binary blob, it is still distributed in the package, and thus the pac

Re: [OE-core] [PATCH v2] bzip2: Add test suite for bzip2

2020-05-17 Thread Rahul Kumar
Hi Randy, patch has been accepted by bzip2 community with additional changes. https://sourceware.org/git/?p=bzip2-tests.git;a=commit;h=f9061c030a25de5b6829e1abf373057309c734c0 So I need your suggestion with respect to Yocto. Since required changes for ptest infrastructure is integrated to the bz

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-17 Thread Adrian Bunk
On Sun, May 17, 2020 at 06:00:58PM +0200, Martin Jansa wrote: >... > But IMHO carrying duplicate recipes in oe-core and meta-oe, just because > some users aren't updating meta-oe, only adds more confusion. >... IMHO moving recipes from meta-openembedded (or other layers) to oe-core in a released

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-17 Thread Martin Jansa
On Sun, May 17, 2020 at 5:45 PM Adrian Bunk wrote: > On Sun, May 17, 2020 at 03:56:20PM +0200, Martin Jansa wrote: > >... > > so upgrading > > from e.g. initial release revision of dunfell to latest in oe-core > together > > with all other layers, > >... > > Your "together" is an assumption that

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-17 Thread Adrian Bunk
On Sun, May 17, 2020 at 03:56:20PM +0200, Martin Jansa wrote: >... > so upgrading > from e.g. initial release revision of dunfell to latest in oe-core together > with all other layers, >... Your "together" is an assumption that is not always true in my experience. > Point releases are nice, but p

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-17 Thread Martin Jansa
On Sun, May 17, 2020 at 3:22 PM Adrian Bunk wrote: > > That I believe would be a terrible mistake when people opt-in to take > > a layer, but never care about updating it... :( > > The typical Yocto user starts with whatever prehistoric Yocto release > came with the BSP distribution for the refer

[OE-core] [RFC] cve-check doesn't work with rm_work_and_downloads

2020-05-17 Thread Konrad Weihmann
Hi all, I recently encountered an interesting issue - I switched some CI pipelines to use rm_work_and_downloads.bbclass, since that cve-check.bbclass fails with File: '/opt/build/poky/meta/recipes-core/meta/cve-update-db-native.bb', lineno: 55, function: do_populate_cve_db 0051: 0

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-17 Thread Adrian Bunk
On Sat, May 16, 2020 at 10:24:04PM +0200, Andrey Zhizhikin wrote: > On Sat, May 16, 2020 at 10:10 PM Adrian Bunk wrote: > > > > On Sat, May 16, 2020 at 07:54:32PM +, Peter Kjellerstedt wrote: > > > > > > > > meta-openembedded/meta-python has a higher layer priority than OE-core. > > > > > > >

Re: [OE-core] [PATCH 3/4] lttng-tools: upgrade to 2.12.0

2020-05-17 Thread Richard Purdie
On Sun, 2020-05-17 at 13:49 +0100, Richard Purdie via lists.openembedded.org wrote: > On Fri, 2020-05-15 at 15:11 +0300, Ovidiu Panait wrote: > > Upgrade lttng-tools 2.11.2 -> 2.12.0: > > * drop x32 patch, as it was merged upstream > > * License-Update: licenses were moved under LICENSES directory

[OE-core][PATCH] gcc: Remove mudflap remnants

2020-05-17 Thread Adrian Bunk
mudflap was removed in gcc 4.9. Signed-off-by: Adrian Bunk --- meta/recipes-devtools/gcc/gcc-10.1.inc| 2 -- meta/recipes-devtools/gcc/gcc-runtime.inc | 15 --- 2 files changed, 17 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-10.1.inc b/meta/recipes-devtools/gcc/gcc

Re: [OE-core] [PATCH 3/4] lttng-tools: upgrade to 2.12.0

2020-05-17 Thread Richard Purdie
On Fri, 2020-05-15 at 15:11 +0300, Ovidiu Panait wrote: > Upgrade lttng-tools 2.11.2 -> 2.12.0: > * drop x32 patch, as it was merged upstream > * License-Update: licenses were moved under LICENSES directory and changed in > upstream commit [1] > > [1] > https://github.com/lttng/lttng-tools/comm