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

[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 --- 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 b/meta/recipes-bsp/grub/grub_2.00.bb index 84e6193

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

2014-01-10 Thread Chong Lu
Install acl test suite and run it as ptest. nfs test cases need depend on nfs service. So exclude them order to make ptest all pass. Signed-off-by: Chong Lu --- meta/recipes-support/attr/acl.inc | 15 +- .../attr/acl/acl-make-ptest-pass.patch | 457 +

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

2014-01-10 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/acl http://git.pokylinux.o

[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: /opt/cbnl/oecore-sdk/1/sysroots/i686-oecore-l

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 (2

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

2014-01-10 Thread Martin Jansa
On Fri, Jan 10, 2014 at 02:18:51PM +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

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

Re: [OE-core] db compile failure

2014-01-10 Thread Paul Barker
On 8 January 2014 14:18, Jack Mitchell 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 for raspberr

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.git&a=commit;h=a1d6331238982b0c5d39b0a18794f6654b00d46a Author: Richard Purdie Date:

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

[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 --- meta/classes/kernel-module-split.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1

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

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 process

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

[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. .bashr

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

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 /opt/

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

2014-01-10 Thread Enrico Scholz
Anders Darander 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 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], would it >> be possible

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 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 using Puls

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

2014-01-10 Thread Paul Barker
On 9 January 2014 12:04, Yevhen Kyriukha 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 opkg, either t

Re: [OE-core] unmaintained layers

2014-01-10 Thread Trevor Woerner
Hi Paul, On 01/10/14 09:01, Paul Eggleton wrote: > This is all very interesting with people piping up that their layers > are maintained, but I'm not sure it helps solve the overall problem. > Also, if it does appear that a layer has gone "unmaintained" by > popular consensus, what should actuall

Re: [OE-core] db failure due to libstdc++.so host contamination

2014-01-10 Thread Paul Barker
On 8 January 2014 17:56, Jack Mitchell wrote: > do_compile.log: http://ix.io/9Ki > > Speaking on IRC it seems that host systems with /usr/lib/libstdc++.so > present are failing to build db. > > /usr/lib/libstdc++.so is present on at least archlinux in the gcc-libs > and gcc-multilibs package which

Re: [OE-core] unmaintained layers

2014-01-10 Thread Philip Balister
On 01/10/2014 10:51 AM, Trevor Woerner wrote: > Hi Paul, > > On 01/10/14 09:01, Paul Eggleton wrote: >> This is all very interesting with people piping up that their layers >> are maintained, but I'm not sure it helps solve the overall problem. > >> Also, if it does appear that a layer has gone "

Re: [OE-core] unmaintained layers

2014-01-10 Thread Trevor Woerner
On 01/10/14 11:02, Philip Balister wrote: > BTW, I maintain meta-sdr. ...and meta-ettus and meta-zynq? ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

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, unma

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 in

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

2014-01-10 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][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 --- meta/recipes-graphics/piglit/piglit_git.bb | 48 1 file changed, 48 insertions(+) create mode 100644 meta/recipes-graphics/piglit/piglit_git.bb diff --gi

[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 --- 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][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 --- 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][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 --- .../python/python-numpy/aarch64/_numpyconfig.h | 30 + .../python/python-numpy/aarch64/config.h | 139 .../python/python-numpy/arm/config.h

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

2014-01-10 Thread Phil Blundell
Signed-off-by: Phil Blundell --- 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 +++ b/meta/recipes-core/dbus/d

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

2014-01-10 Thread Saul Wold
On 01/10/2014 01:13 AM, Chong Lu wrote: Install acl test suite and run it as ptest. nfs test cases need depend on nfs service. So exclude them order to make ptest all pass. Signed-off-by: Chong Lu --- meta/recipes-support/attr/acl.inc | 15 +- .../attr/acl/acl-make-ptest-pa

Re: [OE-core] unmaintained layers

2014-01-10 Thread Andrei Gherzan
Hi, On Jan 9, 2014 8: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 > suspe

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

[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 3/3] cmake: default to out-of-tree builds

2014-01-10 Thread Ross Burton
Set B=${WORKDIR}/build in cmake.bbclass so that recipes using cmake.bbclass do out-of-tree builds by default. Signed-off-by: Ross Burton --- meta/classes/cmake.bbclass |1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass index 1dc406d2..3

[OE-core] [PATCH 1/3] cmake: respect ${S} and ${B}

2014-01-10 Thread Ross Burton
Instead of the class-specific variables OECMAKE_BUILDPATH and OECMAKE_SOURCEPATH, just use ${B} and ${S}. If these two paths are different, delete any existing ${B} before running a build so that previous builds don't taint the current build. Note that OECMAKE_SOURCEPATH and OECMAKE_BUILDPATH are

[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 b/meta/recipes-core/util-linux/uti

[OE-core] [PATCH 2/3] separatebuilddir: build libproxy and taglib out of the source tree

2014-01-10 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/conf/distro/include/seperatebuilddir.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/include/seperatebuilddir.inc b/meta/conf/distro/include/seperatebuilddir.inc index e1a5c6b..a6df6ac 100644 --- a/meta/conf/dist

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

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

2014-01-10 Thread Saul Wold
On 01/10/2014 09:02 AM, Ross Burton wrote: 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/