Re: [OE-core] [warrior][PATCH] bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL

2019-08-15 Thread Saini, Naveen Kumar
The corresponding first patch of this patch series already merged in Warrior https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/bitbake/lib?h=warrior&id=6e3a4d7926296380da23536c29af35d5702e02fb So this patch should also go in warrior. On 8/15/19 2:53 PM, Naveen Saini wrote: This provides

[OE-core] [PATCH] gcc-9: Upgrade to 9.2

2019-08-15 Thread Khem Raj
BugFix only release see [1] for details [1] https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=9.2 Signed-off-by: Khem Raj --- meta/conf/distro/include/maintainers.inc | 2 +- .../gcc/{gcc-9.1.inc => gcc-9.2.inc} | 11 ++-- ...0001-gcc

Re: [OE-core] [warrior][PATCH] bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL

2019-08-15 Thread Martin Jansa
NAK Yes, the first part was merged in warrior and is correct. But this second part isn't good (you don't want git-lfs to sometimes work and sometimes fail) and that's why it was rejected for master and _shouldn't_ be merged to warrior. If you have recipes which need git-lfs, then add it to normal

Re: [OE-core] [warrior][PATCH] bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL

2019-08-15 Thread Saini, Naveen Kumar
On 8/15/19 3:23 PM, Martin Jansa wrote: NAK Yes, the first part was merged in warrior and is correct. But this second part isn't good (you don't want git-lfs to sometimes work and sometimes fail) and that's why it was rejected for master and _shouldn't_ be merged to warrior. If you have re

[OE-core] [PATCH] webkitgtk: disable gold on mipsn32

2019-08-15 Thread kai.kang
From: Kai Kang Using gold on mipsn32 still fails. It fails to run $ bitbake webkitgtk -c configure with configuration: MACHINE ?= "qemumips" DEFAULTTUNE = "mips64-n32" Signed-off-by: Kai Kang --- meta/recipes-sato/webkit/webkitgtk_2.24.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [warrior][PATCH] boost: Fix build and enable context and coroutines on aarch64

2019-08-15 Thread Bedel, Alban
Like for ARM bjam need some hints about the ABI to properly build on aarch64. While at it also enable context and coroutine as these are supported on aarch64. Signed-off-by: Alban Bedel --- meta/recipes-support/boost/boost.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-su

Re: [OE-core] Long delays with latest bitbake (was: [PATCH 1/7] insane.bbclass: in file-rdeps do not look into RDEPENDS recursively)

2019-08-15 Thread Alexander Kanavin
On Wed, 14 Aug 2019 at 23:25, wrote: > Right, it still definitely needs work. Its a balancing act between > sorting out the execution bugs in the code and figuring out the > performance problem. > > If anyone wants to experiment, the way I'd debug this is to run the > before and after cases with

Re: [OE-core] Long delays with latest bitbake (was: [PATCH 1/7] insane.bbclass: in file-rdeps do not look into RDEPENDS recursively)

2019-08-15 Thread richard . purdie
On Thu, 2019-08-15 at 14:56 +0200, Alexander Kanavin wrote: > On Wed, 14 Aug 2019 at 23:25, > wrote: > > Right, it still definitely needs work. Its a balancing act between > > sorting out the execution bugs in the code and figuring out the > > performance problem. > > > > If anyone wants to exper

Re: [OE-core] Long delays with latest bitbake (was: [PATCH 1/7] insane.bbclass: in file-rdeps do not look into RDEPENDS recursively)

2019-08-15 Thread Martin Jansa
On Tue, Aug 13, 2019 at 10:04:08AM +0100, Richard Purdie wrote: > On Mon, 2019-08-12 at 20:26 +, Peter Kjellerstedt wrote: > > Comparing that build to a corresponding do-nothing build with Thud, > > the time difference matches those three minutes where I have no idea > > what bitbake is doing n

[OE-core] [PATCH] ffmpeg: update to 4.2

2019-08-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../ffmpeg/{ffmpeg_4.1.4.bb => ffmpeg_4.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/ffmpeg/{ffmpeg_4.1.4.bb => ffmpeg_4.2.bb} (97%) diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.1.4.b

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

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

[OE-core] [PATCH] bitbake: runqueue: Ensure data is handled correctly

2019-08-15 Thread Oleksandr Kravchuk
From: Richard Purdie This doesn't appear to have ill effects right now but there is a correctness issue which this so fix it. (Bitbake rev: a5e084a266f63c2fd370122327615e49beaeb94e) Signed-off-by: Richard Purdie --- bitbake/lib/bb/runqueue.py | 2 ++ 1 file changed, 2 insertions(+) diff --gi

[OE-core] [PATCH] python3-scons: update to 3.1.1

2019-08-15 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- ...n3-scons-native_3.1.0.bb => python3-scons-native_3.1.1.bb} | 0 .../python/{python3-scons_3.1.0.bb => python3-scons_3.1.1.bb} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-scons-native_3.1.0.bb =>

Re: [OE-core] [PATCH 2/3] qemuboot.bbclass: increase the default RAM to 512M

2019-08-15 Thread Alexander Kanavin
On Wed, 14 Aug 2019 at 18:42, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > I'm not sure I agree with this. > > We are meant to work on embedded systems and 256MB should be enough to > let us bring up X under qemu. > > I'm fine with some sdk/ptest images having more memory, that ma

[OE-core] ✗ patchtest: failure for bitbake: runqueue: Ensure data is handled correctly

2019-08-15 Thread Patchwork
== Series Details == Series: bitbake: runqueue: Ensure data is handled correctly Revision: 1 URL : https://patchwork.openembedded.org/series/19294/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have

Re: [OE-core] [PATCH] gcc-9: Upgrade to 9.2

2019-08-15 Thread Adrian Bunk
On Thu, Aug 15, 2019 at 12:17:13AM -0700, Khem Raj wrote: >... > create mode 100644 > meta/recipes-devtools/gcc/gcc-9.2/0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch >... That would be a partial revert of a change in master. cu Adrian -- "Is there not promise of rain?" Ling Tan aske

Re: [OE-core] [PATCH] gcc-9: Upgrade to 9.2

2019-08-15 Thread Khem Raj
On 8/15/19 11:22 AM, Adrian Bunk wrote: On Thu, Aug 15, 2019 at 12:17:13AM -0700, Khem Raj wrote: ... create mode 100644 meta/recipes-devtools/gcc/gcc-9.2/0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch ... That would be a partial revert of a change in master. thanks, that missed to be r

[OE-core] [PATCH V2] gcc-9: Upgrade to 9.2

2019-08-15 Thread Khem Raj
BugFix only release see [1] for details [1] https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=9.2 Signed-off-by: Khem Raj --- v2: Drop 0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch which was not needed meta/conf/distro/include/maintainers.inc

Re: [OE-core] [PATCH 2/3] qemuboot.bbclass: increase the default RAM to 512M

2019-08-15 Thread Martin Jansa
Maybe we should drop x11 from default DISTRO_FEATURES :) Will resolve the memory consumption and image size. Well the image size isn't much different, I was just surprised to see libx11 being included even in core-image-minimal (because systemd -> dbus -> libx11: "dbus.do_package" -> "libx11.do_p

Re: [OE-core] [warrior][PATCH] bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL

2019-08-15 Thread Richard Purdie
On Thu, 2019-08-15 at 09:23 +0200, Martin Jansa wrote: > NAK > > Yes, the first part was merged in warrior and is correct. > > But this second part isn't good (you don't want git-lfs to sometimes > work and sometimes fail) and that's why it was rejected for master > and _shouldn't_ be merged to w

Re: [OE-core] [warrior][PATCH] bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL

2019-08-15 Thread Andre McCurdy
On Thu, Aug 15, 2019 at 2:09 PM Richard Purdie wrote: > On Thu, 2019-08-15 at 09:23 +0200, Martin Jansa wrote: > > NAK > > > > Yes, the first part was merged in warrior and is correct. > > > > But this second part isn't good (you don't want git-lfs to sometimes > > work and sometimes fail) and tha

[OE-core] [PATCH 2/3] scripts/runqemu: Add support for the BIOS variable

2019-08-15 Thread Alistair Francis
Add support for specifying a BIOS the same way that the KERNEL variable is specified. This includes specifying a QB_DEFAULT_BIOS variable. Signed-off-by: Alistair Francis --- scripts/runqemu | 53 +++-- 1 file changed, 29 insertions(+), 24 deletions(-)

[OE-core] [PATCH 3/3] qemuriscv64: Specify the firmware as a bios instead of kernel

2019-08-15 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta/conf/machine/include/riscv/qemuriscv.inc | 2 +- meta/conf/machine/qemuriscv64.conf| 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/conf/machine/include/riscv/qemuriscv.inc b/meta/conf/machine/include/riscv/qemuriscv.

[OE-core] [PATCH 1/3] qemu: Upgrade to version 4.1

2019-08-15 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta/conf/distro/include/tcmode-default.inc | 2 +- meta/recipes-devtools/qemu/qemu-native.inc| 4 +- ...u-native_4.0.0.bb => qemu-native_4.1.0.bb} | 0 ...e_4.0.0.bb => qemu-system-native_4.1.0.bb} | 2 +- meta/recipes-devtools/qemu/qemu.inc

Re: [OE-core] Long delays with latest bitbake (was: [PATCH 1/7] insane.bbclass: in file-rdeps do not look into RDEPENDS recursively)

2019-08-15 Thread Richard Purdie
On Thu, 2019-08-15 at 14:56 +0100, richard.pur...@linuxfoundation.org wrote: > On Thu, 2019-08-15 at 14:56 +0200, Alexander Kanavin wrote: > What is really odd is this on both traces: > >524436 405.1020.001 405.2660.001 > /home/alexander/development/poky/bitbake/lib/bb/cooker.py:264(

[OE-core] [PATCH] dbus: disable test-bus

2019-08-15 Thread changqing.li
From: Changqing Li test-bus take long time to finish, sometimes longer than ptest-runner's timeout limit 300s, so skipped it for now [YOCTO #13409] Signed-off-by: Changqing Li --- meta/recipes-core/dbus/dbus/run-ptest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/

[OE-core] [PATCH 0/1] target-sdk-provides-dummy: extend packages for multilib case

2019-08-15 Thread Chen Qi
*** BLURB HERE *** The following changes since commit 5f0d31ce4653f7a76a5226fa379a285ceca19d63: bitbake: runqueue: Ensure data is handled correctly (2019-08-15 13:32:06 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/dummy-multilib http://git.pok

[OE-core] [PATCH 1/1] target-sdk-provides-dummy: extend packages for multilib case

2019-08-15 Thread Chen Qi
If we have installed some lib32 package which depends on perl/bash, then populating sdk for that image would fail with the following error. Error: Problem: package lib32-libxml-namespacesupport-perl-1.12-r0.corei7_32 requires lib32-perl, but none of the providers can be installed package

Re: [OE-core] [warrior][PATCH] bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL

2019-08-15 Thread akuster808
On 8/15/19 2:31 PM, Andre McCurdy wrote: > On Thu, Aug 15, 2019 at 2:09 PM Richard Purdie > wrote: >> On Thu, 2019-08-15 at 09:23 +0200, Martin Jansa wrote: >>> NAK >>> >>> Yes, the first part was merged in warrior and is correct. >>> >>> But this second part isn't good (you don't want git-lfs

Re: [OE-core] [PATCH 3/3] qemuriscv64: Specify the firmware as a bios instead of kernel

2019-08-15 Thread Jacob Kroon
Hi, On 8/15/19 11:31 PM, Alistair Francis wrote: > Signed-off-by: Alistair Francis > --- > meta/conf/machine/include/riscv/qemuriscv.inc | 2 +- > meta/conf/machine/qemuriscv64.conf| 2 -- > 2 files changed, 1 insertion(+), 3 deletions(-) > > diff --git a/meta/conf/machine/include

Re: [OE-core] [PATCH] core-image-sato-sdk: test image with 512M memory

2019-08-15 Thread Kang Kai
On 2019/8/12 下午4:57, Kang Kai wrote: On 2019/7/27 下午4:42, Kang Kai wrote: On 2019/7/27 上午5:40, richard.pur...@linuxfoundation.org wrote: On Fri, 2019-07-26 at 05:23 -0400, kai.k...@windriver.com wrote: From: Kai Kang When run do_testimage for core-image-sato-sdk, it fails to pass test case: