Re: [oe] [meta-ruby][meta-xfce][PATCH] Move imsettings from meta-ruby to meta-xfce

2015-12-18 Thread Martin Jansa
Sorry for delay, jenkins jobs are still running... should be finished today On Fri, Dec 18, 2015 at 8:06 AM, Khem Raj wrote: > ping^1 > > > On Nov 23, 2015, at 12:21 PM, Martin Jansa > wrote: > > > > On Mon, Nov 23, 2015 at 05:25:59PM -0200, Otavio

[oe] State of bitbake world, Failed tasks 2015-12-17

2015-12-18 Thread Martin Jansa
The QA list should be complete for qemuarm and qemux86-64. == Tested changes (not included in master yet) - bitbake == 85fef27 world-image: add extra target == Tested changes (not included in master yet) - openembedded-core == 7861f61 clutter-gst-3.0: add dependency on libgudev 05ceb29

Re: [oe] [meta-oe][PATCH 09/17] networkmanager: Add package for nmtui

2015-12-18 Thread Martin Jansa
On Tue, Nov 10, 2015 at 10:49:16PM +0100, Adrian Freihofer wrote: > Signed-off-by: Adrian Freihofer > --- > .../networkmanager/networkmanager_1.0.6.bb | 16 > ++-- > 1 file changed, 14 insertions(+), 2 deletions(-) > > diff --git >

Re: [oe] [meta-multimedia][PATCH 6/6] VLC: do not use --with-contrib

2015-12-18 Thread Martin Jansa
On Thu, Nov 19, 2015 at 02:14:57PM +0100, Rafaël Carré wrote: > --- I'll finally merge this patchset today, but can you please fix: vlc-2.2.1: vlc rdepends on libvncserver, but it isn't a build dependency? [build-deps] in follow-up change? > meta-multimedia/recipes-multimedia/vlc/vlc.inc | 1

Re: [oe] [PATCH][meta-oe][v3] phoronix-test-suite: uprev it to 6.0.1

2015-12-18 Thread Martin Jansa
On Wed, Dec 16, 2015 at 03:44:36PM +0800, rongqing...@windriver.com wrote: > From: Roy Li > > 1. inherit systemd and move the systemd unit files to correct dir > 2. inherit allarch > 3. add bash/python to RDEDEPENDS v2 was merged today, can you please rebase and

[oe] meta-oe, meta-qt5 patchwork queue

2015-12-18 Thread Martin Jansa
I'm sorry for huge delay caused by test-dependencies jenkins job taking 25 days to finish.. I've merged most meta-oe/meta-qt5 changes (except meta-networking). Only exception are waf changes and nodejs upgrade which fails for qemuarm. Here is list of pending meta-networking changes waiting for

[oe] [meta-multimedia][PATCH] VLC: depend on jpeg rather than libjpeg-turbo

2015-12-18 Thread Rafaël Carré
The underlying libjpeg implementation doesn't matter --- meta-multimedia/recipes-multimedia/vlc/vlc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index a5b214d..46dbd5d

Re: [oe] [meta-multimedia][PATCH 0/4] mpg123 cleanups + update

2015-12-18 Thread Martin Jansa
On Thu, Dec 03, 2015 at 07:21:52PM -0800, Andre McCurdy wrote: > Andre McCurdy (4): > mpg123: recipe formatting cleanup, no functional changes > mpg123: limit ARM_INSTRUCTION_SET = "arm" over-ride to armv4/armv5 > mpg123: drop unnecessary dependency on tslib > mpg123: update 1.21.0 ->

Re: [oe] [meta-multimedia][PATCH 6/6] VLC: do not use --with-contrib

2015-12-18 Thread Rafaël Carré
On 12/18/2015 12:29 PM, Martin Jansa wrote: > On Thu, Nov 19, 2015 at 02:14:57PM +0100, Rafaël Carré wrote: >> --- > > I'll finally merge this patchset today, but can you please fix: > > vlc-2.2.1: vlc rdepends on libvncserver, but it isn't a build dependency? > [build-deps] > > in follow-up

[oe] [meta-networking][PATCH] net-snmp: apply patch for cross-compilation

2015-12-18 Thread Rafaël Carré
7fb5479 added the patch but did not apply it Rename patch to explicit it differentiate it from other patches --- .../net-snmp/0001-config_os_libs2-Error-Fix.patch | 31 ++ .../0002-config_os_headers-Error-Fix.patch | 31 --

Re: [oe] [meta-oe][PATCH v2] nodejs: cleanup and update

2015-12-18 Thread Martin Jansa
On Tue, Dec 01, 2015 at 01:19:25PM -0500, Trevor Woerner wrote: > Remove old nodejs_0.4.12 and update nodejs_0.12.7 to the latest stable > nodejs_4.2.2. It does something strange with CC and ends with invalid parameter for qemuarm: arm-oe-linux-gnueabi-g++: error: unrecognized argument in option

[oe] [meta-multimedia][PATCH] VLC: PACKAGECONFIG for new dependency on libvncserver

2015-12-18 Thread Rafaël Carré
--- meta-multimedia/recipes-multimedia/vlc/vlc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index ce3601d..a5b214d 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc +++

[oe] How to force recipe to be parsed eveey time - dynamic PV value

2015-12-18 Thread Kubalski, Lukasz (EXT-Espotel - PL/Wroclaw)
I have problem that recipe is not always parsed. Is it way to force it? Like checksum/signature/stamp invalidation? Problem details: I need to have my PV to be generated dynamically e.g like PV = "${@my_get_version_func(d)}" In such case recipe is not parsed every time (checksum doesn't

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2015-12-17

2015-12-18 Thread Trevor Woerner
On 12/18/15 06:25, Martin Jansa wrote: > === qemuarm (1) === > * /meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_4.2.2.bb, > do_compile I'm having a look at this one. -- ___ Openembedded-devel mailing list

Re: [oe] How to force recipe to be parsed eveey time - dynamic PV value

2015-12-18 Thread Christopher Larson
On Fri, Dec 18, 2015 at 4:51 AM, Kubalski, Lukasz (EXT-Espotel - PL/Wroclaw) wrote: > I have problem that recipe is not always parsed. > Is it way to force it? Like checksum/signature/stamp invalidation? > > Problem details: >I need to have my PV to be

Re: [oe] [meta-networking][PATCH 4/4] meta-networking: depends on layer meta-perl

2015-12-18 Thread Martin Jansa
On Thu, Dec 03, 2015 at 04:18:48PM +0800, kai.k...@windriver.com wrote: > From: Kai Kang > > Package mime-construct in layer meta-networking depends on some perl > modules in layer meta-perl. So make meta-networking depends on layer > meta-perl. Cannot we move

Re: [oe] [meta-multimedia][PATCH 0/4] mpg123 cleanups + update

2015-12-18 Thread Andre McCurdy
On Fri, Dec 18, 2015 at 3:31 AM, Martin Jansa wrote: > On Thu, Dec 03, 2015 at 07:21:52PM -0800, Andre McCurdy wrote: >> Andre McCurdy (4): >> mpg123: recipe formatting cleanup, no functional changes >> mpg123: limit ARM_INSTRUCTION_SET = "arm" over-ride to armv4/armv5

Re: [oe] [meta-multimedia][PATCH 0/4] mpg123 cleanups + update

2015-12-18 Thread Martin Jansa
Then you can disable that warning with this explanation in comment with INSANE_SKIP. On Fri, Dec 18, 2015 at 8:54 PM, Andre McCurdy wrote: > On Fri, Dec 18, 2015 at 3:31 AM, Martin Jansa > wrote: > > On Thu, Dec 03, 2015 at 07:21:52PM -0800, Andre

Re: [oe] [meta-multimedia][PATCH 0/4] mpg123 cleanups + update

2015-12-18 Thread Andre McCurdy
On Fri, Dec 18, 2015 at 11:56 AM, Martin Jansa wrote: > Then you can disable that warning with this explanation in comment with > INSANE_SKIP. I'll do some experiments first. Based on the discussion in the mpg123 bug report it's not clear that the i586 assembler is any

[oe] [PATCH] mpg123: add textrel to INSANE_SKIP

2015-12-18 Thread Andre McCurdy
The x86 assembler optimisations contains text relocations and there are no upstream plans to fix them: http://sourceforge.net/p/mpg123/bugs/168/ Benchmarking suggests that the SSE assembler is still clearly faster than the generic C code, so leave the assembler optimisations enabled.

[oe] [meta-networking][PATCH 1/3] strongswan: add additional PACKAGECONFIG flags

2015-12-18 Thread Chris Patterson
From: Chris Patterson - Add aesni, charon, gmp, openssl, scep, stroke, swanctl, and systemd-charon. - Organize the packageconfig list alphabetically. - Update the default PACKAGECONFIG to match current defaults. - If swanctl is enabled, use strongswan-swanctl.service

[oe] [meta-networking][PATCH 3/3] strongswan: install strongswan-swanctl systemd service by default.

2015-12-18 Thread Chris Patterson
From: Chris Patterson Matches start-on-boot behaviour of current strongswan.service. Signed-off-by: Chris Patterson --- .../files/install-strongswan-swanctl-service.patch | 22

[oe] [meta-networking][PATCH 2/3] strongswan: add configure patch fix for systemd

2015-12-18 Thread Chris Patterson
From: Chris Patterson Fixes strongswan configure script for systemd >= 209, where it merged libsystemd-journal and libsystemd-daemon into libsystemd. Signed-off-by: Chris Patterson --- .../strongswan/files/support-newer-systemd.patch | 69

Re: [oe] [meta-networking][PATCH 1/3] strongswan: add additional PACKAGECONFIG flags

2015-12-18 Thread Khem Raj
Shouldnt openssl be a packageconfig too On Dec 18, 2015 12:50 PM, "Chris Patterson" wrote: > From: Chris Patterson > > - Add aesni, charon, gmp, openssl, scep, stroke, swanctl, and > systemd-charon. > - Organize the packageconfig list alphabetically.