[oe] [meta-oe][PATCH] krb5: Add PACKAGECONFIG and new configure param to disable keyutils detection

2013-10-01 Thread Martin Jansa
Signed-off-by: Martin Jansa --- ...d-parameter-to-disable-keyutils-detection.patch | 33 ++ meta-oe/recipes-connectivity/krb5/krb5_1.11.3.bb | 6 +++- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-connectivity/krb5/krb5/0001-aclocal-A

[oe] [meta-oe][dylan][PATCH 2/2] krb5: Add PACKAGECONFIG and new configure param to disable keyutils detection

2013-10-01 Thread Martin Jansa
Signed-off-by: Martin Jansa --- ...d-parameter-to-disable-keyutils-detection.patch | 33 ++ meta-oe/recipes-connectivity/krb5/krb5_1.11.bb | 3 ++ 2 files changed, 36 insertions(+) create mode 100644 meta-oe/recipes-connectivity/krb5/krb5/0001-aclocal-Add-parameter-to-d

[oe] [meta-oe][dylan][PATCH 1/2] krb5: Backport patch to fix parallel build

2013-10-01 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../055d1ffa81d0730e92aa3f1ed5045cd805c74957.patch | 49 ++ meta-oe/recipes-connectivity/krb5/krb5_1.11.bb | 4 +- 2 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-connectivity/krb5/krb5/055d1ffa81d0730e

[oe] [meta-handheld][PATCH] nandlogical: remove unnecessary EXTRA_OEMAKE

2013-10-01 Thread Andrea Adami
This is cruft from development: the recipe simply calls klcc Signed-off-by: Andrea Adami --- recipes-bsp/zaurus-utils/nandlogical_1.1.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-bsp/zaurus-utils/nandlogical_1.1.0.bb b/recipes-bsp/zaurus-utils/nandlogical_1.1.0.bb index 0fb

Re: [oe] unable to compile eglibc_2.18

2013-10-01 Thread Anup Kini
Hi Paul, Thanks for explaining the DISTRO_FEATURE_append. I am using it currently but only with x11. I looked up the valid values for DISTRO_FEATURES in OE below: http://git.openembedded.org/openembedded-core/tree/meta/conf/distro/include/default-distrovars.inc opengl doesnt seem to be a valid va

Re: [oe] unable to compile eglibc_2.18

2013-10-01 Thread Paul Eggleton
On Tuesday 01 October 2013 13:38:56 Anup Kini wrote: > Hence i used DISTRO_FEATURES += "opengl x11" To round this off, you cannot use += to set DISTRO_FEATURES in local.conf because the default value of DISTRO_FEATURES is set with ?= in the Poky / OE- Core distro configuration, and that is parsed

Re: [oe] unable to compile eglibc_2.18

2013-10-01 Thread Burton, Ross
On 1 October 2013 12:38, Anup Kini wrote: > Thank you Ross, > but i already tried that.. > _append doesn't insert whitespace, so I expect you did "opengl x11". You need " opengl x11", with the leading space very important. (the variable ended in sysvinit, but you turned it into sysvinitopengl,

Re: [oe] unable to compile eglibc_2.18

2013-10-01 Thread Anup Kini
Thank you Ross, but i already tried that.. I get the following error ERROR: Please ensure that your setting of VIRTUAL-RUNTIME_init_manager (sysvinit) matches the entries enabled in DISTRO_FEATURES ERROR: Unable to parse /home/akini/openembedded-core/meta/recipes-core/packagegroups/ packagegroup-c

Re: [oe] unable to compile eglibc_2.18

2013-10-01 Thread Burton, Ross
On 1 October 2013 12:20, Lukas Bulwahn wrote: > I can confirm this error that occurs when you set DISTRO_FEATURES = "opengl > x11". If that's all DISTRO_FEATURES is set to then I'm eglibc is bound to not compile, because almost everything has been disabled. You probably want DISTRO_FEATURES_appe

Re: [oe] unable to compile eglibc_2.18

2013-10-01 Thread Anup Kini
Thanks a lot Lukas, Is there a round about to this, so that i can include mesa packages ? On 1 October 2013 13:20, Lukas Bulwahn wrote: > Hi all, > > I can confirm this error that occurs when you set DISTRO_FEATURES = "opengl > x11". > > Lukas > > > -Ursprüngliche Nachricht- > > Von: ope

Re: [oe] unable to compile eglibc_2.18

2013-10-01 Thread Lukas Bulwahn
Hi all, I can confirm this error that occurs when you set DISTRO_FEATURES = "opengl x11". Lukas > -Ursprüngliche Nachricht- > Von: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] Im > Auftrag von Anup Kini > Gesendet: Diensta

[oe] unable to compile eglibc_2.18

2013-10-01 Thread Anup Kini
Hi All, I am facing a weird error while trying to build core-image-minimal with OE Build Configuration: BB_VERSION= "1.20.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-12.04" TARGET_SYS= "arm-oe-linux-gnueabi" MACHINE = "zc702-zyn

Re: [oe] [meta-java][PATCH 3/3] jamvm/java: allow spaces in arguments

2013-10-01 Thread Henning Heinold
On Tue, Oct 01, 2013 at 10:44:56AM +0300, Riku Voipio wrote: > On 30 September 2013 22:30, Henning Heinold wrote: > > On Mon, Sep 30, 2013 at 03:58:38PM +0200, Eric Bénard wrote: > >> Hi Riku, > >> > >> Le Mon, 30 Sep 2013 16:46:11 +0300, > >> Riku Voipio a écrit : > >> > >> > Current IFS manglin

Re: [oe] [meta-java][PATCH 3/3] jamvm/java: allow spaces in arguments

2013-10-01 Thread Riku Voipio
On 30 September 2013 22:30, Henning Heinold wrote: > On Mon, Sep 30, 2013 at 03:58:38PM +0200, Eric Bénard wrote: >> Hi Riku, >> >> Le Mon, 30 Sep 2013 16:46:11 +0300, >> Riku Voipio a écrit : >> >> > Current IFS mangling blows up on the face: >> > >> > | configure:2341: javac -classpath .:

[oe] [meta-oe][PATCHv2 3/3] opencv: adding PACKAGECONFIG for eigen gtk jpeg libav png tiff v4l

2013-10-01 Thread Lukas Bulwahn
Signed-off-by: Lukas Bulwahn --- meta-oe/recipes-support/opencv/opencv_2.4.3.bb | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-support/opencv/opencv_2.4.3.bb b/meta-oe/recipes-support/opencv/opencv_2.4.3.bb index 21a4f06..a0adc32 100644 ---

[oe] [meta-oe][PATCHv2 1/3] libeigen: initial contribution required by opencv

2013-10-01 Thread Lukas Bulwahn
As opencv depends on libeigen, libeigen is added to the meta-oe layer. This commit is derived from the work [1] by Kartik Mohta. [1] https://github.com/kartikmohta/meta-km/tree/master/recipes-extended/eigen Signed-off-by: Lukas Bulwahn --- .../libeigen/libeigen/eigen-disable-tests.patch|

[oe] [meta-oe][PATCHv2 2/3] opencv: adding libeigen dependency

2013-10-01 Thread Lukas Bulwahn
In the opencv's CMakeLists.txt under Optional 3rd party components, the option "WITH_EIGEN" is by default ON. Hence, this commit adds the libeigen dependency to opencv. Signed-off-by: Lukas Bulwahn --- meta-oe/recipes-support/opencv/opencv_2.4.3.bb |2 +- 1 file changed, 1 insertion(+), 1 de

Re: [oe] [meta-java][PATCH 2/3] jamvm: update to latest in openjdk-7

2013-10-01 Thread Riku Voipio
Hi, On 30 September 2013 22:26, Henning Heinold wrote: > On Mon, Sep 30, 2013 at 04:46:10PM +0300, Riku Voipio wrote: >> jamvm has wrong wrong checksums for version referred. Update >> the version to match that is in jamvm_git.bb and make checksums >> match. >> --- >> recipes-core/openjdk/openjd