[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 ming@windriver.com --- meta/classes/sstate.bbclass |2 +- 1 files changed, 1

[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 ming@windriver.com --- meta/classes/sstate.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass

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

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 fahad_ars...@mentor.com 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

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 k...@dominion.thruhere.net het volgende geschreven: Op 7 jan. 2014, om 10:59 heeft Arslan, Fahad fahad_ars...@mentor.com het volgende geschreven: What affect does it have on the

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 s...@linux.intel.com 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 lp...@kde.org wrote:

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 s...@linux.intel.com 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

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 liezhi.y...@windriver.com 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

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 think

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 image command. Similarly to

[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

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] 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 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

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

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. For

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 oldconfig may

[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

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 recipes

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=y

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 OR is

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

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 olddefconfig with

[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

[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 trevor.woer...@linaro.org --- .../xorg-lib/{libxfont_1.4.6.bb = libxfont_1.4.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

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

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] 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] [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 functionality.

[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:

[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

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

[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