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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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 |
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
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
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/
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 +
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
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
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
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
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
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
*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
> -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
>
>
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
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
> -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
40 matches
Mail list logo