Re: [OE-core] [PATCH] pulseaudio: rescale input being passed to float method of speex

2014-01-09 Thread Arslan, Fahad
>def get_speex_fpu_setting(bb, d): >if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]: >return "--enable-fixed-point --disable-float-api --disable-vbr" >return "" If we are using Pulseaudio with default settings (speex-float-1) and the if condition in above metho

Re: [OE-core] unmaintained layers

2014-01-09 Thread Hongxu Jia
On 01/10/2014 02:45 AM, Trevor Woerner wrote: Hi everyone, At the last TSC meeting the topic of unmaintained layers came up. Here is the sorted list of master layers from the layer index [1], would it be possible for those in the know to indicate which layers are, or are suspected of being, unma

[OE-core] [PATCH 1/1] systemd-compat-units: do not mask available services

2014-01-09 Thread Anders Darander
Do also check systemd_unitdir/system/ for available unit files. This was hiding dnsmasq.service for us, as /etc/systemd/system has priority over systemd_unitdir/system... Signed-off-by: Anders Darander --- meta/recipes-core/systemd/systemd-compat-units.bb | 2 +- 1 file changed, 1 insertion(+),

[OE-core] [PATCH 0/1] systemd-compat-units: do not mask real service files

2014-01-09 Thread Anders Darander
systemd-compat-units might mask existing service files. This occuress if real service files mentioned in SYSTEMD_DISABLED_SYSV_SERVICES exists in systemd_unitdir/system instead of /etc/systemd/system. This was discovered when adding dnsmasq to our dora-based builds. The fix itself is ported to mas

Re: [OE-core] unmaintained layers

2014-01-09 Thread Lukas Bulwahn
Hi Trevor, On 01/09/2014 07:45 PM, Trevor Woerner wrote: Hi everyone, At the last TSC meeting the topic of unmaintained layers came up. Here is the sorted list of master layers from the layer index [1], would it be possible for those in the know to indicate which layers are, or are suspected of

Re: [OE-core] unmaintained layers

2014-01-09 Thread Fathi Boudra
On 9 January 2014 20:45, Trevor Woerner wrote: > Hi everyone, > > At the last TSC meeting the topic of unmaintained layers came up. Here > is the sorted list of master layers from the layer index [1], would it > be possible for those in the know to indicate which layers are, or are > suspected of

Re: [OE-core] unmaintained layers

2014-01-09 Thread Nathan Rossi
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Trevor Woerner > Sent: Friday, January 10, 2014 4:45 AM > To: openembedded-core > Subject: [OE-core] unmaintained layers > > Hi everyone,

Re: [OE-core] [dora][PATCH 0/2] Dora backports

2014-01-09 Thread Robert Yang
Hi Martin, Thanks, please see my comments in line. On 01/06/2014 06:21 PM, Martin Jansa wrote: The following changes since commit e86622a932bbd0acdea67ecfb15c8b06c27353d8: libsoup-2.4: add intltool-native to DEPENDS (2013-12-19 14:59:47 +) are available in the git repository at: g

Re: [OE-core] unmaintained layers

2014-01-09 Thread Bruce Ashfield
On Thu, Jan 9, 2014 at 6:35 PM, Martin Jansa wrote: > On Thu, Jan 09, 2014 at 04:45:38PM -0500, Bruce Ashfield wrote: >> On Thu, Jan 9, 2014 at 1:45 PM, Trevor Woerner >> wrote: >> > Hi everyone, >> > >> > At the last TSC meeting the topic of unmaintained layers came up. Here >> > is the sorted l

Re: [OE-core] unmaintained layers

2014-01-09 Thread Bruce Ashfield
On Thu, Jan 9, 2014 at 6:20 PM, Trevor Woerner wrote: > On 01/09/14 17:43, Mark Hatle wrote: >> On 1/9/14, 3:45 PM, Bruce Ashfield wrote: >>> On Thu, Jan 9, 2014 at 1:45 PM, Trevor Woerner >>> wrote: Hi everyone, At the last TSC meeting the topic of unmaintained layers came up. Her

Re: [OE-core] unmaintained layers

2014-01-09 Thread Andreas Müller
On Thu, Jan 9, 2014 at 7:45 PM, Trevor Woerner wrote: > Hi everyone, > > At the last TSC meeting the topic of unmaintained layers came up. Here > is the sorted list of master layers from the layer index [1], would it > be possible for those in the know to indicate which layers are, or are > suspec

Re: [OE-core] unmaintained layers

2014-01-09 Thread Marko Lindqvist
On 10 January 2014 06:54, Bruce Ashfield wrote: > On Thu, Jan 9, 2014 at 6:20 PM, Trevor Woerner > wrote: >> On 01/09/14 17:43, Mark Hatle wrote: >>> On 1/9/14, 3:45 PM, Bruce Ashfield wrote: On Thu, Jan 9, 2014 at 1:45 PM, Trevor Woerner wrote: > Hi everyone, > > At the la

Re: [OE-core] bug scrub - RFC

2014-01-09 Thread Philip Balister
On 01/09/2014 10:07 AM, Trevor Woerner wrote: > On 01/09/14 05:56, Jack Mitchell wrote: >> On 08/01/14 23:20, Trevor Woerner wrote: >>> questions: >>> 1) Currently it has been suggested this should be a 2-day event, should >>> these two days be during the week or over a weekend? In either case, >>>

Re: [OE-core] [oe-commits] Chen Qi : Add missing RDEPENDS of initscripts-functions

2014-01-09 Thread ChenQi
On 01/09/2014 10:49 PM, Martin Jansa wrote: On Mon, Jan 06, 2014 at 10:15:11PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 6690c12cb1977f6bf93f3eb6d471dbd7db81bf28 URL: http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6690c12cb1

Re: [OE-core] [oe-commits] Chen Qi : initscripts: split the functions script into a separate package

2014-01-09 Thread ChenQi
On 01/09/2014 07:54 PM, Martin Jansa wrote: On Mon, Jan 06, 2014 at 10:15:11PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 736dd8380f41d6ff1d3d0e4fe33cc01e2e873ef6 URL: http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=736dd8380f

Re: [OE-core] unmaintained layers

2014-01-09 Thread Chris Larson
On Thu, Jan 9, 2014 at 4:35 PM, Martin Jansa wrote: > On Thu, Jan 09, 2014 at 04:45:38PM -0500, Bruce Ashfield wrote: > > On Thu, Jan 9, 2014 at 1:45 PM, Trevor Woerner > > wrote: > > > Hi everyone, > > > > > > At the last TSC meeting the topic of unmaintained layers came up. Here > > > is the s

Re: [OE-core] unmaintained layers

2014-01-09 Thread Philip Balister
On 01/09/2014 06:20 PM, Trevor Woerner wrote: > On 01/09/14 17:43, Mark Hatle wrote: >> On 1/9/14, 3:45 PM, Bruce Ashfield wrote: >>> On Thu, Jan 9, 2014 at 1:45 PM, Trevor Woerner >>> wrote: Hi everyone, At the last TSC meeting the topic of unmaintained layers came up. Here is

Re: [OE-core] unmaintained layers

2014-01-09 Thread Martin Jansa
On Thu, Jan 09, 2014 at 04:45:38PM -0500, Bruce Ashfield wrote: > On Thu, Jan 9, 2014 at 1:45 PM, Trevor Woerner > wrote: > > Hi everyone, > > > > At the last TSC meeting the topic of unmaintained layers came up. Here > > is the sorted list of master layers from the layer index [1], would it > > b

Re: [OE-core] sstate-diff-machines.sh encounters IndexError

2014-01-09 Thread Martin Jansa
On Thu, Jan 09, 2014 at 05:26:05PM +, Mike Crowe wrote: > I just got round to trying sstate-diff-machines.sh in order to find out why > some of our recipes are thwarting the sstate cache but I couldn't make it > work. :( > > With current oe-core 1028ac813fa9803ebfff6bcfa7f8b67012609b27 and bit

Re: [OE-core] [RFC OE-core/meta/lib] BSP Specific Qemurunner

2014-01-09 Thread Sipke Vriend
Hi Stefan, On Thursday, 9 January 2014 10:19 PM, Stanacar, StefanX wrote: >On Thu, 2014-01-09 at 00:01 +, Sipke Vriend wrote: >> On Wednesday, 8 January 2014 11:53 PM Paul Eggleton wrote: >> > >> >On Wednesday 08 January 2014 13:12:41 Richard Purdie wrote: >> >> On Tue, 2014-01-07 at 22:59 +00

Re: [OE-core] [oe] State of bitbake world, Failed tasks 2014-01-09

2014-01-09 Thread Martin Jansa
On Thu, Jan 09, 2014 at 05:37:24PM +0100, Andreas Müller wrote: > On Thu, Jan 9, 2014 at 4:23 PM, Martin Jansa wrote: > > On Thu, Jan 09, 2014 at 04:12:52PM +0100, Andreas Müller wrote: > >> On Thu, Jan 9, 2014 at 3:46 PM, Martin Jansa > >> wrote: > >> > http://www.openembedded.org/wiki/Bitbake_

Re: [OE-core] unmaintained layers

2014-01-09 Thread Trevor Woerner
On 01/09/14 17:43, Mark Hatle wrote: > On 1/9/14, 3:45 PM, Bruce Ashfield wrote: >> On Thu, Jan 9, 2014 at 1:45 PM, Trevor Woerner >> wrote: >>> Hi everyone, >>> >>> At the last TSC meeting the topic of unmaintained layers came up. Here >>> is the sorted list of master layers from the layer index

Re: [OE-core] [RFC PATCH 0/2] RFC: Implement deterministic uid/gid

2014-01-09 Thread Martin Jansa
On Thu, Jan 09, 2014 at 01:49:28PM -0600, Mark Hatle wrote: > I have updated the git://git.yoctoproject.org/poky-contrib mhatle/uidgid to > the > latest oe-core master. > > I haven't seen any comments on this RFC yet. Does anyone have any opinion > either way on the code referenced here? I wa

Re: [OE-core] unmaintained layers

2014-01-09 Thread Mark Hatle
On 1/9/14, 3:45 PM, Bruce Ashfield wrote: On Thu, Jan 9, 2014 at 1:45 PM, Trevor Woerner wrote: Hi everyone, At the last TSC meeting the topic of unmaintained layers came up. Here is the sorted list of master layers from the layer index [1], would it be possible for those in the know to indica

Re: [OE-core] unmaintained layers

2014-01-09 Thread Bruce Ashfield
On Thu, Jan 9, 2014 at 1:45 PM, Trevor Woerner wrote: > Hi everyone, > > At the last TSC meeting the topic of unmaintained layers came up. Here > is the sorted list of master layers from the layer index [1], would it > be possible for those in the know to indicate which layers are, or are > suspec

Re: [OE-core] [RFC PATCH 0/2] RFC: Implement deterministic uid/gid

2014-01-09 Thread Mark Hatle
I have updated the git://git.yoctoproject.org/poky-contrib mhatle/uidgid to the latest oe-core master. I haven't seen any comments on this RFC yet. Does anyone have any opinion either way on the code referenced here? I'm confident patch 01/02 should be added to master. The patch 02/02 works

[OE-core] unmaintained layers

2014-01-09 Thread Trevor Woerner
Hi everyone, At the last TSC meeting the topic of unmaintained layers came up. Here is the sorted list of master layers from the layer index [1], would it be possible for those in the know to indicate which layers are, or are suspected of being, unmaintained? meta-aarch64 meta-acer meta-ada meta

Re: [OE-core] [PATCH] rpm: fix a endian incompatible error in generating tag

2014-01-09 Thread Mark Hatle
On 1/9/14, 2:49 AM, Ming Liu wrote: A flaw was found in the way rpm generating arbitrary tags, which leads to a incorrect query result, this issue is introduced by a incompatible endianess when the generating process is executed on different architectures. This patch resolves it by taking a unif

[OE-core] sstate-diff-machines.sh encounters IndexError

2014-01-09 Thread Mike Crowe
I just got round to trying sstate-diff-machines.sh in order to find out why some of our recipes are thwarting the sstate cache but I couldn't make it work. :( With current oe-core 1028ac813fa9803ebfff6bcfa7f8b67012609b27 and bitbake e13acb4113ce75226664c3006a9776cc885e860d I get the following erro

[OE-core] [PATCH 4/5] piglit: add (from meta-oe)

2014-01-09 Thread Ross Burton
Piglit is an OpenGL testing tool. This recipe is taken directly from meta-oe. Signed-off-by: Ross Burton --- meta/recipes-graphics/piglit/piglit_git.bb | 44 1 file changed, 44 insertions(+) create mode 100644 meta/recipes-graphics/piglit/piglit_git.bb diff --gi

[OE-core] [PATCH 3/5] waffle: add (from meta-oe)

2014-01-09 Thread Ross Burton
Waffle is needed for Piglit. This recipe is taken directly frome meta-oe. Signed-off-by: Ross Burton --- meta/recipes-graphics/waffle/files/cflags.patch | 27 ++ meta/recipes-graphics/waffle/waffle_1.2.2.bb| 34 +++ 2 files changed, 61 insertions(+)

[OE-core] [PATCH 5/5] packagegroup-core-tools-testapps: add Piglit

2014-01-09 Thread Ross Burton
Respect the OpenGL distro feature and if it's enabled, pull in piglit and mesa-tools. Signed-off-by: Ross Burton --- .../packagegroups/packagegroup-core-tools-testapps.bb |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/packagegroups/packa

[OE-core] [PATCH 2/5] python-mako: add (from meta-oe)

2014-01-09 Thread Ross Burton
python-mako is needed for Piglit. This recipe is taken directly from meta-oe. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python-mako_0.7.2.bb | 22 + 1 file changed, 22 insertions(+) create mode 100644 meta/recipes-devtools/python/python-mako_0.7.2.bb di

[OE-core] [PATCH 1/5] python-numpy: add (from meta-oe)

2014-01-09 Thread Ross Burton
python-numpy is needed for Piglit. This recipe is taken directly from meta-oe. Signed-off-by: Ross Burton --- .../python/python-numpy/aarch64/_numpyconfig.h | 30 + .../python/python-numpy/aarch64/config.h | 139 .../python/python-numpy/arm/config.h

Re: [OE-core] [PATCH] lib/oe/patch.py: Prefer "git am" over "git apply" when applying git patches

2014-01-09 Thread Laszlo Papp
On Tue, Jan 7, 2014 at 12:16 PM, Koen Kooi wrote: > > Op 6 jan. 2014, om 23:10 heeft Saul Wold het volgende > geschreven: > >> On 12/31/2013 06:18 AM, Laszlo Papp wrote: >>> Ping? >>> >>> Alternatively, the system could also have an option for further >>> fine-tuning what to do with git patches

Re: [OE-core] [oe] State of bitbake world, Failed tasks 2014-01-09

2014-01-09 Thread Andreas Müller
On Thu, Jan 9, 2014 at 4:23 PM, Martin Jansa wrote: > On Thu, Jan 09, 2014 at 04:12:52PM +0100, Andreas Müller wrote: >> On Thu, Jan 9, 2014 at 3:46 PM, Martin Jansa wrote: >> > http://www.openembedded.org/wiki/Bitbake_World_Status >> > >> > == Failed tasks 2014-01-09 == >> > >> > === common (6)

Re: [OE-core] [PATCH] lib/oe/patch.py: Prefer "git am" over "git apply" when applying git patches

2014-01-09 Thread Laszlo Papp
On Tue, Jan 7, 2014 at 11:46 AM, Otavio Salvador wrote: > On Mon, Jan 6, 2014 at 8:10 PM, Saul Wold wrote: >> On 12/31/2013 06:18 AM, Laszlo Papp wrote: >>> >>> Ping? >>> >>> Alternatively, the system could also have an option for further >>> fine-tuning what to do with git patches >>> >>> On Tue

[OE-core] [PATCH] oeqa/runtime/systemd: wait for services to start/fail

2014-01-09 Thread Ross Burton
When checking that no services have failed to start, actually wait for services to finish starting by waiting for there not be no units in the "activating" state. Signed-off-by: Ross Burton --- meta/lib/oeqa/runtime/systemd.py | 28 1 file changed, 28 insertions(+)

Re: [OE-core] bug scrub - RFC

2014-01-09 Thread Trevor Woerner
On 01/09/14 10:34, Otavio Salvador wrote: > > On Thu, Jan 9, 2014 at 1:07 PM, Trevor Woerner > mailto:trevor.woer...@linaro.org>> wrote: > > On 01/09/14 05:56, Jack Mitchell wrote: > > On 08/01/14 23:20, Trevor Woerner wrote: > >> questions: > >> 1) Currently it has been suggested

Re: [OE-core] bug scrub - RFC

2014-01-09 Thread Otavio Salvador
On Thu, Jan 9, 2014 at 1:07 PM, Trevor Woerner wrote: > On 01/09/14 05:56, Jack Mitchell wrote: > > On 08/01/14 23:20, Trevor Woerner wrote: > >> questions: > >> 1) Currently it has been suggested this should be a 2-day event, should > >> these two days be during the week or over a weekend? In eit

Re: [OE-core] [oe] State of bitbake world, Failed tasks 2014-01-09

2014-01-09 Thread Martin Jansa
On Thu, Jan 09, 2014 at 04:12:52PM +0100, Andreas Müller wrote: > On Thu, Jan 9, 2014 at 3:46 PM, Martin Jansa wrote: > > http://www.openembedded.org/wiki/Bitbake_World_Status > > > > == Failed tasks 2014-01-09 == > > > > === common (6) === > > * meta-openembedded/meta-efl/recipes-efl/webkit/w

Re: [OE-core] Qt in OE-core

2014-01-09 Thread Phil Blundell
On Thu, 2014-01-09 at 01:32 +0100, Martin Jansa wrote: > I'm not saying that oe-core should be tested with 30 layers like my > world build, but why cannot AB have special build which builds > > oe-core + meta-xorg + meta-gnome > > and runs some runtime QA tests on that and then some other build w

Re: [OE-core] [oe] State of bitbake world, Failed tasks 2014-01-09

2014-01-09 Thread Andreas Müller
On Thu, Jan 9, 2014 at 3:46 PM, Martin Jansa wrote: > http://www.openembedded.org/wiki/Bitbake_World_Status > > == Failed tasks 2014-01-09 == > > === common (6) === > * meta-openembedded/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb, > do_configure > * meta-openembedded/meta-multimedia/re

Re: [OE-core] bug scrub - RFC

2014-01-09 Thread Trevor Woerner
On 01/09/14 05:56, Jack Mitchell wrote: > On 08/01/14 23:20, Trevor Woerner wrote: >> questions: >> 1) Currently it has been suggested this should be a 2-day event, should >> these two days be during the week or over a weekend? In either case, >> which 2 days? >> > If it's two days long then why do

Re: [OE-core] [oe-commits] Chen Qi : Add missing RDEPENDS of initscripts-functions

2014-01-09 Thread Martin Jansa
On Mon, Jan 06, 2014 at 10:15:11PM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: 6690c12cb1977f6bf93f3eb6d471dbd7db81bf28 > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6690c12cb1977f6bf93f3eb6d471dbd7db81bf28 > > A

[OE-core] State of bitbake world, Failed tasks 2014-01-09

2014-01-09 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2014-01-09 == === common (6) === * meta-openembedded/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb, do_configure * meta-openembedded/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb, do_fetch * meta-openembedd

Re: [OE-core] [oe-commits] Robert Yang : autogen-native: upgrade to 5.18.2

2014-01-09 Thread Martin Jansa
On Mon, Jan 06, 2014 at 11:29:36AM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: 6bcd2dafa379badab11bff9d7b607f7f5d72fc94 > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6bcd2dafa379badab11bff9d7b607f7f5d72fc94 > > A

Re: [OE-core] Qt in OE-core

2014-01-09 Thread Trevor Woerner
On 01/08/14 05:28, Richard Purdie wrote: > On Tue, 2014-01-07 at 20:23 +0100, Martin Jansa wrote: >> With PACKAGECONFIGs which can list optional dependencies which aren't >> included in the the layer itself it's now easier to have recipe with >> optional qt5 support in oe-core, but qt5 itself in se

Re: [OE-core] [PATCH] libsoup: Remove libproxy from DEPENDS

2014-01-09 Thread Otavio Salvador
On Thu, Jan 9, 2014 at 9:16 AM, Phil Blundell wrote: > Although libsoup did use to support direct usage of libproxy, it hasn't > done so for some time. Worse, if libsoup depends on libproxy then it > is impossible to build libproxy against webkit since webkit itself > depends on libsoup in some

Re: [OE-core] [PATCH] mesa-demos: Fix application demo2

2014-01-09 Thread Burton, Ross
The patch is missing signed-off and more importantly upstream-status tags. Ross On 9 January 2014 13:52, Yasir Khan wrote: > From: Yasir-Khan > > Simple fix for demo2 application. Pass color array to glColorPointer. > > Signed-off-by: Yasir-Khan > --- > .../mesa/mesa-demos/fix-demo2-color.pat

[OE-core] [PATCH] mesa-demos: Fix application demo2

2014-01-09 Thread Yasir Khan
From: Yasir-Khan Simple fix for demo2 application. Pass color array to glColorPointer. Signed-off-by: Yasir-Khan --- .../mesa/mesa-demos/fix-demo2-color.patch | 13 + meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb |3 ++- 2 files changed, 15 insertions(+), 1 dele

Re: [OE-core] Qt in OE-core

2014-01-09 Thread Otavio Salvador
Hello, On Thu, Jan 9, 2014 at 4:32 AM, Koen Kooi wrote: > > Op 9 jan. 2014, om 01:32 heeft Martin Jansa het > volgende geschreven: > > > On Wed, Jan 08, 2014 at 11:21:08PM +, Paul Eggleton wrote: > >>> In my opinion... > >>> > >>> Personally I would be in favour of removing GTK+ and the GNOM

Re: [OE-core] Qt in OE-core

2014-01-09 Thread Otavio Salvador
On Wed, Jan 8, 2014 at 10:32 PM, Martin Jansa wrote: > On Wed, Jan 08, 2014 at 11:21:08PM +, Paul Eggleton wrote: > > > In my opinion... > > > > > > Personally I would be in favour of removing GTK+ and the GNOME UI from > > > the core and putting them in their own layer for all the same reason

Re: [OE-core] [RFC OE-core/meta/lib] BSP Specific Qemurunner

2014-01-09 Thread Stanacar, StefanX
On Thu, 2014-01-09 at 00:01 +, Sipke Vriend wrote: > On Wednesday, 8 January 2014 11:53 PM Paul Eggleton wrote: > > > >On Wednesday 08 January 2014 13:12:41 Richard Purdie wrote: > >> On Tue, 2014-01-07 at 22:59 +, Sipke Vriend wrote: > >> > Hi Richard, > >> > > >> > >-Original Mess

[OE-core] Failed to build opkg with curl support

2014-01-09 Thread Yevhen Kyriukha
I define "curl" in PACKAGECONFIG for opkg. After that I'm getting circular dependency errors during building opkg. Best regards, Yevhen ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/list

Re: [OE-core] [oe-commits] Chen Qi : initscripts: split the functions script into a separate package

2014-01-09 Thread Martin Jansa
On Mon, Jan 06, 2014 at 10:15:11PM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: 736dd8380f41d6ff1d3d0e4fe33cc01e2e873ef6 > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=736dd8380f41d6ff1d3d0e4fe33cc01e2e873ef6 > > A

Re: [OE-core] [PATCH] ptest.bblass: Fix package QA issues when disabled

2014-01-09 Thread Richard Purdie
On Thu, 2014-01-09 at 03:54 +, Nathan Rossi wrote: > > -Original Message- > > From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > > Sent: Wednesday, January 08, 2014 10:58 PM > > To: Nathan Rossi > > Cc: openembedded-core@lists.openembedded.org > > Subject: Re: [OE-core]

[OE-core] [PATCH] qemu: Remove stray .git files after unpacking

2014-01-09 Thread Phil Blundell
The qemu tarball ships some extraneous .git metadata in the dtc/ and pixman/ subfolders, containing a reference to the path "../.git/modules" which doesn't exist. The presence of these files will confuse git if it happens to recurse into the qemu source folder during an operation on some parent d

[OE-core] [PATCH] libsoup: Remove libproxy from DEPENDS

2014-01-09 Thread Phil Blundell
Although libsoup did use to support direct usage of libproxy, it hasn't done so for some time. Worse, if libsoup depends on libproxy then it is impossible to build libproxy against webkit since webkit itself depends on libsoup in some configurations. Fix this by removing the extraneous entry from

Re: [OE-core] bug scrub - RFC

2014-01-09 Thread Jack Mitchell
On 08/01/14 23:20, Trevor Woerner wrote: > Hi everyone, > > This is a "Request For Comments" email regarding a "bug scrub" party the > OE TSC would like to hold. > > > background: > It has been noticed that the number of bugs in the bugzilla[1] has been > climbing; it would be nice to hold a "bu

Re: [OE-core] [PATCH V2] Modify buildstats to be merged inside buildhistory

2014-01-09 Thread Stoicescu, CorneliuX
> > --- a/meta/classes/buildhistory.bbclass > > +++ b/meta/classes/buildhistory.bbclass > > @@ -16,9 +16,12 @@ BUILDHISTORY_IMAGE_FILES ?= "/etc/passwd > /etc/group" > > BUILDHISTORY_COMMIT ?= "0" > > BUILDHISTORY_COMMIT_AUTHOR ?= "buildhistory > " > > BUILDHISTORY_PUSH_REPO ?= "" > > +BUILDSTAT

Re: [OE-core] [oeqa][PATCH] lib/oeqa/runtime: add test for gzip

2014-01-09 Thread Burton, Ross
On 9 January 2014 08:25, wrote: > Function tests: > 1)gzip compress file > 2)compressed file integrity check > 3)zcat compress file > 4)gzip decompress file Wouldn't this be better implemented as a ptest for gzip? The qemu image tests are more concerned with image-wide functionality that can't

[OE-core] [PATCH 0/1] attr: enable ptest support

2014-01-09 Thread Chong Lu
The following changes since commit 6ee5d95317de77c1cfb6db6f1ab2de77f5fa085e: bitbake: fetch2/gitannex: Fix function arguments to match bitbake master (2014-01-08 15:27:37 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/attr http://git.pokylinux.

[OE-core] [PATCH 1/1] attr: enable ptest support

2014-01-09 Thread Chong Lu
Install attr test suite and run it as ptest. Signed-off-by: Chong Lu --- meta/recipes-support/attr/attr.inc | 15 +++- .../attr/files/attr-make-ptest-pass.patch | 82 ++ meta/recipes-support/attr/files/run-ptest | 5 ++ 3 files changed, 101

[OE-core] [PATCH] busybox: lineedit: initialize delptr

2014-01-09 Thread Ming Liu
In vi mode, the 'p' and 'P' commands caused a segfault when nothing had been put in the buffer yet because the delptr was not initialized. Signed-off-by: Ming Liu --- .../busybox-lineedit-initialize-delptr.patch | 23 meta/recipes-core/busybox/busybox_1.21.1.bb

[OE-core] [PATCH] rpm: fix a endian incompatible error in generating tag

2014-01-09 Thread Ming Liu
A flaw was found in the way rpm generating arbitrary tags, which leads to a incorrect query result, this issue is introduced by a incompatible endianess when the generating process is executed on different architectures. This patch resolves it by taking a uniform byte order. Signed-off-by: Ming L

[OE-core] [oeqa][PATCH] lib/oeqa/runtime: add test for gzip

2014-01-09 Thread ting.wang
From: Ting Wang Function tests: 1)gzip compress file 2)compressed file integrity check 3)zcat compress file 4)gzip decompress file --- meta/classes/testimage.bbclass |4 ++-- meta/lib/oeqa/runtime/gzip.py | 32 2 files changed, 34 insertions(+), 2 deletion