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

2014-01-07 Thread Nathan Rossi
When the ptest distro feature is disabled, a ptest directory is still created in the install phase, This directory is not cleaned up or consumed by any package and will throw a QA error, e.g. ERROR: QA Issue: glib-2.0: Files/directories were installed but not shipped /usr/lib/glib-2.0/ptest ERRO

Re: [OE-core] [PATCH 2/2] sstate: remove binutils-crosssdk from safe dependent list

2014-01-07 Thread Ming Liu
On 01/07/2014 09:58 PM, Richard Purdie wrote: On Tue, 2014-01-07 at 16:13 +0800, Ming Liu wrote: binutils-crosssdk is being depended by other packages like gcc-crosssdk-initial, so it's not safe to be skipped when checking the setscene dependencies in setscene_depvalid(). Can you explain this c

[OE-core] [PATCH V3 1/1] sanity.bbclass: check for validity of TMPDIR

2014-01-07 Thread Chen Qi
TMPDIR must be an absolute path, otherwise, the build will fail. Special characters and trailing slashes in TMPDIR will also cause build failures. This patch enables checking for the validity of TMPDIR. The logic in sanity.bbclass has also been changed a little bit. For now, we only create the di

[OE-core] [PATCH V3 0/1] sanity.bbclass: check for validity of TMPDIR

2014-01-07 Thread Chen Qi
Changes since V2: 1. Check for trailing slashes as well. The following changes since commit e93a345fae7c21652547bec501fcb1f3b6c6427d: sstate: add do_package to the noexec list in setscene_depvalid (2014-01-07 13:58:32 +) are available in the git repository at: git://git.pokylinux.org/p

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

2014-01-07 Thread Sipke Vriend
Hi Richard, > >-Original Message- >On Wednesday, 8 January 2014 12:00 AM, Richard Purdie wrote: > >On Tue, 2014-01-07 at 03:09 +, Sipke Vriend wrote: >> Hi, >> >> This RFC is a proposal to allow BSP layers to setup qemu with their specific >> requirements for the testimage oe-core fun

Re: [OE-core] [PATCH] libxfont: upgrade to 1.4.7

2014-01-07 Thread Saul Wold
On 01/07/2014 01:40 PM, Trevor Woerner wrote: Whoops! I thought the "[OE-core]" part was added automatically by the mailing list software. Should I send a V2? Everything looks fine, you might have bcc'ed yourself maybe? Sau! ___ Openembedded-core

Re: [OE-core] [PATCH] libxfont: upgrade to 1.4.7

2014-01-07 Thread Trevor Woerner
Whoops! I thought the "[OE-core]" part was added automatically by the mailing list software. Should I send a V2? ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] kernel: use oldnoconfig instead of yes '' | make oldconfig

2014-01-07 Thread Hart, Darren
On Tue, 2014-01-07 at 21:32 +0100, Alexandre Belloni wrote: > On 07/01/2014 19:11, Hart, Darren wrote: > > > > Please check for the functionality, not KERNEL_VERSION. The > > KERNEL_VERSION doesn't allow for backports and such which might add this > > ability. Grep the Makefile for the target, for

[OE-core] [PATCH] libxfont: upgrade to 1.4.7

2014-01-07 Thread Trevor Woerner
This release includes the fix for CVE-2013-6462, as well as other security hardening and code cleanups. Signed-off-by: Trevor Woerner --- .../xorg-lib/{libxfont_1.4.6.bb => libxfont_1.4.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/

[OE-core] [PATCH] libxfont: upgrade to 1.4.7

2014-01-07 Thread Trevor Woerner
A security advisory, CVE-2013-6462, has been issued for libXfont so bump to version 1.4.7 which fixes this issue. http://lists.x.org/archives/xorg/2014-January/056265.html "Stack buffer overflow in parsing of BDF font files in libXfont" Trevor Woerner (1): libxfont: upgrade to 1.4.7 .

Re: [OE-core] [PATCH] kernel: use oldnoconfig instead of yes '' | make oldconfig

2014-01-07 Thread Bruce Ashfield
On 14-01-07 03:52 PM, Alexandre Belloni wrote: On 07/01/2014 21:39, Bruce Ashfield wrote: As shown in my commit log, using yes '' | make oldconfig is still getting it wrong. But that was also my point. Since the target suggested in this patch hasn't always existed (and hence has a kernel ver

Re: [OE-core] [PATCH] kernel: use oldnoconfig instead of yes '' | make oldconfig

2014-01-07 Thread Alexandre Belloni
On 07/01/2014 21:39, Bruce Ashfield wrote: >> >> As shown in my commit log, using yes '' | make oldconfig is still >> getting it wrong. > > But that was also my point. Since the target suggested in this > patch hasn't always existed (and hence has a kernel version binding), > why not use olddefco

Re: [OE-core] [PATCH] kernel: use oldnoconfig instead of yes '' | make oldconfig

2014-01-07 Thread Bruce Ashfield
On 14-01-07 03:27 PM, Alexandre Belloni wrote: On 07/01/2014 16:32, Bruce Ashfield wrote: On 14-01-07 09:18 AM, Alexandre Belloni wrote: When using a defconfig, using yes '' | make oldconfig may not result in the correct configuration being set. For example: $ grep USB_ETH .config CONFIG

Re: [OE-core] [PATCH] kernel: use oldnoconfig instead of yes '' | make oldconfig

2014-01-07 Thread Alexandre Belloni
On 07/01/2014 19:11, Hart, Darren wrote: > > Please check for the functionality, not KERNEL_VERSION. The > KERNEL_VERSION doesn't allow for backports and such which might add this > ability. Grep the Makefile for the target, for example, if the above OR > statement isn't adequate. > I guess the

Re: [OE-core] [PATCH] kernel: use oldnoconfig instead of yes '' | make oldconfig

2014-01-07 Thread Alexandre Belloni
On 07/01/2014 16:32, Bruce Ashfield wrote: > On 14-01-07 09:18 AM, Alexandre Belloni wrote: >> When using a defconfig, using yes '' | make oldconfig may not result in >> the correct configuration being set. For example: >> >> $ grep USB_ETH .config >> CONFIG_USB_ETH=y >> CONFIG_USB_ETH_RNDIS=

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

2014-01-07 Thread Martin Jansa
On Tue, Jan 07, 2014 at 01:27:22PM -0500, Trevor Woerner wrote: > Hello everyone, > > question: > Should some version of Qt be included in openembedded-core, or should > all recipes to add Qt be part of their own version-specific Qt layer? > > > background: > openembedded-core[1] used to include

[OE-core] Qt in OE-core

2014-01-07 Thread Trevor Woerner
Hello everyone, question: Should some version of Qt be included in openembedded-core, or should all recipes to add Qt be part of their own version-specific Qt layer? background: openembedded-core[1] used to include recipes for Qt3, but as Qt3 became old these recipes were replaced with Qt4 and t

Re: [OE-core] [PATCH] kernel: use oldnoconfig instead of yes '' | make oldconfig

2014-01-07 Thread Hart, Darren
On Tue, 2014-01-07 at 16:54 +0100, Martin Jansa wrote: > On Tue, Jan 07, 2014 at 04:20:37PM +0100, Alexandre Belloni wrote: > > On 07/01/2014 15:35, Martin Jansa wrote: > > > On Tue, Jan 07, 2014 at 03:18:37PM +0100, Alexandre Belloni wrote: > > >> When using a defconfig, using yes '' | make oldcon

Re: [OE-core] [PATCH] kernel: use oldnoconfig instead of yes '' | make oldconfig

2014-01-07 Thread Martin Jansa
On Tue, Jan 07, 2014 at 04:20:37PM +0100, Alexandre Belloni wrote: > On 07/01/2014 15:35, Martin Jansa wrote: > > On Tue, Jan 07, 2014 at 03:18:37PM +0100, Alexandre Belloni wrote: > >> When using a defconfig, using yes '' | make oldconfig may not result in > >> the correct configuration being set.

Re: [OE-core] [PATCH] kernel: use oldnoconfig instead of yes '' | make oldconfig

2014-01-07 Thread Bruce Ashfield
On 14-01-07 09:18 AM, Alexandre Belloni wrote: When using a defconfig, using yes '' | make oldconfig may not result in the correct configuration being set. For example: $ grep USB_ETH .config CONFIG_USB_ETH=y CONFIG_USB_ETH_RNDIS=y CONFIG_USB_ETH_EEM=y $ make savedefconfig scripts/kc

Re: [OE-core] [PATCH] kernel: use oldnoconfig instead of yes '' | make oldconfig

2014-01-07 Thread Alexandre Belloni
On 07/01/2014 15:35, Martin Jansa wrote: > On Tue, Jan 07, 2014 at 03:18:37PM +0100, Alexandre Belloni wrote: >> When using a defconfig, using yes '' | make oldconfig may not result in >> the correct configuration being set. For example: > >> $ grep USB_ETH .config >> CONFIG_USB_ETH=y >> CONFIG

[OE-core] Public TSC / OE Workgroup meeting today

2014-01-07 Thread Paul Eggleton
Hi all, There will be a public OpenEmbedded TSC/workgroup meeting today. If you're interested in discussing long-term technical efforts around the OpenEmbedded project please join us on irc.freenode.net in channel #oe at 17:00 GMT (9am PST, 11am CST, 12 EST, 18:00 CET) today. Cheers, Paul --

Re: [OE-core] [PATCH] kernel: use oldnoconfig instead of yes '' | make oldconfig

2014-01-07 Thread Martin Jansa
On Tue, Jan 07, 2014 at 03:18:37PM +0100, Alexandre Belloni wrote: > When using a defconfig, using yes '' | make oldconfig may not result in > the correct configuration being set. For example: > $ grep USB_ETH .config > CONFIG_USB_ETH=y > CONFIG_USB_ETH_RNDIS=y > CONFIG_USB_ETH_EEM=y > $ make

[OE-core] [PATCH] kernel: use oldnoconfig instead of yes '' | make oldconfig

2014-01-07 Thread Alexandre Belloni
When using a defconfig, using yes '' | make oldconfig may not result in the correct configuration being set. For example: $ grep USB_ETH .config CONFIG_USB_ETH=y CONFIG_USB_ETH_RNDIS=y CONFIG_USB_ETH_EEM=y $ make savedefconfig scripts/kconfig/conf --savedefconfig=defconfig Kconfig $ cp defc

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

2014-01-07 Thread Richard Purdie
On Tue, 2014-01-07 at 03:09 +, Sipke Vriend wrote: > Hi, > > This RFC is a proposal to allow BSP layers to setup qemu with their specific > requirements for the testimage oe-core functionality. > The suggested changes will be exercised by the > bitbake -c testimage > command. > Similarly to

Re: [OE-core] [PATCH 2/2] sstate: remove binutils-crosssdk from safe dependent list

2014-01-07 Thread Richard Purdie
On Tue, 2014-01-07 at 16:13 +0800, Ming Liu wrote: > binutils-crosssdk is being depended by other packages like > gcc-crosssdk-initial, so it's not safe to be skipped when checking the > setscene dependencies in setscene_depvalid(). Can you explain this change a bit more please? Personally, I thi

Re: [OE-core] [PATCH 1/2] gconf.bbclass: remove --disable-schemas-install

2014-01-07 Thread Robert Yang
On 01/06/2014 11:47 PM, Burton, Ross wrote: On 3 January 2014 17:27, Robert Yang wrote: Gnome has moved the schemas to the gsettings-desktop-schemas pkg, so there is no --disable-schemas-install option any more, and we already have the gsettings-desktop-schemas recipe, so remove it, it wil fi

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

2014-01-07 Thread Koen Kooi
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 >> >> On Tue, Dec 24, 2013 at 12:44 PM, Laszlo Papp wrote:

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

2014-01-07 Thread Otavio Salvador
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, Dec 24, 2013 at 12:44 PM, Laszlo Papp wrote: >>> >>> It is bette

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

2014-01-07 Thread Koen Kooi
Marcins linaro mail address has expired, adding the other one Op 7 jan. 2014, om 11:03 heeft Koen Kooi het volgende geschreven: > > Op 7 jan. 2014, om 10:59 heeft Arslan, Fahad het > volgende geschreven: > >>> What affect does it have on the overall size of speex >> >> If we enable floatin

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

2014-01-07 Thread Koen Kooi
Op 7 jan. 2014, om 10:59 heeft Arslan, Fahad het volgende geschreven: >> What affect does it have on the overall size of speex > > If we enable floating point support, there is decrease in size of libs. > libspeexdsp.so is ~480 KB in fixed point configuration > libspeexdsp.so is ~220 KB in fl

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

2014-01-07 Thread Arslan, Fahad
> What affect does it have on the overall size of speex If we enable floating point support, there is decrease in size of libs. libspeexdsp.so is ~480 KB in fixed point configuration libspeexdsp.so is ~220 KB in floating point configuration Further details are shown below: Case-1 (current conf

[OE-core] [PATCH 1/2] sstate: add do_package to the noexec list in setscene_depvalid

2014-01-07 Thread Ming Liu
do_package doesn't exist and are noexec anyway for native/cross/crosssdk packages. Signed-off-by: Ming Liu --- meta/classes/sstate.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index 2b5b7cd..35c3f85 10

[OE-core] [PATCH 2/2] sstate: remove binutils-crosssdk from safe dependent list

2014-01-07 Thread Ming Liu
binutils-crosssdk is being depended by other packages like gcc-crosssdk-initial, so it's not safe to be skipped when checking the setscene dependencies in setscene_depvalid(). Signed-off-by: Ming Liu --- meta/classes/sstate.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) dif