[OE-core] [PATCH] libevdev: fix upstream check

2020-02-24 Thread Anuj Mittal
Ignore the ones ending in .90x as they are -rc releases. Signed-off-by: Anuj Mittal --- meta/recipes-support/libevdev/libevdev_1.8.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/libevdev/libevdev_1.8.0.bb b/meta/recipes-support/libevdev/libevdev_1.8.0.bb index

[OE-core] [PATCH] mime,mime-xdg: Conflict with allarch

2020-02-24 Thread Khem Raj
mime and mime-xdb classes add dependencies ( both runtime and buildtime ) on target packages, therefore recipes using allarch should not inherit mime/mime-xdg or vice-versa, this fixes subtle sstate mismatches [YOCTO #13805] Signed-off-by: Khem Raj Cc: Andreas Müller ---

[OE-core] [PATCH] python3-scons{-native}: upgrade 3.1.1 -> 3.1.2

2020-02-24 Thread Tim Orling
THis release is a mix of improvements and fixes: https://github.com/SCons/scons/blob/3.1.2/src/RELEASE.txt * Changed to inherit pypi rather than relying on SOURCEFORGE_MIRROR. * Add SRC_URI for LICENSE file (not included in pypi tarball). * Make it more obvious that RDEPENDS are for class-target

[OE-core] [PATCH 2/2] ffmpeg: add PACKAGECONFIG support for fdk-aac

2020-02-24 Thread Scott Branden via Openembedded-core
Add PACKAGECONFIG support for fdk-aac in ffmpeg. Signed-off-by: Scott Branden --- meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb index

[OE-core] [PATCH 1/2] common-license: add fdk-aac license file

2020-02-24 Thread Scott Branden via Openembedded-core
From: Mircea Carausu Add Fraunhofer FDK AAC Codec Library license. Signed-offby: Mircea Carausu Signed-off-by: Scott Branden --- ...aunhofer_FDK_AAC_Codec_Library_for_Android | 92 +++ 1 file changed, 92 insertions(+) create mode 100644

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

2020-02-24 Thread sjolley.yp.pm
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:

Re: [OE-core] [PATCH v2] bitbake.conf: omit XZ threads and RAM from sstate signatures

2020-02-24 Thread Adrian Bunk
On Mon, Feb 24, 2020 at 05:32:29PM +, Richard Purdie wrote: > On Mon, 2020-02-24 at 17:14 +, André Draszik wrote: >... > > I don't want to penalise myself or anybody else by generally forcing > > a low number of threads either. > > We didn't have resource issues on the autobuilder with xz

Re: [OE-core] [PATCH] image_types: fix checksum conversion dependencies

2020-02-24 Thread Khem Raj
On Mon, Feb 24, 2020 at 10:39 AM Bartosz Golaszewski < bgolaszew...@baylibre.com> wrote: > pon., 24 lut 2020 o 17:07 Khem Raj napisał(a): > > > > > > > > On Mon, Feb 24, 2020 at 6:15 AM Bartosz Golaszewski > wrote: > >> > >> From: Bartosz Golaszewski > >> > >> Only md5sum and sha256sum tools

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-24 Thread Alexander Kanavin
On Mon, 24 Feb 2020 at 15:08, Adrian Bunk wrote: > > Alexander, wayland support in webkitgtk requires mesa built with x11 > support (otherwise gl.pc is not available). > I had a look; I'm not sure I understood the options correctly, but the issue is due to this:

Re: [OE-core] [OE-Core][PATCH] libxcrypt: Enable static builds

2020-02-24 Thread Andre McCurdy
On Fri, Feb 21, 2020 at 8:35 AM Alex Kiernan wrote: > > On Tue, Jan 28, 2020 at 8:07 PM Andre McCurdy wrote: > > > > On Tue, Jan 28, 2020 at 4:48 AM Alex Kiernan wrote: > > > > > > Let me have a look at that - what got me here was trying to get a > > > static busybox so I could OSTree's tests

[OE-core] ✗ patchtest: failure for fetch2/gitsm: Unpack shallow mirror tarballs

2020-02-24 Thread Patchwork
== Series Details == Series: fetch2/gitsm: Unpack shallow mirror tarballs Revision: 1 URL : https://patchwork.openembedded.org/series/22916/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH] archiver.bbclass: Handle gitsm URLs in the mirror archiver

2020-02-24 Thread Paul Barker
To fully archive a `gitsm://` entry in SRC_URI we need to also capture the submodules recursively. Signed-off-by: Paul Barker --- meta/classes/archiver.bbclass | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/meta/classes/archiver.bbclass

[OE-core] [PATCH] fetch2/gitsm: Unpack shallow mirror tarballs

2020-02-24 Thread Paul Barker
When a shallow mirror tarball is used to satisfy a gitsm URI it needs to be unpacked so that the .gitmodules file can be examined. Signed-off-by: Paul Barker --- lib/bb/fetch2/gitsm.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/lib/bb/fetch2/gitsm.py b/lib/bb/fetch2/gitsm.py

Re: [OE-core] [PATCH] fetch2/gitsm: Unpack shallow mirror tarballs

2020-02-24 Thread Paul Barker
On Mon, 24 Feb 2020 at 20:14, Paul Barker wrote: > > When a shallow mirror tarball is used to satisfy a gitsm URI it needs to > be unpacked so that the .gitmodules file can be examined. > > Signed-off-by: Paul Barker > --- > lib/bb/fetch2/gitsm.py | 6 ++ > 1 file changed, 6 insertions(+) >

[OE-core] [PATCH] linux-yocto/5.2: update to v5.2.32

2020-02-24 Thread bruce . ashfield
From: Bruce Ashfield Updating linux-yocto/5.2 to the latest korg -stable release that comprises the following commits: ef3886a722c8 Linux 5.2.32 ce5a5accc87e dm thin: fix use-after-free in metadata_pre_commit_callback 9aafc6574336 cifs: Fix memory allocation in

Re: [OE-core] why would systemd-systemctl-native need underlying sysvinit?

2020-02-24 Thread Alex Kiernan
On Mon, Feb 24, 2020 at 7:06 PM Robert P. J. Day wrote: > > > in midst of migrating old YP layer to newer one and running across > all sorts of oddities. in this case, in current master branch of > oe-core, we have: > > recipes-bsp/keymaps/keymaps_1.0.bb:PACKAGE_WRITE_DEPS_append = " >

[OE-core] does "deprecated" SSTATEPOSTINSTFUNCS still have value?

2020-02-24 Thread Robert P. J. Day
YP 2.3 migration section describes that variable as deprecated and likely to be removed in the future, but it still lives on: classes/sstate.bbclass:SSTATEPOSTINSTFUNCS = "" classes/sstate.bbclass:for postinst in (d.getVar('SSTATEPOSTINSTFUNCS') or '').split():

[OE-core] why would systemd-systemctl-native need underlying sysvinit?

2020-02-24 Thread Robert P. J. Day
in midst of migrating old YP layer to newer one and running across all sorts of oddities. in this case, in current master branch of oe-core, we have: recipes-bsp/keymaps/keymaps_1.0.bb:PACKAGE_WRITE_DEPS_append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd

[OE-core] [PATCH] opensbi: Update to v0.6

2020-02-24 Thread Alistair Francis
Signed-off-by: Alistair Francis --- ...Makefile-Don-t-specify-mabi-or-march.patch | 13 + .../files/0001-build-Use-ffreestanding.patch | 28 --- .../{opensbi_0.5.bb => opensbi_0.6.bb}| 6 +--- 3 files changed, 9 insertions(+), 38 deletions(-) delete mode 100644

[OE-core] [PATCH] perl: fix lib/warnings test on core-image-sato

2020-02-24 Thread Mingde (Matthew) Zeng
Fixes [YOCTO #13296] The lib/warnings test fails on certain images such as core-image-sato. The upstream has already fixed this issue, thus submitting the relevent backport patch. Signed-off-by: Matthew Zeng -- Mingde (Matthew) Zeng ---

Re: [OE-core] [PATCH v2] bitbake.conf: omit XZ threads and RAM from sstate signatures

2020-02-24 Thread Richard Purdie
On Mon, 2020-02-24 at 17:14 +, André Draszik wrote: > On Mon, 2020-02-24 at 16:44 +, Richard Purdie wrote: > > On Mon, 2020-02-24 at 15:40 +0200, Adrian Bunk wrote: > > > On Mon, Feb 24, 2020 at 12:59:55PM +, André Draszik wrote: > > > > The number of threads used, and the amount of

Re: [OE-core] [PATCH v2] bitbake.conf: omit XZ threads and RAM from sstate signatures

2020-02-24 Thread André Draszik
On Mon, 2020-02-24 at 16:44 +, Richard Purdie wrote: > On Mon, 2020-02-24 at 15:40 +0200, Adrian Bunk wrote: > > On Mon, Feb 24, 2020 at 12:59:55PM +, André Draszik wrote: > > > The number of threads used, and the amount of memory allowed > > > to be used, should not affect sstate

Re: [OE-core] [PATCH v2] bitbake.conf: omit XZ threads and RAM from sstate signatures

2020-02-24 Thread Adrian Bunk
On Mon, Feb 24, 2020 at 04:44:28PM +, Richard Purdie wrote: > On Mon, 2020-02-24 at 15:40 +0200, Adrian Bunk wrote: > > On Mon, Feb 24, 2020 at 12:59:55PM +, André Draszik wrote: > > > The number of threads used, and the amount of memory allowed > > > to be used, should not affect sstate

[OE-core] ✗ patchtest: failure for perl: fix lib/warnings test on core-image-sato

2020-02-24 Thread Patchwork
== Series Details == Series: perl: fix lib/warnings test on core-image-sato Revision: 1 URL : https://patchwork.openembedded.org/series/22910/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] ✗ patchtest: failure for perl: fix lib/warnings test on core-image-sato (rev2)

2020-02-24 Thread Patchwork
== Series Details == Series: perl: fix lib/warnings test on core-image-sato (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/22910/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

Re: [OE-core] [PATCH v2] bitbake.conf: omit XZ threads and RAM from sstate signatures

2020-02-24 Thread Richard Purdie
On Mon, 2020-02-24 at 15:40 +0200, Adrian Bunk wrote: > On Mon, Feb 24, 2020 at 12:59:55PM +, André Draszik wrote: > > The number of threads used, and the amount of memory allowed > > to be used, should not affect sstate signatures, as they > > don't affect the result. > > Unfortunately they

[OE-core] [PATCH] perl: fix lib/warnings test on core-image-sato

2020-02-24 Thread Mingde (Matthew) Zeng
Fixes [YOCTO #13296] The lib/warnings test fails on certain images such as core-image-sato. The upstream has already fixed this issue, thus submitting the relevent backport patch. Signed-off-by: Matthew Zeng -- Mingde (Matthew) Zeng ---

[OE-core] [PATCH] perl: fix lib/warnings test on core-image-sato

2020-02-24 Thread Mingde (Matthew) Zeng
Fixes [YOCTO #13296] The lib/warnings test fails on certain images such as core-image-sato. The upstream has already fixed this issue, thus submitting the relevent backport patch. Signed-off-by: Matthew Zeng -- Mingde (Matthew) Zeng ---

Re: [OE-core] [RFC][PATCH 1/2] nss: Move to meta-oe

2020-02-24 Thread akuster808
Adrian, On 2/23/20 9:17 PM, Adrian Bunk wrote: > On Sun, Feb 23, 2020 at 04:25:18PM -0800, Khem Raj wrote: >> On Sun, Feb 23, 2020 at 11:34 AM Adrian Bunk wrote: >>> rpm was the last user in OE-core. >> we should also assess external dependencies especially on libraries, >> there might be layers

Re: [OE-core] [meta-security][PATCH] linux: drop the bbappend for linux v4.x series

2020-02-24 Thread akuster808
wrong ml. should be yo...@list.yoctoproject.org On 2/24/20 7:45 AM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > v4.19 LTS has been dropped in poky in favor of v5.4. Drop the bbappend > from meta-security as right now the build fails. Thanks for the patch.  I saw this issue

Re: [OE-core] [PATCH] image_types: fix checksum conversion dependencies

2020-02-24 Thread Khem Raj
On Mon, Feb 24, 2020 at 6:15 AM Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Only md5sum and sha256sum tools are provided by HOSTTOOLS. For other > checksum utils, the conversions need to depend on coreutils-native. > > Signed-off-by: Bartosz Golaszewski > --- >

[OE-core] ✗ patchtest: failure for linux: drop the bbappend for linux v4.x series

2020-02-24 Thread Patchwork
== Series Details == Series: linux: drop the bbappend for linux v4.x series Revision: 1 URL : https://patchwork.openembedded.org/series/22909/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [meta-security][PATCH] linux: drop the bbappend for linux v4.x series

2020-02-24 Thread Bartosz Golaszewski
From: Bartosz Golaszewski v4.19 LTS has been dropped in poky in favor of v5.4. Drop the bbappend from meta-security as right now the build fails. Signed-off-by: Bartosz Golaszewski --- recipes-kernel/linux/linux-yocto_4.%.bbappend | 2 -- 1 file changed, 2 deletions(-) delete mode 100644

Re: [OE-core] [PATCH] e2fsprogs: update to 1.45.5

2020-02-24 Thread akuster808
On 2/24/20 3:13 AM, Robert Yang wrote: > > On 2/24/20 6:23 PM, Richard Purdie wrote: >> On Sun, 2020-02-23 at 19:12 -0800, Armin Kuster wrote: >>> Dropping patch 0001-misc-create_inode.c-set-dir-s-mode- >>> correctly.patch as upstream has not been accepted for over 2 years >>> and we should not

Re: [OE-core] [PATCH v2] bitbake.conf: omit XZ threads and RAM from sstate signatures

2020-02-24 Thread Adrian Bunk
On Mon, Feb 24, 2020 at 02:58:21PM +, André Draszik wrote: > On Mon, 2020-02-24 at 16:31 +0200, Adrian Bunk wrote: > > On Mon, Feb 24, 2020 at 02:21:57PM +, André Draszik wrote: > > > ... > > > Once the artefact has been created, it doesn't matter anymore how it > > > was created, as long

Re: [OE-core] [PATCH v2] bitbake.conf: omit XZ threads and RAM from sstate signatures

2020-02-24 Thread André Draszik
On Mon, 2020-02-24 at 16:31 +0200, Adrian Bunk wrote: > On Mon, Feb 24, 2020 at 02:21:57PM +, André Draszik wrote: > > ... > > Once the artefact has been created, it doesn't matter anymore how it > > was created, as long as the high-level options aren't being changed (like > > an explicit

[OE-core] [PATCH v3] make: 4.2.1 -> 4.3

2020-02-24 Thread Jens Rehsack
Announcement: https://lists.gnu.org/archive/html/bug-make/2020-01/msg00057.html 1) Remove upstream provided patches 0001-glob-Do-not-assume-glibc-glob-internals.patch and 0002-glob-Do-not-assume-glibc-glob-internals.patch. 2) License has been changed to GPLv3 only 3) Important bug-fix is

Re: [OE-core] [PATCH v2] bitbake.conf: omit XZ threads and RAM from sstate signatures

2020-02-24 Thread Adrian Bunk
On Mon, Feb 24, 2020 at 02:21:57PM +, André Draszik wrote: >... > Once the artefact has been created, it doesn't matter anymore how it > was created, as long as the high-level options aren't being changed (like > an explicit compression level, checksum method, etc.) >...

Re: [OE-core] [PATCH v2] bitbake.conf: omit XZ threads and RAM from sstate signatures

2020-02-24 Thread André Draszik
On Mon, 2020-02-24 at 15:40 +0200, Adrian Bunk wrote: > On Mon, Feb 24, 2020 at 12:59:55PM +, André Draszik wrote: > > The number of threads used, and the amount of memory allowed > > to be used, should not affect sstate signatures, as they > > don't affect the result. > > Unfortunately they

[OE-core] [PATCH] image_types: fix checksum conversion dependencies

2020-02-24 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Only md5sum and sha256sum tools are provided by HOSTTOOLS. For other checksum utils, the conversions need to depend on coreutils-native. Signed-off-by: Bartosz Golaszewski --- meta/classes/image_types.bbclass | 4 1 file changed, 4 insertions(+) diff --git

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-24 Thread Alexander Kanavin
On Mon, 24 Feb 2020 at 15:08, Adrian Bunk wrote: > Alexander, wayland support in webkitgtk requires mesa built with x11 > support (otherwise gl.pc is not available). Can you provide links where this happens please? Specifically, where mesa makes that decision, and where webkit asks for that

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-24 Thread Adrian Bunk
On Mon, Feb 24, 2020 at 12:46:35PM +0200, Adrian Bunk wrote: > On Mon, Feb 24, 2020 at 09:17:56AM +, Richard Purdie wrote: > > On Sun, 2020-02-23 at 20:29 +0200, Adrian Bunk wrote: > > > opengl is optional. > > > x11 can be replaced with wayland. > > > > > > Signed-off-by: Adrian Bunk > > >

Re: [OE-core] [PATCH v2] bitbake.conf: omit XZ threads and RAM from sstate signatures

2020-02-24 Thread Adrian Bunk
On Mon, Feb 24, 2020 at 12:59:55PM +, André Draszik wrote: > The number of threads used, and the amount of memory allowed > to be used, should not affect sstate signatures, as they > don't affect the result. Unfortunately they can affect the result. > Otherwise, it becomes impossible to

[OE-core] [PATCH v2] bitbake.conf: omit XZ threads and RAM from sstate signatures

2020-02-24 Thread André Draszik
The number of threads used, and the amount of memory allowed to be used, should not affect sstate signatures, as they don't affect the result. Otherwise, it becomes impossible to re-use sstate from automated builders on developer's machines (as the former might execute bitbake with certain

[OE-core] [PATCH] bitbake.conf: omit XZ threads and RAM from sstate signatures

2020-02-24 Thread André Draszik
The number of threads used, and the amount of memory allowed to be used, should not affect sstate signatures, as they don't affect the result. Otherwise, it becomes impossible to re-use sstate from automated builders on developer's machines (as the former might execute bitbake with certain

Re: [OE-core] [PATCH] e2fsprogs: update to 1.45.5

2020-02-24 Thread Robert Yang
On 2/24/20 6:23 PM, Richard Purdie wrote: On Sun, 2020-02-23 at 19:12 -0800, Armin Kuster wrote: Dropping patch 0001-misc-create_inode.c-set-dir-s-mode- correctly.patch as upstream has not been accepted for over 2 years and we should not carry it if upstream has not taking it after all that

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-24 Thread Adrian Bunk
On Mon, Feb 24, 2020 at 09:17:56AM +, Richard Purdie wrote: > On Sun, 2020-02-23 at 20:29 +0200, Adrian Bunk wrote: > > opengl is optional. > > x11 can be replaced with wayland. > > > > Signed-off-by: Adrian Bunk > > --- > > meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | 2 +- > > 1 file

Re: [OE-core] [PATCH] e2fsprogs: update to 1.45.5

2020-02-24 Thread Richard Purdie
On Sun, 2020-02-23 at 19:12 -0800, Armin Kuster wrote: > Dropping patch 0001-misc-create_inode.c-set-dir-s-mode- > correctly.patch as upstream has not been accepted for over 2 years > and we should not carry it if upstream has not taking it after all > that time. Looking at the patch, this

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-24 Thread Richard Purdie
On Sun, 2020-02-23 at 20:29 +0200, Adrian Bunk wrote: > opengl is optional. > x11 can be replaced with wayland. > > Signed-off-by: Adrian Bunk > --- > meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[OE-core] [PATCH 0/1] weston: PACKAGECONFIG clients requires wayland

2020-02-24 Thread Robert Yang
The following changes since commit 0bfb2e984062e2a00f8989d26aebb89b112d81d2: package_ipk: Add missing variables to the task hash (2020-02-23 23:33:43 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/weston

[OE-core] [PATCH 1/1] weston: PACKAGECONFIG clients requires wayland

2020-02-24 Thread Robert Yang
Fixed: DISTRO_FEATURES_remove = "wayland" $ bitbake weston clients/meson.build:141:4: ERROR: Problem encountered: weston-simple-dmabuf-egl requires option renderer-gl which is not enabled. If you rather not build this, drop "dmabuf-egl" from simple-clients option. WARNING: exit code 1 from a