Re: [OE-core] [meta-oe][PATCH] libva: Removed virtual/mesa dependency

2020-04-25 Thread Anuj Mittal
On Sat, 2020-04-25 at 12:38 -0700, Bartłomiej Burdukiewicz wrote: > On Sat, Apr 25, 2020 at 06:46 AM, Khem Raj wrote: > > > On 4/24/20 8:01 AM, Bartłomiej Burdukiewicz wrote: > Mesa can be > > compiled with libva support, in order to avoid recursive > > > dependency between mesa and libva, virtual

Re: [OE-core] Brief git.openembedded.org Downtime

2020-04-25 Thread Michael Halstead
This work is complete and all services are available. As a bonus the new hardware is faster. Service restored at 2020-04-25 20:14 PDT. On Sat, Apr 25, 2020 at 5:52 PM Michael Halstead via lists.openembedded.org wrote: > There is a potential issue with the physical machine hosting > git.openembe

Re: [OE-core] [PATCH 1/3] python3-pbr: change shebang to python3

2020-04-25 Thread Changqing Li
On 4/25/20 12:43 PM, Khem Raj wrote: On 4/24/20 5:40 AM, Richard Purdie wrote: On Fri, 2020-04-24 at 09:09 +0800, Changqing Li wrote: From: Changqing Li we have offcially dropped python2, so it is possible that our code run on python3 only host, so change shebang to python3 to avoid error l

[OE-core] Brief git.openembedded.org Downtime

2020-04-25 Thread Michael Halstead
There is a potential issue with the physical machine hosting git.openembedded.org. I'm going to take the VM offline to move it to new hardware. The process should take less than 30 minutes. Full backups have been taken in case of unexpected failures. The downtime will begin in about 2 hours start

Re: [OE-core] [meta-oe][PATCH] libva: Removed virtual/mesa dependency

2020-04-25 Thread Fred Baksik
On Sat, Apr 25, 2020, at 3:38 PM, Bartłomiej Burdukiewicz wrote: > On Sat, Apr 25, 2020 at 06:46 AM, Khem Raj wrote: >> On 4/24/20 8:01 AM, Bartłomiej Burdukiewicz wrote: > Mesa can be compiled >> with libva support, in order to avoid recursive > dependency between mesa >> and libva, virtual/me

Re: [OE-core] [PATCH RESEND] bitbake.conf: do not let DISTROOVERRIDES fall back to empty string

2020-04-25 Thread Andre McCurdy
On Sat, Apr 25, 2020 at 8:38 AM Richard Purdie wrote: > On Sun, 2020-04-26 at 00:19 +0900, Masahiro Yamada wrote: > > Commit abacd7243a2e ("bitbake.conf: fix distro-less failure expanding > > FILESPATH") mended the littered DISROOVERRIDES when DISTRO is unset. > > > > Some time later, commit b7279

Re: [OE-core] [PATCH v7 00/10] Fix permissions and embed-rotofs

2020-04-25 Thread Ricardo Ribalda
Hi On Sat, Apr 25, 2020 at 11:29 PM Richard Purdie wrote: > > On Sat, 2020-04-25 at 23:25 +0200, Ricardo Ribalda Delgado wrote: > > I have also been working on the issue, and eventhought I have not > > been > > able to replicate locally the bug, the code insspection was pointing > > to the same d

Re: [OE-core] [PATCH] RFC wic: Support .wks files for multiple machines

2020-04-25 Thread Ricardo Ribalda
Hi Christopher On Fri, Apr 24, 2020 at 5:56 PM Christopher Larson wrote: > > This will only work the way you expect if hte user's local.conf uses ?= or > ??= for MACHINE, otherwise setting it in the environment will do nothing. > Good catch, You are right :(, Any idea of how could I fix it. I

Re: [OE-core] [PATCH v7 00/10] Fix permissions and embed-rotofs

2020-04-25 Thread Richard Purdie
On Sat, 2020-04-25 at 23:25 +0200, Ricardo Ribalda Delgado wrote: > I have also been working on the issue, and eventhought I have not > been > able to replicate locally the bug, the code insspection was pointing > to the same direction. > My running hypothesis is that the logger keeps writting to t

Re: [OE-core] [PATCH v7 00/10] Fix permissions and embed-rotofs

2020-04-25 Thread Ricardo Ribalda
Hi Richard Thanks for the update! On Sat, Apr 25, 2020 at 11:07 PM Richard Purdie wrote: > > On Thu, 2020-04-23 at 15:17 +0200, Ricardo Ribalda Delgado wrote: > > On my setup, using debian crops the error is even different :( > > > > If you want I can keep trying, otherwise I will leave it to th

Re: [OE-core] [PATCH v7 00/10] Fix permissions and embed-rotofs

2020-04-25 Thread Richard Purdie
On Thu, 2020-04-23 at 15:17 +0200, Ricardo Ribalda Delgado wrote: > On my setup, using debian crops the error is even different :( > > If you want I can keep trying, otherwise I will leave it to the > experts ;) Just to update, I bisected this down to my sysroot patches in master- next. Which mak

Re: [OE-core] [meta-oe][PATCH] libva: Removed virtual/mesa dependency

2020-04-25 Thread Bartłomiej Burdukiewicz
On Sat, Apr 25, 2020 at 06:46 AM, Khem Raj wrote: > > > > On 4/24/20 8:01 AM, Bartłomiej Burdukiewicz wrote: > > Mesa can be compiled with libva support, in order to avoid recursive > > dependency between mesa and libva, virtual/mesa must be removed > > from libva recipe. > > > > Signed-off-by:

[OE-core] [PATCH 2/3] libsdl2: enable opengl option for native/nativesdk, subject to 'opengl' in DISTRO_FEATURES

2020-04-25 Thread Alexander Kanavin
This allows virgl support in qemu with the SDL frontend Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb b/meta/recipes-graphics/libsdl2/li

[OE-core] [PATCH 1/3] bitbake.conf: propagate 'opengl' DISTRO_FEATURE to native/nativesdk from target

2020-04-25 Thread Alexander Kanavin
This will allow better control over native virgl/qemu configurations. Adjust gtk+3/cairo native configurations to actually ignore opengl when building for -native: we do not need it, and it would cause build failures as only a limited subset of mesa-native is currently built. Drop native/nativesd

[OE-core] [PATCH 3/3] qemu: enable virglrenderer and glx options subject to 'opengl' DISTRO_FEATURE

2020-04-25 Thread Alexander Kanavin
Note that to actually use accelerated GL passthrough, there are two options 1) a suitable frontend need to be also enabled - gtk+ and SDL both seem to work well. Previously I struggled to make SDL work, but now it seems fine. 2) it is also possible to render off-screen with -display egl-headless

[OE-core] [PATCH 0/3] virgl: enable in qemu when 'opengl' is in DISTRO_FEATURES

2020-04-25 Thread Alexander Kanavin
virgl is a virtualized accelerated 3D graphics support for the qemu guests. This patchset enables virgl in qemu, when 'opengl' is in DISTRO_FEATURES. Virgl is entirely opt-in (via non-default options to 'runqemu'). By default qemu behaves exactly as before, and does not use virgl. This adds a few

[OE-core] [PATCH 15/15] python3-numpy: update to 1.18.3

2020-04-25 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...nvert-shebang-from-python-to-python3.patch | 176 -- ...up.py-remove-the-detection-of-x86-ta.patch | 32 .../python-numpy/python-numpy.inc | 7 +- ...umpy_1.17.4.bb => python3-numpy_1.18.3.bb} | 0 4 files changed, 80 i

[OE-core] [PATCH 14/15] python3-pyparsing: update to 2.4.7

2020-04-25 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python-pyparsing.inc | 4 ++-- ...{python3-pyparsing_2.4.6.bb => python3-pyparsing_2.4.7.bb} | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pyparsing_2.4.6.bb => p

[OE-core] [PATCH 05/15] quilt: do not test patch-wrapper as it is not enabled

2020-04-25 Thread Alexander Kanavin
Upstream only enables the test if --with-patch-wrapper was supplied to ./configure, and so should we. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/quilt/quilt.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/q

[OE-core] [PATCH 01/15] rpm: upgrade to 4.15.1

2020-04-25 Thread Alexander Kanavin
Drop patches that were merged upstream. 0001-mono-find-provides-requires-do-not-use-monodis-from-.patch modifies a file that was removed upstream. Add a 0001-rpmfc.c-do-not-run-file-classification-in-parallel.patch as unfortunately the new parallel file classification feature from upstream trips

[OE-core] [PATCH 13/15] python3-cython: update to 0.29.16

2020-04-25 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python-cython.inc| 4 ++-- .../{python3-cython_0.29.14.bb => python3-cython_0.29.16.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-cython_0.29.14.bb => pyth

[OE-core] [PATCH 11/15] python3-cython: add from meta-oe

2020-04-25 Thread Alexander Kanavin
This is needed by new python3-numpy. Signed-off-by: Alexander Kanavin --- .../recipes-devtools/python/python-cython.inc | 41 +++ .../python/python3-cython_0.29.14.bb | 18 2 files changed, 59 insertions(+) create mode 100644 meta/recipes-devtools/python/python

[OE-core] [PATCH 08/15] perl: update to 5.30.2

2020-04-25 Thread Alexander Kanavin
racefix.patch was merged to perl-cross determinism.patch was partially merged to perl-cross 0001-tests-adjust-to-correctly-exclude-unbuilt-extensions.patch is no longer needed as issue is addressed upstream. Signed-off-by: Alexander Kanavin --- ...correctly-exclude-unbuilt-extensions.patch | 27

[OE-core] [PATCH 12/15] maintainers.inc: add entries for cython and pyparsing

2020-04-25 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 25c919b532..f7e4dac6f6 100644 --- a/meta/conf/distro/include/maintainers.i

[OE-core] [PATCH 09/15] gobject-introspection: update to 1.64.1

2020-04-25 Thread Alexander Kanavin
All the cross-support patches are finally merged upstream; the maintainer also changed the option naming to his preference, so the recipe is adjusted. Signed-off-by: Alexander Kanavin --- .../0001-Fix-build-reproducibility.patch | 50 -- ...t-cross-compilation-support-to-meson.patch |

[OE-core] [PATCH 07/15] libinput: update 1.15.2 -> 1.15.5

2020-04-25 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../wayland/{libinput_1.15.2.bb => libinput_1.15.5.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.15.2.bb => libinput_1.15.5.bb} (91%) diff --git a/meta/recipes-graphics/wayland/libinput

[OE-core] [PATCH 04/15] dnf: upgrade 4.2.2 -> 4.2.21

2020-04-25 Thread Alexander Kanavin
Drop upstreamed patches. Signed-off-by: Alexander Kanavin --- .../dnf/dnf/Fix-SyntaxWarning.patch | 34 --- .../dnf/{dnf_4.2.2.bb => dnf_4.2.21.bb} | 3 +- 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 meta/recipes-devtools/dnf/dnf/Fix-Synt

[OE-core] [PATCH 10/15] python3-pyparsing: add from meta-oe

2020-04-25 Thread Alexander Kanavin
This is needed for python3-cython, which is needed by new python3-numpy. Signed-off-by: Alexander Kanavin --- .../python/python-pyparsing.inc | 22 +++ .../python/python3-pyparsing_2.4.6.bb | 2 ++ 2 files changed, 24 insertions(+) create mode 100644 meta/

[OE-core] [PATCH 02/15] libmodulemd: move from 1.x to 2.x version

2020-04-25 Thread Alexander Kanavin
New libdnf requires 2.x and is the only consumer in oe-core (or elsewhere). Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 2 +- ...ec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch | 22 --- ...e-the-manpage-only-if-the-feature-is.patch | 28 +

[OE-core] [PATCH 06/15] libinput: add ptest

2020-04-25 Thread Alexander Kanavin
The test takes about 17 minutes, and fully passes. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/ptest-packagelists.inc | 1 + meta/recipes-graphics/wayland/libinput/run-ptest | 9 + meta/recipes-graphics/wayland/libinput_1.15.2.bb | 8 +--- 3 files changed, 15 inser

[OE-core] [PATCH 03/15] libdnf: upgrade 0.28.1 -> 0.47.0

2020-04-25 Thread Alexander Kanavin
Add a patch that avoids hardcoded sphinx dependency. Switch off a couple of new features (zchunk, html docs for hawkey library via sphinx) that both require new dependencies. Move from modulemd 1.x to 2.x, drop upstreamed patches. Signed-off-by: Alexander Kanavin --- .../libdnf/0001-Add-WITH_T

Re: [OE-core] [PATCH RESEND] bitbake.conf: do not let DISTROOVERRIDES fall back to empty string

2020-04-25 Thread Richard Purdie
On Sun, 2020-04-26 at 00:19 +0900, Masahiro Yamada wrote: > Commit abacd7243a2e ("bitbake.conf: fix distro-less failure expanding > FILESPATH") mended the littered DISROOVERRIDES when DISTRO is unset. > > Some time later, commit b7279f996397 ("bitbake.conf: Default DISTRO > to > nodistro") added a

[OE-core] [PATCH RESEND] bitbake.conf: do not let DISTROOVERRIDES fall back to empty string

2020-04-25 Thread Masahiro Yamada
Commit abacd7243a2e ("bitbake.conf: fix distro-less failure expanding FILESPATH") mended the littered DISROOVERRIDES when DISTRO is unset. Some time later, commit b7279f996397 ("bitbake.conf: Default DISTRO to nodistro") added a weak default to 'DISTRO'. So, this line can go back to the original

Re: [OE-Core][PATCH 1/6] openssh: Move sshdgenkeys.service to sshd.socket

2020-04-25 Thread Khem Raj
On Sat, Apr 25, 2020 at 3:45 AM Alex Kiernan wrote: > On Sat, Apr 25, 2020 at 2:43 AM Khem Raj wrote: > > > > > > > > On 4/23/20 10:14 AM, Andre McCurdy wrote: > > > On Thu, Apr 23, 2020 at 1:30 AM Alex Kiernan > wrote: > > >> On Wed, Apr 22, 2020 at 7:48 PM Andre McCurdy > wrote: > > >>> On W

Re: [OE-Core][PATCH 1/6] openssh: Move sshdgenkeys.service to sshd.socket

2020-04-25 Thread Alex Kiernan
On Sat, Apr 25, 2020 at 2:43 AM Khem Raj wrote: > > > > On 4/23/20 10:14 AM, Andre McCurdy wrote: > > On Thu, Apr 23, 2020 at 1:30 AM Alex Kiernan wrote: > >> On Wed, Apr 22, 2020 at 7:48 PM Andre McCurdy wrote: > >>> On Wed, Apr 22, 2020 at 6:52 AM Alex Kiernan > >>> wrote: > > sshd

Re: [OE-core] [master][zeus][PATCH] relocatable.bbclass: Avoid an exception if an empty pkgconfig dir exist

2020-04-25 Thread Peter Kjellerstedt
*ping again* //Peter > -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Peter Kjellerstedt > Sent: den 3 april 2020 18:24 > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [master][zeus][PATCH] relocatable

Re: [OE-core] [PATCH] busybox: Correct the name of the bzip2 license

2020-04-25 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Peter Kjellerstedt > Sent: den 25 april 2020 11:07 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH] busybox: Correct the name of the bzip2 license > >

[OE-core] [PATCH] busybox: Correct the name of the bzip2 license

2020-04-25 Thread Peter Kjellerstedt
The common bzip2 license was renamed from "bzip2" to "bzip2-1.0.6" in commit 669600ef to match the official SPDX identifier. Signed-off-by: Peter Kjellerstedt --- meta/recipes-core/busybox/busybox.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/busybox/b

[OE-Core][PATCH] u-boot: Upgrade 2020.01 -> 2020.04

2020-04-25 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- .../u-boot/{u-boot-tools_2020.01.bb => u-boot-tools_2020.04.bb} | 0 .../recipes-bsp/u-boot/{u-boot_2020.01.bb => u-boot_2020.04.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename

Re: [OE-core] [PATCH v3] boost: revert 1.72.0 regression

2020-04-25 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Andrew Geissler > Sent: den 22 april 2020 02:19 > To: openembedded-core@lists.openembedded.org > Cc: Andrew Geissler > Subject: [OE-core] [PATCH v3] boost: revert 1.72.0 regress