Re: [OE-core] [PATCH 2/2] vim: Update to 8.1.1198

2019-04-24 Thread Tom Rini
On Wed, Apr 24, 2019 at 02:50:51PM +0100, richard.pur...@linuxfoundation.org wrote: > On Wed, 2019-04-24 at 07:29 -0400, Tom Rini wrote: > > On Wed, Apr 24, 2019 at 08:40:01AM +0100, > > richard.pur...@linuxfoundation.org wrote: > > > > > What does "locale -a" show for you? > > > > On Fedora

[OE-core] [RFC DO NOT APPLY][PATCH 3/2] vim: Add a work-around for some locale issues

2019-04-24 Thread Tom Rini
We do not support fully / correctly the certain locales. Attempting to use these with msgfmt in order to update the ".desktop" files exposes this problem and leads to the compile failing. Signed-off-by: Tom Rini --- meta/recipes-support/vim/vim_8.1.1198.bb | 10 ++ 1 file changed, 10

[OE-core] [PATCH v4] dnf: Enable nativesdk

2019-04-24 Thread Lei Maohui
Make dnf work on nativesdk environment. Signed-off-by: Zheng Ruoqin Signed-off-by: Lei Maohui --- meta/recipes-devtools/dnf/dnf_4.2.2.bb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/dnf/dnf_4.2.2.bb

[OE-core] [PATCH 1/1] vte: move shell auto scripts into seperate package

2019-04-24 Thread Andreas Müller
It bugged me for a while that xfce4-terminal sets (tab-)title to 'Untitled'. This is caused by bash variable PROMPT_COMMAND not set. vte ships /etc/profile.d/vte.sh adding PROMPT_COMMAND and a function to handle. Since * not all consumers of 'libvte' are interested in this feature * executable

[OE-core] [PATCH 0/1] vte: move shell auto scripts into seperate package

2019-04-24 Thread Andreas Müller
Follow-up for vte upgrade to 0.56.1 sent out recently. Andreas Müller (1): vte: move shell auto scripts into seperate package meta/recipes-support/vte/vte_0.56.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.20.1 -- ___

Re: [OE-core] [PATCH 2/2] vim: Update to 8.1.1198

2019-04-24 Thread richard . purdie
On Wed, 2019-04-24 at 07:29 -0400, Tom Rini wrote: > On Wed, Apr 24, 2019 at 08:40:01AM +0100, > richard.pur...@linuxfoundation.org wrote: > > > What does "locale -a" show for you? > > On Fedora Core 29: > C > C.utf8 > en_AG > en_AG.utf8 > en_AU > en_AU.iso88591 > en_AU.utf8 > en_BW >

Re: [OE-core] [PATCH v2] ninja: upate to 1.9.0

2019-04-24 Thread Oleksandr Kravchuk
Sure. It's already in master though. Should I send a new patch or just a diff with master? On 23/04/2019 11:26, Burton, Ross wrote: > On Sat, 23 Mar 2019 at 16:39, Oleksandr Kravchuk > wrote: >> +++ b/meta/recipes-devtools/ninja/ninja/fix-musl.patch >> @@ -0,0 +1,39 @@ >>

Re: [OE-core] [PATCH 9/9] python3-pycairo: update to 1.18.1

2019-04-24 Thread Richard Purdie
On Tue, 2019-04-23 at 18:19 +0200, Alexander Kanavin wrote: > Switch over to meson build, as it does not attempt to install > headers into /usr/share and pkg-config files into /usr/share/$libdir. > > Signed-off-by: Alexander Kanavin > --- > ...3-pycairo_1.15.6.bb => python3-pycairo_1.18.1.bb} |

[OE-core] [PATCH] oeqa/core/runner: dump stdout and stderr of each test case

2019-04-24 Thread Mardegan, Alberto
Some CI pipelines might perform further processing of the test output (for instance, to plot some metrics into a chart). However, Since `thud` we switched away from the XML-based jUnit reporting, and at the same time we lost the ability of collecting the stdout and stderr of the various tests. We

Re: [OE-core] [PATCH] go: Allow bootstrapping using host go compiler

2019-04-24 Thread Daniel Thompson
On Fri, Apr 12, 2019 at 10:45:07PM +0300, Adrian Bunk wrote: > On Fri, Apr 12, 2019 at 01:30:46PM +0100, Daniel Thompson wrote: > > Currently go-native bootstraps without any dependency on the host go > > compiler by building go-1.4 (the last version written in C) and using > > that to build a

Re: [OE-core] [PATCH v2] ninja: upate to 1.9.0

2019-04-24 Thread Alexander Kanavin
Master is never force pushed to and always has a linear history, so any changes need to apply cleanly to the latest commit in it. Alex On Wed, 24 Apr 2019 at 16:31, Oleksandr Kravchuk wrote: > > Sure. It's already in master though. > > Should I send a new patch or just a diff with master? > >

[OE-core] [PATCH] apr: update to 1.7.0

2019-04-24 Thread Oleksandr Kravchuk
Refreshed patches with devtool. Signed-off-by: Oleksandr Kravchuk --- ...ldcheck.sh-improve-libtool-detection.patch | 10 +++ ...ir-path-references-from-installed-ap.patch | 9 +++ ...configure.in-support-cross-compiling.patch | 12 -

Re: [OE-core] [PATCH 5/9] python-setuptools: update to 41.0.1

2019-04-24 Thread Richard Purdie
to meta/recipes-devtools/python/python3-setuptools_41.0.1.bb I think this breaks buildhistory. The autobuilder runs: '/home/pokybuild/yocto-worker/qemuppc/yocto-autobuilder-helper/scripts/collect-results', '/home/pokybuild/yocto-worker/qemuppc/build/build', '/srv/autobuilder/autobuilder.yoctoproject.

[OE-core] [PATCH] ninja: add Upstream-Status and SOB for musl patch

2019-04-24 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/ninja/ninja/fix-musl.patch | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/ninja/ninja/fix-musl.patch b/meta/recipes-devtools/ninja/ninja/fix-musl.patch index

Re: [OE-core] [QA][PATCH 1/7] manual tests migrate to selftest

2019-04-24 Thread Richard Purdie
On Mon, 2019-04-22 at 06:41 -0600, Armin Kuster wrote: > Signed-off-by: Armin Kuster > --- > meta/lib/oeqa/selftest/cases/oescripts.py | 89 > +++ > 1 file changed, 89 insertions(+) This threw a few errors on the autobuilder:

[OE-core] [QA][PATCH] manual qa: compliance-test drop ltpstress

2019-04-24 Thread Armin Kuster
ltpstress was remived in Oct 2018 https://github.com/linux-test-project/ltp/commit/e752f7c19674d9b2f7d37aed123561a3f6410e97#diff-5231627fc8640e0adb955f9e69c3c08d Remove LTP stress tests ltpstress.sh runs stress.part[1-3]. But these runtest files just duplicate definitions: * stress.part1: fs,

[OE-core] [PATCH] buildhistory: call a dependency parser only on actual dependency lists

2019-04-24 Thread Alexander Kanavin
Previously it was also called on filelists and possibly other items which broke the parser. Signed-off-by: Alexander Kanavin --- meta/lib/oe/buildhistory_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oe/buildhistory_analysis.py

Re: [OE-core] [PATCH V4] dbus: fix ptest failure

2019-04-24 Thread richard . purdie
On Thu, 2019-04-18 at 09:59 +0800, Changqing Li wrote: > > On 4/18/19 6:01 AM, Richard Purdie wrote: > > On Wed, 2019-04-17 at 16:38 +0800, changqing...@windriver.com > > wrote: > > > From: Changqing Li > > > > > > 1. since one bug in run-ptest, testcase test-bus have never been > > > actually

Re: [OE-core] [PATCH 9/9] python3-pycairo: update to 1.18.1

2019-04-24 Thread Alexander Kanavin
On Wed, 24 Apr 2019 at 17:49, Richard Purdie wrote: > > On Tue, 2019-04-23 at 18:19 +0200, Alexander Kanavin wrote: > > Switch over to meson build, as it does not attempt to install > > headers into /usr/share and pkg-config files into /usr/share/$libdir. > > > > Signed-off-by: Alexander Kanavin

[OE-core] [PATCH] icecc.bbclass: stop causing everything to be effectivelly MACHINE_ARCH

2019-04-24 Thread Martin Jansa
* since this change: commit d2fcaeb153fdc3f8d7143ea823139f1537055ff1 Author: Douglas Royds Date: Thu Dec 20 11:59:47 2018 +1300 icecc: Don't generate recipe-sysroot symlinks at recipe-parsing time the set_icecc_env function depends on KERNEL_CC variable even for recipes like

Re: [OE-core] [PATCH] qemu: Upgrade from 3.1.0 to 4.0.0

2019-04-24 Thread Alistair Francis
On Wed, Apr 24, 2019 at 5:37 AM Burton, Ross wrote: > > This patch doesn't apply for me, probably because it got mangled in > transport somewhere. Is it in a branch I can pull from? Yep, you can get it from here: https://github.com/alistair23/openembedded-core/tree/alistair/qemu-4.0.0 Alistair

Re: [OE-core] [PATCH 5/9] python-setuptools: update to 41.0.1

2019-04-24 Thread Alexander Kanavin
s-devtools/python/python3- > > setuptools_40.8.0.bb b/meta/recipes-devtools/python/python3- > > setuptools_41.0.1.bb > > similarity index 100% > > rename from meta/recipes-devtools/python/python3-setuptools_40.8.0.bb > > rename to meta/recipes-devtools/python

Re: [OE-core] [PATCH] buildhistory: call a dependency parser only on actual dependency lists

2019-04-24 Thread Richard Purdie
On Wed, 2019-04-24 at 18:34 +0200, Alexander Kanavin wrote: > Previously it was also called on filelists and possibly other items > which broke the parser. Thanks, that fix makes sense, I couldn't see the wood for the trees! :) Cheers, Richard --

Re: [OE-core] [PATCH] oeqa/core/runner: dump stdout and stderr of each test case

2019-04-24 Thread Richard Purdie
On Wed, 2019-04-24 at 14:12 +, Mardegan, Alberto wrote: > Some CI pipelines might perform further processing of the test output > (for instance, to plot some metrics into a chart). However, Since > `thud` > we switched away from the XML-based jUnit reporting, and at the same > time we lost the

[OE-core] [PATCH v2] coreutils: update to 8.31

2019-04-24 Thread Oleksandr Kravchuk
lc.c license checksum changed due to modified copyright year. musl fix was backported from RHEL5 and is musl specific as the patched file is autogenerated during configure phase. Signed-off-by: Oleksandr Kravchuk --- .../strtod_fix_clash_with_strtold.patch | 56 +++

Re: [OE-core] [PATCH] mesa:upgrade 19.0.1 -> 19.0.2

2019-04-24 Thread Fabio Berton
Hi Alex! I'll rebase meson patch to work with this version. On Wed, Apr 24, 2019 at 8:07 AM Burton, Ross wrote: > > How did you even test this? > > ERROR: ParseError at > /home/ross/Yocto/poky/meta/recipes-graphics/mesa/mesa-gl_19.0.1.bb:1: > Could not include required file mesa_19.0.1.bb > >

[OE-core] [PATCH] Use the best xz compression for the SDK

2019-04-24 Thread Adrian Bunk
It saves 23% space for me, and decompression time is also shorter. Compression time and xz memory usage should be less of a worry for the SDK. Signed-off-by: Adrian Bunk --- meta/classes/populate_sdk_base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH] python3-mako: update to 1.0.9

2019-04-24 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python/python-mako.inc | 4 ++-- .../python/{python3-mako_1.0.7.bb => python3-mako_1.0.9.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-mako_1.0.7.bb =>

[OE-core] [PATCH] python3-pycairo: update to 1.18.1

2019-04-24 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- ...on3-pycairo_1.15.6.bb => python3-pycairo_1.18.1.bb} | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python3-pycairo_1.15.6.bb => python3-pycairo_1.18.1.bb} (78%) diff --git

Re: [OE-core] [PATCH] valgrind: update from 3.14.0 to 3.15.0

2019-04-24 Thread Randy MacLeod
On 4/19/19 4:04 PM, Joshua Watt wrote: On Fri, Apr 19, 2019 at 2:27 PM Randy MacLeod wrote: On 4/19/19 3:01 PM, Randy MacLeod wrote: The SRC_URI moved. Two local patches are now fixed upstream so remove them. The glibc ptest results are essentially the same. s/glibc/qemux86-64 glibc/

[OE-core] [PATCH] python3-pip: update to 19.1

2019-04-24 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../python/{python3-pip_19.0.2.bb => python3-pip_19.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pip_19.0.2.bb => python3-pip_19.1.bb} (81%) diff --git

Re: [OE-core] [PATCH] python3-pycairo: update to 1.18.1

2019-04-24 Thread Alexander Kanavin
On Wed, 24 Apr 2019 at 20:47, Oleksandr Kravchuk wrote: > -FILES_${PN} += "${datadir}/include/pycairo/py3cairo.h" > + > +FILES_${PN} += " \ > +${datadir}/include/pycairo/py3cairo.h \ > +${datadir}/lib/pkgconfig/py3cairo.pc \ > +" This isn't right (and packaging the header installed into

[OE-core] [PATCH v2] python-scons: update to 3.0.5

2019-04-24 Thread Oleksandr Kravchuk
License checksum changed due to modified copyright years. Signed-off-by: Oleksandr Kravchuk --- ...n-scons-native_3.0.1.bb => python-scons-native_3.0.5.bb} | 0 .../python/{python-scons_3.0.1.bb => python-scons_3.0.5.bb} | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename

Re: [OE-core] [PATCH v2] coreutils: update to 8.31

2019-04-24 Thread Randy MacLeod
On 4/24/19 1:32 PM, Oleksandr Kravchuk wrote: lc.c license checksum changed due to modified copyright year. It's ls.c not lc.c. Could you change the log to say: The license checksum for src/ls.c changed due to an updated copyright year. Thanks, ../Randy musl fix was backported

[OE-core] [PATCH] python-sons: update to 3.0.5

2019-04-24 Thread Oleksandr Kravchuk
License checksum changed due to modified copyright years. Signed-off-by: Oleksandr Kravchuk --- ...n-scons-native_3.0.1.bb => python-scons-native_3.0.5.bb} | 0 .../python/{python-scons_3.0.1.bb => python-scons_3.0.5.bb} | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename

[OE-core] [PATCH] python-setuptools: update to 41.0.1

2019-04-24 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python/python-setuptools.inc| 4 ++-- ...ython-setuptools_40.8.0.bb => python-setuptools_41.0.1.bb} | 0 ...hon3-setuptools_40.8.0.bb => python3-setuptools_41.0.1.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-)

Re: [OE-core] [PATCH] mesa:upgrade 19.0.1 -> 19.0.2

2019-04-24 Thread Alexander Kanavin
Hello Fabio, just rebase it to the current master, we can update mesa later on. Alex On Wed, 24 Apr 2019 at 20:26, Fabio Berton wrote: > > Hi Zang Ruochen! > > You need to update mesa-gl recipe too. > > On Wed, Apr 24, 2019 at 3:04 PM Fabio Berton > wrote: > > > > Hi Alex! > > > > I'll rebase

[OE-core] [PATCH] mesa: Update 19.0.1 -> 19.0.3

2019-04-24 Thread Fabio Berton
Mesa 19.0.3 is a bug fix release which fixes bugs found since the 19.0.1 release. For full log see: https://www.mesa3d.org/relnotes/19.0.2.html https://www.mesa3d.org/relnotes/19.0.3.html Signed-off-by: Fabio Berton --- .../mesa/{mesa-gl_19.0.1.bb => mesa-gl_19.0.3.bb} | 0

Re: [OE-core] [PATCH] mesa:upgrade 19.0.1 -> 19.0.2

2019-04-24 Thread Fabio Berton
Hi Zang Ruochen! You need to update mesa-gl recipe too. On Wed, Apr 24, 2019 at 3:04 PM Fabio Berton wrote: > > Hi Alex! > > I'll rebase meson patch to work with this version. > > On Wed, Apr 24, 2019 at 8:07 AM Burton, Ross wrote: > > > > How did you even test this? > > > > ERROR: ParseError

[OE-core] [PATCH] python3-pbr: update to 5.1.3

2019-04-24 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python/python3-pbr_5.1.2.bb | 5 - meta/recipes-devtools/python/python3-pbr_5.1.3.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.1.2.bb create mode

Re: [OE-core] [PATCH] python3-pycairo: update to 1.18.1

2019-04-24 Thread Oleksandr Kravchuk
No, It was dumb of me to not check the mailing list first. Also, good to learn something... On 24/04/2019 21:02, Alexander Kanavin wrote: > On Wed, 24 Apr 2019 at 20:47, Oleksandr Kravchuk > wrote: >> -FILES_${PN} += "${datadir}/include/pycairo/py3cairo.h" >> + >> +FILES_${PN} += " \ >> +

Re: [OE-core] [PATCH] cryptodev: update SRCREV

2019-04-24 Thread Kang Kai
On 2019/4/24 下午8:38, Burton, Ross wrote: I'd prefer this to be applying the patch, which also makes the fix easier to backport. OK. I'll send v2 to apply the the patch. Regards, Kai Ross On Wed, 24 Apr 2019 at 03:26, Kang Kai wrote: On 2019/4/15 上午11:42, kai.k...@windriver.com wrote:

[OE-core] [PATCH v3 1/2] bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL

2019-04-24 Thread Naveen Saini
This provides git large file storage (lfs) extension. Include git-lfs conditionally. If git-lfs is present on host and repo has lfs pointers, then git-lfs will be used. If git-lfs is not present on host, it will be ignored. [YOCTO #13198] Signed-off-by: Naveen Saini --- meta/conf/bitbake.conf

[OE-core] [PATCH v3 2/2] bitbake: fetch2/git: git-lfs check

2019-04-24 Thread Naveen Saini
Build will fail if repository has lfs contents in absense of git-lfs tool on host. Build will pass if repository may or may not contains lfs content if host has git-lfs installed. Signed-off-by: Naveen Saini --- bitbake/lib/bb/fetch2/git.py | 24 1 file changed, 24

[OE-core] [PATCHv2] mesa:upgrade 19.0.1 -> 19.0.3

2019-04-24 Thread Zang Ruochen
-Upgrade from mesa-gl_19.0.1.bb to mesa-gl_19.0.3.bb. -Upgrade from mesa_19.0.1.bb to mesa_19.0.3.bb. Signed-off-by: Zang Ruochen --- .../mesa/{mesa-gl_19.0.1.bb => mesa-gl_19.0.3.bb} | 0 meta/recipes-graphics/mesa/{mesa_19.0.1.bb => mesa_19.0.3.bb} | 4 ++-- 2 files changed, 2

Re: [OE-core] [PATCH] glib-2.0: fix ptest failures

2019-04-24 Thread Yu, Mingli
On 2019年04月24日 20:07, Burton, Ross wrote: On Wed, 24 Apr 2019 at 02:51, Yu, Mingli wrote: Per the comments at https://gitlab.gnome.org/GNOME/glib/issues/1357, we need to run test_non_utf8_printf under builddir to guarantee the test passed. Re-read the comments. Setting that variable skips

[OE-core] [PATCH v2] cryptodev: fix module loading error

2019-04-24 Thread kai.kang
From: Kai Kang Backport patch from upstream to fix module cryptodev loading error. Signed-off-by: Kai Kang --- meta/recipes-kernel/cryptodev/cryptodev.inc | 4 +- ...x-module-loading-with-Linux-v5.0-rc5.patch | 59 +++ 2 files changed, 62 insertions(+), 1 deletion(-)

[OE-core] [PATCH] python-numpy: update to 1.16.3

2019-04-24 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python-numpy/python-numpy.inc | 4 ++-- .../{python-numpy_1.16.2.bb => python-numpy_1.16.3.bb}| 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python-numpy/{python-numpy_1.16.2.bb =>

[OE-core] [PATCH v2] python-numpy: update to 1.16.3

2019-04-24 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python-numpy/python-numpy.inc | 4 ++-- .../{python-numpy_1.16.2.bb => python-numpy_1.16.3.bb}| 0 .../{python3-numpy_1.16.2.bb => python3-numpy_1.16.3.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-)

[OE-core] [PATCH] wget: update to 1.20.3

2019-04-24 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-extended/wget/wget_1.20.2.bb | 8 meta/recipes-extended/wget/wget_1.20.3.bb | 8 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta/recipes-extended/wget/wget_1.20.2.bb create mode 100644

Re: [OE-core] [PATCH 2/2] vim: Update to 8.1.1198

2019-04-24 Thread richard . purdie
On Tue, 2019-04-23 at 21:17 -0400, Tom Rini wrote: > On Tue, Apr 23, 2019 at 11:22:14PM +0100, > richard.pur...@linuxfoundation.org wrote: > > On Tue, 2019-04-23 at 18:01 -0400, Tom Rini wrote: > > > On Tue, Apr 23, 2019 at 04:02:49PM +0100, Richard Purdie wrote: > > > > On Sun, 2019-04-21 at

[OE-core] [PATCH] coreutils: update to 8.31

2019-04-24 Thread Oleksandr Kravchuk
Musl fix was suggested by: https://www.mail-archive.com/bug-coreutils@gnu.org/msg30888.html Signed-off-by: Oleksandr Kravchuk --- .../coreutils/fix-minus_zero-first-defined-here.patch | 11 +++ .../{coreutils_8.30.bb => coreutils_8.31.bb} | 8 +--- 2 files changed, 16

Re: [OE-core] [PATCH 3/9] gtk-doc.bbclass: unify option setting for meson-based recipes

2019-04-24 Thread Richard Purdie
On Tue, 2019-04-23 at 18:19 +0200, Alexander Kanavin wrote: > This is done similarly to gobject-introspection work by Andreas > Müller, > and allows dropping duplicate clutter from the recipes. > > Signed-off-by: Alexander Kanavin > --- > meta/classes/gtk-doc.bbclass | 11

[OE-core] [PATCH] python3-pygobject: update to 3.32.1

2019-04-24 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../python3-pygobject/0001-Do-not-build-tests.patch| 10 +++--- ...pygobject_3.32.0.bb => python3-pygobject_3.32.1.bb} | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) rename meta/recipes-devtools/python/{python3-pygobject_3.32.0.bb =>

[OE-core] [PATCH] mesa:upgrade 19.0.1 -> 19.0.2

2019-04-24 Thread Zang Ruochen
-Upgrade from mesa_19.0.1.bb to mesa_19.0.2.bb. Signed-off-by: Zang Ruochen --- meta/recipes-graphics/mesa/{mesa_19.0.1.bb => mesa_19.0.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/mesa/{mesa_19.0.1.bb => mesa_19.0.2.bb} (85%) diff --git

Re: [OE-core] [PATCH] vte: upgrade 0.52.2 -> 0.56.1

2019-04-24 Thread Andreas Müller
On Wed, Apr 24, 2019 at 3:15 AM Andreas Müller wrote: > > * license: COPYING was replaced by COPYING.LGPL2/COPYING.LGPL3/COPYING.GPL3 > * pretify recipe a bit > > Signed-off-by: Andreas Müller > --- > .../vte/{vte_0.52.2.bb => vte_0.56.1.bb} | 18 -- > 1 file changed, 12

Re: [OE-core] [PATCH v4 1/2] nettle: fix the Segmentation fault

2019-04-24 Thread Adrian Bunk
On Wed, Apr 24, 2019 at 04:41:00PM +0800, mingli...@windriver.com wrote: > From: Mingli Yu > > The commit[8ac8fa8ee1 nettle: update to 3.4.1] > add CFLAGS_append = " -std=c99" to silence the > below error for native build: > | ../nettle-3.4.1/rsa-sign-tr.c: In function 'sec_equal': > |

[OE-core] [PATCH v4 2/2] nettle: fix ptest failure

2019-04-24 Thread mingli.yu
From: Mingli Yu Rework dlopen-test.patch to fix below dlopen-test failure: # cd /usr/lib64/nettle/ptest # ./run-ptest dlopen failed: /usr/lib/libnettle.so: cannot open shared object file: No such file or directory ./run-ptest: line 8: 7607 Aborted "./$f" FAIL: dlopen-test

[OE-core] [PATCH v4 1/2] nettle: fix the Segmentation fault

2019-04-24 Thread mingli.yu
From: Mingli Yu The commit[8ac8fa8ee1 nettle: update to 3.4.1] add CFLAGS_append = " -std=c99" to silence the below error for native build: | ../nettle-3.4.1/rsa-sign-tr.c: In function 'sec_equal': | ../nettle-3.4.1/rsa-sign-tr.c:243:3: error: 'for' loop initial declarations are only allowed in

[OE-core] [PATCH] vte: upgrade 0.52.2 -> 0.56.1

2019-04-24 Thread Andreas Müller
* license: COPYING was replaced by COPYING.LGPL2/COPYING.LGPL3/COPYING.GPL3 * prettify recipe a bit Signed-off-by: Andreas Müller --- V1 -> V2: Fix build with musl ...EXITCODE-macro-for-non-glibc-systems.patch | 59 +++ .../vte/{vte_0.52.2.bb => vte_0.56.1.bb} | 19 --

Re: [OE-core] [PATCH 5/5] python3-pygobject: update to 3.32.0

2019-04-24 Thread Alexander Kanavin
I'm only seeing g-i-native issues in the log, and nothing python-gobject related? (g-i-native will be fixed separately) Alex On Wed, 24 Apr 2019 at 00:56, Richard Purdie wrote: > > On Thu, 2019-04-18 at 17:59 +0200, Alexander Kanavin wrote: > > Switch to meson build system. > > > > Add a patch

[OE-core] [PATCH] gtk-doc.bbclass: unify option setting for meson-based recipes

2019-04-24 Thread Alexander Kanavin
This is done similarly to gobject-introspection work by Andreas Müller, and allows dropping duplicate clutter from the recipes. Signed-off-by: Alexander Kanavin --- meta/classes/gtk-doc.bbclass | 11 +++ meta/recipes-core/glib-2.0/glib.inc | 6

Re: [OE-core] [PATCH 2/2] vim: Update to 8.1.1198

2019-04-24 Thread Tom Rini
On Wed, Apr 24, 2019 at 08:40:01AM +0100, richard.pur...@linuxfoundation.org wrote: > On Tue, 2019-04-23 at 21:17 -0400, Tom Rini wrote: > > On Tue, Apr 23, 2019 at 11:22:14PM +0100, > > richard.pur...@linuxfoundation.org wrote: > > > On Tue, 2019-04-23 at 18:01 -0400, Tom Rini wrote: > > > > On

Re: [OE-core] [PATCH v3] dnf: Enable nativesdk

2019-04-24 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Lei Maohui > Sent: den 24 april 2019 05:38 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH v3] dnf: Enable nativesdk > > Make dnf

Re: [OE-core] [PATCH 2/2] vim: Update to 8.1.1198

2019-04-24 Thread Tom Rini
On Tue, Apr 23, 2019 at 10:24:42PM -0700, Tim Orling wrote: > On Tue, Apr 23, 2019 at 6:17 PM Tom Rini wrote: > > > On Tue, Apr 23, 2019 at 11:22:14PM +0100, > > richard.pur...@linuxfoundation.org wrote: > > > On Tue, 2019-04-23 at 18:01 -0400, Tom Rini wrote: > > > > On Tue, Apr 23, 2019 at

Re: [OE-core] [PATCH] glib-2.0: fix ptest failures

2019-04-24 Thread Burton, Ross
On Wed, 24 Apr 2019 at 02:51, Yu, Mingli wrote: > Per the comments at https://gitlab.gnome.org/GNOME/glib/issues/1357, we > need to run test_non_utf8_printf under builddir to guarantee the test > passed. Re-read the comments. Setting that variable skips the test, as it isn't useful without the

Re: [OE-core] [V2][PATCH] sysstat:Add PACKAGECONFIG for '--enable-install-cron' configure

2019-04-24 Thread Bai, Haiqing
Yes, after my tests, you are right. For the default SysV init systems poky used now, "--enable-install-cron" works well to install "/etc/cron.d/sysstat" But for systemd mode, "--enable-install-cron" must be enabled together with "--enable-copy-only" for embedded building, then the makefile

Re: [OE-core] [PATCH] coreutils: update to 8.31

2019-04-24 Thread Burton, Ross
The new patch needs an explanation, a Upstream-Status, and your signed-off-by. Also if a musl-fixing patch doesn't hinder builds using glibc in some way then apply it always. The problem with patches-in-overrides is that they tend to not be tested enough on upgrades. Ross On Wed, 24 Apr 2019

Re: [OE-core] [PATCH] mesa:upgrade 19.0.1 -> 19.0.2

2019-04-24 Thread Alexander Kanavin
Fabio, can you bring back your meson migration patch please? Now is the time to merge it. Alex On Wed, 24 Apr 2019 at 09:19, Zang Ruochen wrote: > > -Upgrade from mesa_19.0.1.bb to mesa_19.0.2.bb. > > Signed-off-by: Zang Ruochen > --- > meta/recipes-graphics/mesa/{mesa_19.0.1.bb =>

Re: [OE-core] [PATCH] mesa:upgrade 19.0.1 -> 19.0.2

2019-04-24 Thread Burton, Ross
How did you even test this? ERROR: ParseError at /home/ross/Yocto/poky/meta/recipes-graphics/mesa/mesa-gl_19.0.1.bb:1: Could not include required file mesa_19.0.1.bb Ross On Wed, 24 Apr 2019 at 08:19, Zang Ruochen wrote: > > -Upgrade from mesa_19.0.1.bb to mesa_19.0.2.bb. > > Signed-off-by:

Re: [OE-core] [PATCH] qemu: Upgrade from 3.1.0 to 4.0.0

2019-04-24 Thread Burton, Ross
This patch doesn't apply for me, probably because it got mangled in transport somewhere. Is it in a branch I can pull from? Ross On Wed, 24 Apr 2019 at 01:15, Alistair Francis wrote: > > This commit upgrade QEMU to the latest 4.0.0 release. > > - The COPYING.LIB file has changed SHA to: >

Re: [OE-core] [PATCH] cryptodev: update SRCREV

2019-04-24 Thread Burton, Ross
I'd prefer this to be applying the patch, which also makes the fix easier to backport. Ross On Wed, 24 Apr 2019 at 03:26, Kang Kai wrote: > > On 2019/4/15 上午11:42, kai.k...@windriver.com wrote: > > From: Kai Kang > > > > Update SRCREV of cryptodev which only contains one fix for linux 5.0: > >