Re: [oe] [meta-oe][PATCH 1/1] mariadb: fix do_configure failed while multilib is used

2013-10-11 Thread Hongxu Jia
Ping Hongxu, Thanks On 10/10/2013 03:47 PM, Hongxu Jia wrote: Here is the error log from mariadb's configure test ... checking for zlib compression library... configure: error: headers or binaries were not found in /home/jiahongxu/yocto/build-20131009-mysql/ bitbake_build/tmp/sysroots/qemux86

Re: [oe] [meta-oe][PATCH 1/1] mariadb: Add mysql5 to RPROVIDES for backwards compatibility

2013-10-11 Thread Hongxu Jia
Ping Thanks, Hongxu On 10/10/2013 05:21 PM, Hongxu Jia wrote: It failed to build image while IMAGE_INSTALL += "mysql5" For backwards compatibility: - Add mysql5 to RPROVIDES_${PN} - Add mysql5-dbg to RPROVIDES_${PN}-dbg - Add mysql5-leftovers to RPROVIDES_${PN}-leftovers - Use "+=" instead of "

[oe] [meta-handheld][PATCH] linux-yocto-handhelds.inc: add missing bootlogo for hx4700

2013-10-11 Thread Andrea Adami
Signed-off-by: Andrea Adami --- recipes-kernel/linux/linux-yocto-handhelds.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-yocto-handhelds.inc b/recipes-kernel/linux/linux-yocto-handhelds.inc index e23437f..f1569fa 100644 --- a/recipes-kernel/linux/linux-yocto-

[oe] [meta-handheld][PATCH 1/3] hx4700.conf: update config and prefer linux-yocto

2013-10-11 Thread Andrea Adami
Signed-off-by: Andrea Adami --- conf/machine/hx4700.conf | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf index 3300089..b0c60c3 100644 --- a/conf/machine/hx4700.conf +++ b/conf/machine/hx4700.conf @@ -20,16 +20,14 @@ MA

[oe] [meta-handheld][PATCH 2/3] linux-yocto: initial commit of hx4700 defconfig

2013-10-11 Thread Andrea Adami
Signed-off-by: Andrea Adami --- .../linux/linux-yocto-3.10/hx4700/defconfig| 182 + .../hx4700-change-led-trigger-assignments.patch| 33 recipes-kernel/linux/linux-yocto-handhelds.inc | 6 + recipes-kernel/linux/linux-yocto_3.10.bbappend | 3 +- 4

Re: [oe] [meta-oe][PATCHv2 3/3] rsyslog: update to 7.4.4

2013-10-11 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 11-10-13 16:00, Jack Mitchell schreef: > From: Jack Mitchell > > Signed-off-by: Jack Mitchell --- > .../recipes-extended/rsyslog/rsyslog/rsyslog.conf | 60 > -- meta-oe/recipes-extended/rsyslog/rsyslog_5.8.0.bb > | 5 -- .../

[oe] [meta-oe][PATCHv2 2/3] libestr: add 0.1.6

2013-10-11 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/libestr/libestr_0.1.6.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-oe/recipes-support/libestr/libestr_0.1.6.bb diff --git a/meta-oe/recipes-support/libestr/libestr_0.1.6.bb b/meta-oe

[oe] [meta-oe][PATCHv2 1/3] json-c: add 0.11

2013-10-11 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/json-c/json-c_0.11.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-oe/recipes-support/json-c/json-c_0.11.bb diff --git a/meta-oe/recipes-support/json-c/json-c_0.11.bb b/meta-oe/recipes-

[oe] [meta-oe][PATCHv2 0/3] rsyslog: update to 7.4.4

2013-10-11 Thread Jack Mitchell
From: Jack Mitchell update rsyslog to the latest version and add required dependancies. v2: add signed-off-by Jack Mitchell (3): json-c: add 0.11 libestr: add 0.1.6 rsyslog: update to 7.4.4 .../recipes-extended/rsyslog/rsyslog/rsyslog.conf | 60 -- meta-oe/recipes-e

[oe] [meta-oe][PATCHv2 3/3] rsyslog: update to 7.4.4

2013-10-11 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- .../recipes-extended/rsyslog/rsyslog/rsyslog.conf | 60 -- meta-oe/recipes-extended/rsyslog/rsyslog_5.8.0.bb | 5 -- .../rsyslog/{rsyslog.inc => rsyslog_7.4.4.bb} | 24 ++--- 3 files changed, 16 insertions(+),

[oe] [meta-gnome][PATCH 2/2] gdm 2.32.2: don't install broken gdm-autologin PAM file

2013-10-11 Thread Koen Kooi
It references pam-plugin-console which isn't available. Deleting the PAM file makes autologin work. Signed-off-by: Koen Kooi --- meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb b/meta-gn

[oe] [meta-gnome][PATCH 1/2] gdm: delete broken .desktop files

2013-10-11 Thread Koen Kooi
GDM tries to run these during the login window and one of these crashes, leading to an autologin failure. Remove the non-essential ones to get rid of this problem. The proper fix is to stop metacity crashing. Signed-off-by: Koen Kooi --- meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb | 6 ++

Re: [oe] [meta-oe][PATCH] wvstreams: generate wvstreams-valgrind package

2013-10-11 Thread Martin Jansa
On Mon, Oct 07, 2013 at 05:07:17PM -0300, Mario Domenech Goulart wrote: > Explicitly set --with-valgrind in EXTRA_OECONF (since it doesn't add > up dependencies) and generate the wvstreams-valgrind package. > > Fixes Do we really need explicit valgrind dependency for all machines? ERROR: Nothing

Re: [oe] [meta-openembedded/meta-webserver][PATCH] nginx: new recipe, updated from aging original in rpi layer (has not been scrubbed for any potential policy issues).

2013-10-11 Thread Paul Eggleton
Hi Steve, On Thursday 10 October 2013 20:02:49 Stephen Arnold wrote: > Anyway, I was (somewhat blindly) following the submission/patch > instructions here: > > http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded > > I can certainly provide more info (as well as clean up the re

Re: [oe] [PATCH 1/1] [meta-oe][PATCH] python-numpy: add config files for armeb architecture

2013-10-11 Thread Koen Kooi
Op 11 okt. 2013, om 10:09 heeft Fathi Boudra het volgende geschreven: > Fix python-numpy build failure on armeb architecture. > > Signed-off-by: Anders Roxell Acked-by: Koen Kooi > --- > .../python/python-numpy/armeb/config.h | 21 + > .../python/python-nump

[oe] [PATCH 3/3] rsyslog: update to 7.4.4

2013-10-11 Thread Jack Mitchell
From: Jack Mitchell --- .../recipes-extended/rsyslog/rsyslog/rsyslog.conf | 60 -- meta-oe/recipes-extended/rsyslog/rsyslog_5.8.0.bb | 5 -- .../rsyslog/{rsyslog.inc => rsyslog_7.4.4.bb} | 24 ++--- 3 files changed, 16 insertions(+), 73 deletions(-) delete mode 1

[oe] [PATCH 0/3] rsyslog: update and add new dependancies

2013-10-11 Thread Jack Mitchell
From: Jack Mitchell update rsyslog to the latest version and add required dependancies. Jack Mitchell (3): json-c: add 0.11 libestr: add 0.1.6 rsyslog: update to 7.4.4 .../recipes-extended/rsyslog/rsyslog/rsyslog.conf | 60 -- meta-oe/recipes-extended/rsyslog/rsyslog

[oe] [PATCH 1/3] json-c: add 0.11

2013-10-11 Thread Jack Mitchell
From: Jack Mitchell --- meta-oe/recipes-support/json-c/json-c_0.11.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-oe/recipes-support/json-c/json-c_0.11.bb diff --git a/meta-oe/recipes-support/json-c/json-c_0.11.bb b/meta-oe/recipes-support/json-c/json-c_0.11.bb

[oe] [PATCH 2/3] libestr: add 0.1.6

2013-10-11 Thread Jack Mitchell
From: Jack Mitchell --- meta-oe/recipes-support/libestr/libestr_0.1.6.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-oe/recipes-support/libestr/libestr_0.1.6.bb diff --git a/meta-oe/recipes-support/libestr/libestr_0.1.6.bb b/meta-oe/recipes-support/libestr/libes

[oe] [PATCH 1/1] [meta-oe][PATCH] python-numpy: add config files for armeb architecture

2013-10-11 Thread Fathi Boudra
Fix python-numpy build failure on armeb architecture. Signed-off-by: Anders Roxell --- .../python/python-numpy/armeb/config.h | 21 + .../python/python-numpy/armeb/numpyconfig.h | 17 + .../recipes-devtools/python/python-numpy_1.7.0.bb |