Re: [OE-core] [PATCH 2/2] nativesdk-*-provides-dummy: Fixes to allow correct operation with opkg

2018-12-07 Thread Richard Purdie
On Fri, 2018-12-07 at 12:06 +, Richard Purdie wrote: > opkg needs the replaces/conflicts/provides in order for this package > to function as intended. When enabled, this code caused failures for > core-image-sato -c populate_sdk. > > The reason is that nativesdk-autoconf has several perl depen

[OE-core] [PATCH] meson.bbclass: map mips64el TARGET_ARCH to mips64 for the cross file

2018-12-07 Thread Andrea Adami
Meson uses 'mips64' for both big- and little-endian MIPS64 machines, so map mips64el to mips64. Signed-off-by: Andrea Adami --- meta/classes/meson.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass index 3cbdcf18c2..f01f6e3565 10

[OE-core] βœ— patchtest: failure for persist_data: Retry database setup

2018-12-07 Thread Patchwork
== Series Details == Series: persist_data: Retry database setup Revision: 1 URL : https://patchwork.openembedded.org/series/15264/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on

Re: [OE-core] [PATCH] persist_data: Retry database setup

2018-12-07 Thread Joshua Watt
Oops, wrong list. I will resend to the bitbake list. On Fri, 2018-12-07 at 15:50 -0600, Joshua Watt wrote: > The configuration of the sqlite database can timeout due to locking > under heavy load and should be subject to the same retry logic as the > other statements. > > [YOCTO #13069] > > Sign

[OE-core] [PATCH] persist_data: Retry database setup

2018-12-07 Thread Joshua Watt
The configuration of the sqlite database can timeout due to locking under heavy load and should be subject to the same retry logic as the other statements. [YOCTO #13069] Signed-off-by: Joshua Watt --- bitbake/lib/bb/persist_data.py | 85 ++ 1 file changed, 45 in

[OE-core] [PATCH] oeqa/selftest/runcmd: Increase timeout delta

2018-12-07 Thread Richard Purdie
Expecting 1s accuracy on a 2s timeout on a heavily loaded system has proven to be unreliable. Update this to a 5s timeout with a 3s delta which should be achievable. Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/runcmd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(

[OE-core] [PATCH] oeqa/selftest/runcmd: Increase timeout delta

2018-12-07 Thread Richard Purdie
Expecting 1s accuracy on a 2s timeout on a heavily loaded system has proven to be unreliable. Update this to a 5s timeout with a 3s delta which should be achievable. Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/runcmd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(

[OE-core] [PATCH] bitbake.conf: Cleanup deprecated function usage

2018-12-07 Thread Richard Purdie
This function was moved in bitbake a long time ago, use the preferred version to avoid a Deprecation warning. Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index d

[OE-core] [PATCH] classes: Correctly markup regex strings

2018-12-07 Thread Richard Purdie
There are various escape characters in these stings which python warns about so use the correct regex markup for them. Signed-off-by: Richard Purdie --- meta/classes/clutter.bbclass | 4 ++-- meta/classes/cmake.bbclass | 2 +- meta/classes/insane.bbclass| 16 -

[OE-core] [PATCH 1/2] oeqa/selftest/esdk: Ensure parent directory exists

2018-12-07 Thread Richard Purdie
INFO - == INFO - ERROR: setUpClass (eSDK.oeSDKExtSelfTest) INFO - -- INFO - Traceback (most recent call last): File "/home/pokybuild/yocto-worker/oe-selftest-de

[OE-core] [PATCH 2/2] nativesdk-*-provides-dummy: Fixes to allow correct operation with opkg

2018-12-07 Thread Richard Purdie
opkg needs the replaces/conflicts/provides in order for this package to function as intended. When enabled, this code caused failures for core-image-sato -c populate_sdk. The reason is that nativesdk-autoconf has several perl dependencies. We need to list more of the things which this package prov

Re: [OE-core] [PATCH 1/1] oeqa: drop support of listing machines in QEMU_USE_KVM

2018-12-07 Thread Richard Purdie
On Thu, 2018-12-06 at 14:30 +0800, Chen Qi wrote: > We want QEMU_USE_KVM to only set to some boolean value, with possible > MACHINE override. Drop the support of listing machines in this variable, > and give users error message if they still do so. > > Error message below is an example. > > ERROR

[OE-core] [OE-Core][PATCH] kernel-fitimage: Replace tabs with spaces in python

2018-12-07 Thread Alex Kiernan
Fix: WARNING: python should use 4 spaces indentation, but found tabs in kernel-fitimage.bbclass, line 24 Signed-off-by: Alex Kiernan --- meta/classes/kernel-fitimage.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/kernel-fitimage.bbclass b/met

[OE-core] page allocation failures

2018-12-07 Thread Ryan Meulenkamp
Hi y'all, I get page allocation failures which are not correct as far as I can see. Only a single page is requested, albeit atomically. But it fails even though there are, in this case, 48 single page fragments available. Why does it still fail though? What could be going wrong here? [19119.398

Re: [OE-core] [PATCH V2] pulseaudio: improve reproducibility

2018-12-07 Thread Hongxu Jia
On 2018/12/7 上午12:18, Burton, Ross wrote: Rejecting for the reasons discussed on the pulseaudio list. Look forward to a V3 :) OK, I will send it to upstream first, if they are OK with it, then I will send V3 //Hongxu Ross On Thu, 6 Dec 2018 at 06:36, Hongxu Jia wrote: There are two fi