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

2014-01-10 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

[OE-core] [PATCH] grub: add PACKAGECONFIG for device-mapper

2014-01-10 Thread Ming Liu
Avoids it's auto-detected from sysroot, which will lead implicit results. Signed-off-by: Ming Liu ming@windriver.com --- meta/recipes-bsp/grub/grub_2.00.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-bsp/grub/grub_2.00.bb

[OE-core] [QA Issue] liblto found in wrong location

2014-01-10 Thread Jack Mitchell
WARNING: QA Issue: gcc-cross-canadian-i586: found library in wrong location: /opt/cbnl/oecore-sdk/1/sysroots/i686-oecore-linux/usr/libexec/i586-oe-linux/gcc/i586-oe-linux/4.8.2/liblto_plugin.so.0 gcc-cross-canadian-i586: found library in wrong location:

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

2014-01-10 Thread Richard Purdie
On Fri, 2014-01-10 at 14:18 +0800, Robert Yang wrote: 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

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

2014-01-10 Thread Phil Blundell
On Thu, 2014-01-09 at 12:10 -0200, Otavio Salvador wrote: On Thu, Jan 9, 2014 at 9:16 AM, Phil Blundell p...@pbcl.net 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

Re: [OE-core] db compile failure

2014-01-10 Thread Paul Barker
On 8 January 2014 14:18, Jack Mitchell m...@communistcode.co.uk wrote: On 08/01/14 14:16, Jack Mitchell wrote: On latest master I am running into the following failure: http://ix.io/9Kh This should be the following link: http://ix.io/9Ki I'm hitting the same error building poky at master

Re: [OE-core] [oe-commits] Richard Purdie : cross-canadian: Handle powerpc linux verses linux-gnuspe

2014-01-10 Thread David Nyström
On 2013-11-01 18:49, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master-next Commit: a1d6331238982b0c5d39b0a18794f6654b00d46a URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=a1d6331238982b0c5d39b0a18794f6654b00d46a Author: Richard Purdie

[OE-core] [PATCH] binutils: Also add autoconf-native to DEPENDS

2014-01-10 Thread Phil Blundell
Commit 616354f13732d13c17434d5b60b166f691c25761 is insufficient because gnu-config-native's gnu-configize script uses perl modules from autoconf and hence doesn't work unless autoconf-native is staged (which it may not be if building from sstate). Ideally g-c-n would itself declare a dependency

[OE-core] [PATCH] kernel-module-split: Remove extraneous call to depmod from module postinst

2014-01-10 Thread Phil Blundell
During rootfs construction, image.bbclass will call depmod after all the modules are installed. There's no need to run it from the postinst when operating in offline root mode. Signed-off-by: Phil Blundell p...@pbcl.net --- meta/classes/kernel-module-split.bbclass | 4 +++- 1 file changed, 3

Re: [OE-core] unmaintained layers

2014-01-10 Thread Mario Schuknecht
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-hipos is

Re: [OE-core] unmaintained layers

2014-01-10 Thread Paul Eggleton
On Thursday 09 January 2014 13:45:23 Trevor Woerner wrote: 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,

[OE-core] [PATCH] package: Keep global pkgfiles[] up to date when snapping library symlinks

2014-01-10 Thread Phil Blundell
Since ca86603607a69a17cc5540d69de0e242b33382d3 we are now calling stat() on all the pkgfiles[] during emit_pkgdata(). If symlink snapping has removed some of the files then we will blow up trying to stat a path that no longer exists. Fix that by ensuring that pkgfiles[] is updated when we

[OE-core] [PATCH] Revert cross-canadian: Handle powerpc linux verses linux-gnuspe

2014-01-10 Thread David Nyström
The reverted commit seems to introduce some problems for the toolchain tarball for powerpc. I see this both in master and on dora. 1. Looks like the relocation scripts fails for environments: ~/tests/poky [master] $ cat /opt/oel/2014-01-01/environment-setup-ppce500v2-oel-linux | grep # export

[OE-core] [PATCH 0/1] terminal.bbclass: do not export PS1

2014-01-10 Thread Anders Darander
terminal.bbclass: do not export PS1 With a complex PS1 setup, PS1 might not have all characters correctly escaped when terminal.bbclass writes the export. This caused the run.do_terminal.PID to terminate, making it impossible to use the devshell. As the spawned shell will parse e.g.

[OE-core] [PATCH 1/1] terminal.bbclass: do not export PS1

2014-01-10 Thread Anders Darander
With a complex PS1 setup, PS1 might not have all characters correctly escaped when terminal.bbclass writes the export. This caused the run.do_terminal.PID to terminate, making it impossible to use the devshell. As the spawned shell will parse e.g. .bashrc (or whatever rc-file is being used), PS1

Re: [OE-core] [PATCH] Revert cross-canadian: Handle powerpc linux verses linux-gnuspe

2014-01-10 Thread Richard Purdie
On Fri, 2014-01-10 at 15:48 +0100, David Nyström wrote: The reverted commit seems to introduce some problems for the toolchain tarball for powerpc. I see this both in master and on dora. 1. Looks like the relocation scripts fails for environments: ~/tests/poky [master] $ cat

Re: [OE-core] [PATCH 1/1] terminal.bbclass: do not export PS1

2014-01-10 Thread Enrico Scholz
Anders Darander anders-7ujn0b3lyz2sbku13z4...@public.gmane.org writes: With a complex PS1 setup, PS1 might not have all characters correctly escaped I think, this must be solved in other layers (bitbake?). Using 'pipes.quote()' seems to be a proper way to escape things correctly. Enrico

Re: [OE-core] unmaintained layers

2014-01-10 Thread Koen Kooi
Op 10 jan. 2014, om 15:01 heeft Paul Eggleton paul.eggle...@linux.intel.com het volgende geschreven: On Thursday 09 January 2014 13:45:23 Trevor Woerner wrote: 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],

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

2014-01-10 Thread Koen Kooi
Op 10 jan. 2014, om 08:48 heeft Arslan, Fahad fahad_ars...@mentor.com het volgende geschreven: 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

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

2014-01-10 Thread Paul Barker
On 9 January 2014 12:04, Yevhen Kyriukha kirg...@gmail.com wrote: I define curl in PACKAGECONFIG for opkg. After that I'm getting circular dependency errors during building opkg. Best regards, Yevhen Sorry, this is a known problem. The update-alternatives script needs to be moved out of

Re: [OE-core] unmaintained layers

2014-01-10 Thread Saul Wold
On 01/09/2014 10: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,

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

2014-01-10 Thread Mark Hatle
On 1/10/14, 4:41 AM, Richard Purdie wrote: On Fri, 2014-01-10 at 14:18 +0800, Robert Yang wrote: 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

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

2014-01-10 Thread Ross Burton
Piglit is an OpenGL testing tool. This recipe is taken directly from meta-oe. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/piglit/piglit_git.bb | 48 1 file changed, 48 insertions(+) create mode 100644

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

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

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

2014-01-10 Thread Ross Burton
Waffle is needed for Piglit. This recipe is taken directly frome meta-oe. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/waffle/files/cflags.patch | 27 ++ meta/recipes-graphics/waffle/waffle_1.2.2.bb| 34 +++ 2 files

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

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

[OE-core] [PATCH] dbus: Remove stray semicolon from SRC_URI

2014-01-10 Thread Phil Blundell
Signed-off-by: Phil Blundell p...@pbcl.net --- meta/recipes-core/dbus/dbus.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 9bdb489..86d6caa 100644 --- a/meta/recipes-core/dbus/dbus.inc +++

Re: [OE-core] unmaintained layers

2014-01-10 Thread Andrei Gherzan
Hi, On Jan 9, 2014 8:45 PM, Trevor Woerner trevor.woer...@linaro.org 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

[OE-core] GCC bugfix backport into Dora

2014-01-10 Thread Otavio Salvador
Hello, The Dora branch seems to be affected by a toolchain bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57532 4.8.2 includes this bugfix and I'd like to know if it is planned anything in this direction to Dora or not? Regards, -- Otavio Salvador O.S. Systems

[OE-core] [RFC][PATCH][V2] cmake: respect ${S} and ${B}

2014-01-10 Thread Ross Burton
Hi, Here is V2 of my cmake ${S}/${B} patch. The class isn't that changed since V1, apart from the addition of a note if the recipe has set OECMAKE_SOURCEPATH or _BUILDPATH. Then there's the choice of what we do with the default for ${B}. One patch sets ${B} in separatebuilddir.inc for libproxy

[OE-core] [PATCH] util-linux: Add fstrim utility

2014-01-10 Thread MiLo
Add util-linux-fstrim package, containing /sbin/fstrim, for trimming unused sectors on SSDs. --- meta/recipes-core/util-linux/util-linux.inc |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc

Re: [OE-core] unmaintained layers

2014-01-10 Thread João Henrique Freitas
Hi, meta-erlang maintained. -- João Henrique Ferreira de Freitas - joaohf_at_gmail.com Campinas-SP-Brasil ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core