[OE-core] [PATCH 1/2] distcc: add init.d/distcc status command for LSB compliance

2013-09-02 Thread rongqing.li
From: "Roy.Li" Signed-off-by: Roy.Li --- meta/recipes-devtools/distcc/files/distcc | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/distcc/files/distcc b/meta/recipes-devtools/distcc/files/distcc index 513bc48..c7c414d 100755 --- a/meta/reci

[OE-core] [PATCH 2/2] irda-utils: add init.d/irattach status command for LSB compliance

2013-09-02 Thread rongqing.li
From: "Roy.Li" Signed-off-by: Roy.Li --- meta/recipes-connectivity/irda-utils/irda-utils-0.9.18/init |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/irda-utils/irda-utils-0.9.18/init b/meta/recipes-connectivity/irda-utils/irda-utils-0.9.

[OE-core] [PATCH 0/2] Add status command for LSB compliance for some packages

2013-09-02 Thread rongqing.li
From: "Roy.Li" The following changes since commit 619e63946fef32995363981aab288fc669e8ac04: pulseaudio: disable GTK+ by default (2013-09-02 18:04:56 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/status http://git.pokylinux.org/cgit.cgi/poky-contr

[OE-core] [PATCH] systemd: add ptest

2013-09-02 Thread rongqing.li
From: "Roy.Li" Signed-off-by: Roy.Li --- meta/recipes-core/systemd/systemd/run-ptest |2 ++ meta/recipes-core/systemd/systemd_206.bb| 16 +++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-core/systemd/systemd/run-ptest diff --git a/met

Re: [OE-core] [PATCH 0/2] busybox & sysklogd: weigh busybox's syslogd/klogd utilities over those from sysklogd in case of systemd

2013-09-02 Thread ChenQi
Sorry. I forgot to put 'V2' here. Another patchset has been sent out. //Chen Qi On 09/03/2013 10:12 AM, qi.c...@windriver.com wrote: From: Chen Qi The following changes since commit c7994f83baa678a4670472e1f037bfc16cb1e3be: bitbake: runqueue: Fix scenequeue to pass file descriptors, not a

[OE-core] [PATCH 2/2] sysklogd: lower the ALTERNATIVE_PRIORITY in case of systemd

2013-09-02 Thread Qi.Chen
From: Chen Qi The sysklogd package hasn't got systemd support yet. So in case of a systemd based system, the commands and corresponding configuration files should have a lower priority than that of the busybox's syslogd and klogd utilities. These two utilities from busybox have internal systemd s

[OE-core] [PATCH 1/2] busybox-syslog: add configuration file /etc/syslog.conf

2013-09-02 Thread Qi.Chen
From: Chen Qi By default, busybox has CONFIG_FEATURE_SYSLOGD_CFG enabled, but it doesn't ship a configuration file. This patch adds a configuration file (/etc/syslog.conf) to the busybox-syslog package. This configuration file mainly serves as a placeholder now. The advantages of this change ar

[OE-core] [PATCH 0/2] busybox & sysklogd: weigh busybox's syslogd/klogd utilities over those from sysklogd in case of systemd

2013-09-02 Thread Qi.Chen
From: Chen Qi The following changes since commit c7994f83baa678a4670472e1f037bfc16cb1e3be: bitbake: runqueue: Fix scenequeue to pass file descriptors, not a float (2013-09-02 09:16:24 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/systemd-syslog

Re: [OE-core] [PATCH 2/2] sysklogd: lower the ALTERNATIVE_PRIORITY in case of systemd

2013-09-02 Thread ChenQi
On 09/02/2013 07:58 PM, Peter A. Bigot wrote: On 09/02/2013 06:40 AM, qi.c...@windriver.com wrote: From: Chen Qi The sysklogd package hasn't got systemd support yet. So in case of a systemd based system, the commands and corresponding configuration files should have a lower priority than that

Re: [OE-core] Heads up: _remove in recipe namespace - check your layers

2013-09-02 Thread Denys Dmytriyenko
On Mon, Sep 02, 2013 at 10:54:20AM +0100, Paul Eggleton wrote: > Hi all, > > With the recent addition of a _remove operator into BitBake in master [1] any > use of _remove_ within a name or _remove at the end of a name within recipe > namespace (i.e. function and variable names) needs to be chan

Re: [OE-core] [PATCH] eglinfo: add recipes for x11 and fb backends

2013-09-02 Thread Carlos Rafael Giani
On 2013-09-02 18:13, Ross Burton wrote: Oh, nice to see my utility here again I have to admit, this was one of the first recipes I ever wrote. Somebody mentioned concerns about it being machine-specific. I think this is the case if EGLINFO_DEVICE is set to anything other than "generic". I face

Re: [OE-core] [WIP][PATCH 05/20] xdypinfo: Add dependency on libxcomposite

2013-09-02 Thread Burton, Ross
Typo (transposition in recipe name) in short log. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [WIP][PATCH 08/20] telepathy-mission-control: Add PACKAGECONFIG for upower and connectivity

2013-09-02 Thread Burton, Ross
On 29 August 2013 17:02, Martin Jansa wrote: > +PACKAGECONFIG[connman] = "--with-connectivity=connman,,connman" > +PACKAGECONFIG[nm] = "--with-connectivity=nm,,networkmanager" Were those meant to be runtime dependencies? At least for connman a build dependency doesn't make any sense (no headers)

Re: [OE-core] [WIP][PATCH 12/20] x11vnc: Add PACKAGECONFIG for xfixes, xinerama, xrandr and xdamage

2013-09-02 Thread Burton, Ross
On 29 August 2013 17:02, Martin Jansa wrote: > +PACKAGECONFIG ??= "" > +PACKAGECONFIG[xfixes] = "--with-xfixes,--without-xfixes,libxfixes" > +PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama" > +PACKAGECONFIG[xrandr] = "--with-xrandr,--without-xrandr,libxrandr" > +PACKAGEC

[OE-core] [PATCH] eglinfo: add recipes for x11 and fb backends

2013-09-02 Thread Ross Burton
eglinfo is a small utility for printing out information about EGL as well as about its client APIs, OpenGL / OpenGLES 1.x / OpenGLES 2.x / OpenVG. Recipe originally by Carlos Rafael Giani . Signed-off-by: Ross Burton --- meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.bb | 11 meta/rec

[OE-core] [PATCH][V2] waf.bbclass: add waf build system class

2013-09-02 Thread Ross Burton
Add a new build system class for waf. Signed-off-by: Ross Burton --- meta/classes/waf.bbclass | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta/classes/waf.bbclass diff --git a/meta/classes/waf.bbclass b/meta/classes/waf.bbclass new file mode 100644 index 000..

[OE-core] [PATCH] waf.bbclass: add waf build system class

2013-09-02 Thread Ross Burton
Add a new build system class for waf. Signed-off-by: Ross Burton --- meta/classes/waf.bbclass | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta/classes/waf.bbclass diff --git a/meta/classes/waf.bbclass b/meta/classes/waf.bbclass new file mode 100644 index 000

[OE-core] [PATCH] wipe-sysroot: fix removals

2013-09-02 Thread Ross Burton
The previous changes were totally broken as quoting globs doesn't work. Remove the quotes so the rm commands actually delete the stamps. Signed-off-by: Ross Burton --- scripts/wipe-sysroot |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/wipe-sysroot b/scri

Re: [OE-core] [WIP][PATCH 06/20] libmatchbox: Add PACKAGECONFIG for png

2013-09-02 Thread Burton, Ross
On 29 August 2013 17:02, Martin Jansa wrote: > +PACKAGECONFIG ??= "png" For completeness consider adding "jpeg", although I doubt anyone actually uses the JPEG support... Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [WIP][PATCH 06/20] libmatchbox: Add PACKAGECONFIG for png

2013-09-02 Thread Burton, Ross
On 29 August 2013 17:02, Martin Jansa wrote: > * with png disabled it also fails, because of missing csetjmp include > | mbpixbuf.c:128:3: error: unknown type name 'jmp_buf' > |jmp_buf setjmp_buffer; /* for return to caller */ FWIW, I've just fixed this in libmatchbox. Ross _

[OE-core] [PATCH 1/1] scripts/runqemu: Fix MACHINE regex

2013-09-02 Thread Mihai Prica
When runqemu tries to determine the MACHINE variable from a kernel or vmdk filename that doesn't contain any known machine name, the variable gets set to the filename. It should remain unset and cause an error. [YOCTO #2890] Signed-off-by: Mihai Prica --- scripts/runqemu |4 ++-- 1 file cha

[OE-core] [PATCH 0/1] Fix MACHINE regex in runqemu

2013-09-02 Thread Mihai Prica
The MACHINE variable wasn't correcty detected from a kernel filename. The following changes since commit c7994f83baa678a4670472e1f037bfc16cb1e3be: bitbake: runqueue: Fix scenequeue to pass file descriptors, not a float (2013-09-02 09:16:24 +0100) are available in the git repository at: git

[OE-core] [PATCH] pulseaudio: disable GTK+ by default

2013-09-02 Thread Ross Burton
PulseAudio's GTK+ support is limited to a test case and automatic icon name population for applications. This is too limited to enforce GTK+ 3 on all builds, so disable it by default. Signed-off-by: Ross Burton --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc |2 +- 1 file changed, 1 i

Re: [OE-core] [PATCH 2/2] sysklogd: lower the ALTERNATIVE_PRIORITY in case of systemd

2013-09-02 Thread Peter A. Bigot
On 09/02/2013 06:40 AM, qi.c...@windriver.com wrote: From: Chen Qi The sysklogd package hasn't got systemd support yet. So in case of a systemd based system, the commands and corresponding configuration files should have a lower priority than that of the busybox's syslogd and klogd utilities. T

[OE-core] [PATCH 0/2] busybox & sysklogd: weigh busybox's syslogd/klogd utilities over those from sysklogd in case of systemd

2013-09-02 Thread Qi.Chen
From: Chen Qi The following changes since commit c7994f83baa678a4670472e1f037bfc16cb1e3be: bitbake: runqueue: Fix scenequeue to pass file descriptors, not a float (2013-09-02 09:16:24 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/systemd-syslog

[OE-core] [PATCH 2/2] sysklogd: lower the ALTERNATIVE_PRIORITY in case of systemd

2013-09-02 Thread Qi.Chen
From: Chen Qi The sysklogd package hasn't got systemd support yet. So in case of a systemd based system, the commands and corresponding configuration files should have a lower priority than that of the busybox's syslogd and klogd utilities. These two utilities from busybox have internal systemd s

[OE-core] [PATCH 1/2] busybox-syslog: add configuration file /etc/syslog.conf

2013-09-02 Thread Qi.Chen
From: Chen Qi By default, busybox has CONFIG_FEATURE_SYSLOGD_CFG enabled, but it doesn't ship a configuration file. This patch adds a configuration file (/etc/syslog.conf) to the busybox-syslog package. This configuration file mainly serves as a placeholder now. The advantages of this change ar

[OE-core] [PATCH] sqlite3: update to version 3.8.0.1

2013-09-02 Thread maxin.john
From: "Maxin B. John" Upgrade to latest version 3.8.0.1 Signed-off-by: Maxin B. John --- meta/recipes-support/sqlite/sqlite3_3071700.bb | 10 -- meta/recipes-support/sqlite/sqlite3_3080001.bb | 10 ++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 me

Re: [OE-core] [RFC][PATCH 3/4] package.bbclass: add SHLIBSSEARCHDIRS to define where to search for shlib providers

2013-09-02 Thread Martin Jansa
On Mon, Sep 02, 2013 at 12:22:18PM +0100, Richard Purdie wrote: > On Sun, 2013-07-07 at 01:13 +0200, Martin Jansa wrote: > > * when package contains some files matching "^.*\.so", but in directory > > not default linker search paths (e.g. /opt/package/bundled-lib/libfoo.so) > > don't register i

Re: [OE-core] [RFC][PATCH 3/4] package.bbclass: add SHLIBSSEARCHDIRS to define where to search for shlib providers

2013-09-02 Thread Richard Purdie
On Sun, 2013-07-07 at 01:13 +0200, Martin Jansa wrote: > * when package contains some files matching "^.*\.so", but in directory > not default linker search paths (e.g. /opt/package/bundled-lib/libfoo.so) > don't register it as libfoo provider, because it's possible that there > is different

Re: [OE-core] [RFC][PATCH 1/4] package.bbclass: move reading shlibs providers to separate function

2013-09-02 Thread Richard Purdie
On Wed, 2013-08-28 at 10:33 +0200, Martin Jansa wrote: > On Sun, Jul 07, 2013 at 01:13:04AM +0200, Martin Jansa wrote: > > * prepare for reading shlibs providers only from dependency tree of > > current recipe > > > > [YOCTO #4628] > > Any comment on this patchset? > > I'm using first 3 commit

Re: [OE-core] World build on OE-Core

2013-09-02 Thread Burton, Ross
On 23 August 2013 20:51, Saul Wold wrote: >> Ran fresh from scratch builds and it seems its better, I have posted the >> results at >> http://sakrah.homelinux.org/files/world/ >> >> It seems x86/x86_64 is same failure that Martin mentioned >> > Is there a bug filed? If not can you please file a b

[OE-core] [PATCH] runqemu: set memory size to 256M for most qemu machines

2013-09-02 Thread Paul Eggleton
Set memory size to 256M for qemuarm, qemux86, qemux86-64, qemumips, qemumips64, and qemuppc. This allows the smart automated tests to run on machines with a GUI environment (such as Sato) running at the same time, for which 128M is too limiting. Setting this in runqemu allows users manually using

[OE-core] [PATCH] elfutils: Drop do_autoreconf patches

2013-09-02 Thread Richard Purdie
The do-autoreconf patches only change generated files. We run autoreconf ourselves so we don't need these patches. Worse, they cause failures since the do_patch task can't rerun after configure since the files change and the patch is no longer clean. Drop the patches since we don't need them. S

Re: [OE-core] Failure

2013-09-02 Thread Richard Purdie
On Mon, 2013-09-02 at 10:57 +0100, Richard Purdie wrote: > On Mon, 2013-09-02 at 10:44 +0800, ChenQi wrote: > > On 09/02/2013 10:08 AM, Otavio Salvador wrote: > > > Hello, > > > > > > I got this build failure today; I am about to leave so I removed the > > > tmpdir and will let it running during ni

Re: [OE-core] Failure

2013-09-02 Thread Richard Purdie
On Mon, 2013-09-02 at 10:44 +0800, ChenQi wrote: > On 09/02/2013 10:08 AM, Otavio Salvador wrote: > > Hello, > > > > I got this build failure today; I am about to leave so I removed the > > tmpdir and will let it running during night. I post more info if/when > > I reproduce it again: > > > > Patch

[OE-core] Heads up: _remove in recipe namespace - check your layers

2013-09-02 Thread Paul Eggleton
Hi all, With the recent addition of a _remove operator into BitBake in master [1] any use of _remove_ within a name or _remove at the end of a name within recipe namespace (i.e. function and variable names) needs to be changed to avoid unexpected behaviour. This change is now in master and will