Re: [oe] [PATCH 2/2] mysql5-native: put make install to do_install after autotools_stage_all was removed with do_stage in eaf0fc03acfb262bcd614a14086a1b28ec850f46

2011-01-06 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05-01-11 16:33, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes/mysql/mysql5-native_5.1.40.bb |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git

Re: [oe] [PATCH 1/3] linux-omap-psp: add OCF support

2011-01-06 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05-01-11 21:39, Chase Maupin wrote: * Add a patch to put OCF support into the linux-omap-psp kernel for am37x-evm devices, which is the only device that this has been validated on. * Add support to the defconfig file for am37x-evm for OCF

[oe] OE got stand for FOSDEM 2011

2011-01-06 Thread Robert Schuster
Hi everyone, hey folks look at that! We got a stand for 2011's FOSDEM and we even got our 2nd table extension! Kudos to FOSDEM organizers! Now, we should really start thinking about what to bring (devices, posters, flyers) and who can be there to man the booth. Cheers Robert

Re: [oe] [PATCH 2/2] mysql5-native: put make install to do_install after autotools_stage_all was removed with do_stage in eaf0fc03acfb262bcd614a14086a1b28ec850f46

2011-01-06 Thread Martin Jansa
On Thu, Jan 06, 2011 at 09:03:10AM +0100, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05-01-11 16:33, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes/mysql/mysql5-native_5.1.40.bb |4 1 files changed, 4 insertions(+),

[oe] FOSDEM stand organization thread

2011-01-06 Thread Robert Schuster
Hi, I intend to use this posts' thread for organizing the OpenEmbedded stand for FOSDEM 2011. The event takes place on the weekend of the 5th and 6th February. I hijacked the FOSDEM 2011 OE-Wiki page[0] and added the necessary bits to allow people signing up for the manning stand etc. If you can

Re: [oe] FOSDEM stand organization thread

2011-01-06 Thread Frans Meulenbroeks
2011/1/6 Robert Schuster thebohem...@gmx.net: Hi, I intend to use this posts' thread for organizing the OpenEmbedded stand for FOSDEM 2011. The event takes place on the weekend of the 5th and 6th February. Thanks for taking this up~ I hijacked the FOSDEM 2011 OE-Wiki page[0] and added the

[oe] [PATCH 2/4] python-wifi: remove version 0.3.1

2011-01-06 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter o...@opendreambox.org CC: Martin Jansa martin.ja...@gmail.com --- recipes/python/python-wifi_0.3.1.bb | 21 - 1 files changed, 0 insertions(+), 21 deletions(-) delete mode 100644 recipes/python/python-wifi_0.3.1.bb diff --git

[oe] [PATCH 1/4] python-wifi: add recipe for version 0.5.0

2011-01-06 Thread Andreas Oberritter
* package previously unpackaged files into -doc and -examples Signed-off-by: Andreas Oberritter o...@opendreambox.org CC: Martin Jansa martin.ja...@gmail.com --- recipes/python/python-wifi_0.5.0.bb | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) create mode

[oe] [PATCH 3/4] unpack.py: add SRC_URI parameter unpack=bool (default: true)

2011-01-06 Thread Andreas Oberritter
* This allows to download compressed files without extracting them * Use case: gcj requires ecj.jar, which must be downloaded separately and put into the gcc source directory before configure gets executed. Signed-off-by: Andreas Oberritter o...@opendreambox.org CC: Chris Larson

[oe] [PATCH 4/4] gcc: replace unconditional SRC_URI_append with SRC_URI +=

2011-01-06 Thread Andreas Oberritter
* Fixes missing leading whitespace character at some locations Signed-off-by: Andreas Oberritter o...@opendreambox.org CC: Khem Raj raj.k...@gmail.com --- recipes/gcc/gcc-3.4.4.inc |2 +- recipes/gcc/gcc-3.4.6.inc |2 +- recipes/gcc/gcc-4.0.2.inc |

Re: [oe] [PATCH 1/4] python-wifi: add recipe for version 0.5.0

2011-01-06 Thread Dr. Michael Lauer
Acked-by: Michael 'Mickey' Lauer mla...@vanille-media.de ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] [PATCH 2/4] python-wifi: remove version 0.3.1

2011-01-06 Thread Dr. Michael Lauer
Acked-by: Michael 'Mickey' Lauer mla...@vanille-media.de ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] [PATCH 2/4] python-wifi: remove version 0.3.1

2011-01-06 Thread Frans Meulenbroeks
2011/1/6 Andreas Oberritter o...@opendreambox.org: Signed-off-by: Andreas Oberritter o...@opendreambox.org CC: Martin Jansa martin.ja...@gmail.com --- Acked-by: Frans Meulenbroeks fransmeulenbro...@gmail.com  recipes/python/python-wifi_0.3.1.bb |   21 -  1 files changed,

Re: [oe] [PATCH 1/4] python-wifi: add recipe for version 0.5.0

2011-01-06 Thread Frans Meulenbroeks
2011/1/6 Andreas Oberritter o...@opendreambox.org: * package previously unpackaged files into -doc and -examples Signed-off-by: Andreas Oberritter o...@opendreambox.org CC: Martin Jansa martin.ja...@gmail.com Acked-by: Frans Meulenbroeks fransmeulenbro...@gmail.com ---  

Re: [oe] [PATCH 1/4] python-wifi: add recipe for version 0.5.0

2011-01-06 Thread Martin Jansa
On Thu, Jan 6, 2011 at 1:48 PM, Andreas Oberritter o...@opendreambox.org wrote: * package previously unpackaged files into -doc and -examples Signed-off-by: Andreas Oberritter o...@opendreambox.org CC: Martin Jansa martin.ja...@gmail.com Ackey-by: Martin Jansa martin.ja...@gmail.com ---  

Re: [oe] H1940 Boot Issues - Executable Build Problems?

2011-01-06 Thread Russell Morris
Hi, Unfortunately I can't really do much on the target - as I can't get to the point where I can log in (no ssh connection, no local keyboard, etc.) ... :-(. I may be able to try to debug it when run through qemu-arm ... have you ever tried that? I'll do some poking around to see if

Re: [oe] [PATCH 2/4] python-wifi: remove version 0.3.1

2011-01-06 Thread Martin Jansa
On Thu, Jan 6, 2011 at 1:48 PM, Andreas Oberritter o...@opendreambox.org wrote: Signed-off-by: Andreas Oberritter o...@opendreambox.org CC: Martin Jansa martin.ja...@gmail.com Ackey-by: Martin Jansa martin.ja...@gmail.com ---  recipes/python/python-wifi_0.3.1.bb |   21 -

Re: [oe] H1940 Boot Issues - Executable Build Problems?

2011-01-06 Thread Russell Morris
Hi, I have tried this two ways ... - using a kernel built with OE (angstrom-2008.1 distro) - running under qemu-arm (-cpu arm920t) Both result in the same error message - illegal instruction. If I run helloworld under qemu-arm with the default cpu selection (armv5te), then it works

Re: [oe] H1940 Boot Issues - Executable Build Problems?

2011-01-06 Thread Vasily Khoruzhick
On Thursday 06 January 2011 16:30:50 Russell Morris wrote: Hi, Unfortunately I can't really do much on the target - as I can't get to the point where I can log in (no ssh connection, no local keyboard, etc.) ... :-(. I may be able to try to debug it when run through qemu-arm ... have

Re: [oe] H1940 Boot Issues - Executable Build Problems?

2011-01-06 Thread Vasily Khoruzhick
On Thursday 06 January 2011 18:14:08 Russell Morris wrote: Hi Vasily, Absolutely! I'm very glad to hear that you have it working on an h1940. I think I'm likely the problem ... :-(. The file is attached. Do you have any suggestions? If you don't mind, could you share your local.conf file

Re: [oe] H1940 Boot Issues - Executable Build Problems?

2011-01-06 Thread Russell Morris
Hi, Well, let me try this. The only real difference that I see is the distro - agreed? I'll give that a shot though! The kernel I used is from OE (targeting the h1940). Thanks, ... Russell PS: Sorry, not sure what the mailer is doing ... :-(. On Thu, Jan 6, 2011 10:32 AM,

Re: [oe] H1940 Boot Issues - Executable Build Problems?

2011-01-06 Thread Vasily Khoruzhick
On Thursday 06 January 2011 18:50:28 Russell Morris wrote: The kernel I used is from OE (targeting the h1940). AFAIK it's pretty old. I'm using self-built kernel, linux-next tree with some extra patches. I can share it, so you can test if kernel is guilty :) Regards Vasily

Re: [oe] Wiki spam

2011-01-06 Thread Sledz, Steffen
Am 04.01.2011 21:41, schrieb Bernhard Guillon: What about a SpamBlacklist [1] with a regex to everything and a SpamWhitelist for OpenEmbedded related links? This will not need any captchas and do not help google. For adding a new item to the whitelist a request to the mailing list is

[oe] Mono recipe fails at do_install

2011-01-06 Thread R U Local
Dear List, I'm working on the Overo branch and just done a git pull to rebuild my platform. My previous head was 58feb7f form 2010-11-10. I'm getting an error in the Mono package build for task do_install. The mono-native and mono-mcs-intermediate parts build fine. There have been no changes

[oe] [PATCH] kirkwood: move preferred kernel provider to linux

2011-01-06 Thread Frans Meulenbroeks
preferred kernel provider used to be linux-kirkwood, but that has not been updated for almost a year and seems dead Signed-off-by: Frans Meulenbroeks fransmeulenbro...@gmail.com --- I am not too sure if there are much other kirkwood users. If you are one, please verify if the linux recipe works

Re: [oe] [PATCH] kirkwood: move preferred kernel provider to linux

2011-01-06 Thread Marcin Juszkiewicz
Dnia czwartek, 6 stycznia 2011 o 21:51:54 Frans Meulenbroeks napisał(a): I am not too sure if there are much other kirkwood users. If you are one, please verify if the linux recipe works for you too. If I get no objections I will push this in two weeks time (around jan 20) Please also mention

Re: [oe] [PATCH] kirkwood: move preferred kernel provider to linux

2011-01-06 Thread Frans Meulenbroeks
2.6.37 I have committed the DP for that earlier today Btw dockstar is already on the linux recipe Frans Op 2011 1 6 22:11 schreef Marcin Juszkiewicz mar...@juszkiewicz.com.pl: Dnia czwartek, 6 stycznia 2011 o 21:51:54 Frans Meulenbroeks napisał(a): I am not too sure if there are much other

[oe] [PATCH 1/2] ocf-linux: add recipe to stage ocf linux headers

2011-01-06 Thread Chase Maupin
From: Chase Maupin chase.mau...@ti.com * This recipe is used to stage ocf linux headers in the proper usr/include/crypto directory structure expected by packages such as openssl. Signed-off-by: Chase Maupin chase.mau...@ti.com --- recipes/openssl/ocf-linux.inc | 23

[oe] [PATCH 2/2] openssl: add support for OCF linux drivers

2011-01-06 Thread Chase Maupin
From: Chase Maupin chase.mau...@ti.com * This patch adds support for openssl to use OCF linux drivers if they are available. * If the drivers are not available then openssl will default back to its own software implementation. * Only enabled for the target side version since it

Re: [oe] [PATCH 4/4] gcc: replace unconditional SRC_URI_append with SRC_URI +=

2011-01-06 Thread Khem Raj
On Thu, Jan 6, 2011 at 4:48 AM, Andreas Oberritter o...@opendreambox.org wrote: * Fixes missing leading whitespace character at some locations Signed-off-by: Andreas Oberritter o...@opendreambox.org CC: Khem Raj raj.k...@gmail.com for sanity can you make sure that these patches are being

[oe] testing branch 2011-01-06

2011-01-06 Thread Cliff Brake
master has been merged to testing-next and is ready for clean builds. There are only 7 combinations listed as passing. If anyone has data that is not entered, I'll check back tomorrow morning before I create the tag. For more information on OpenEmbedded testing, see:

Re: [oe] H1940 Boot Issues - Executable Build Problems?

2011-01-06 Thread Khem Raj
On Thu, Jan 6, 2011 at 10:40 AM, Vasily Khoruzhick anars...@gmail.com wrote: On Thursday 06 January 2011 18:50:28 Russell Morris wrote: The kernel I used is from OE (targeting the h1940). AFAIK it's pretty old. I'm using self-built kernel, linux-next tree with some extra patches. I can share

Re: [oe] testing branch 2011-01-06

2011-01-06 Thread Tom Rini
On 01/06/2011 04:22 PM, Cliff Brake wrote: master has been merged to testing-next and is ready for clean builds. There are only 7 combinations listed as passing. If anyone has data that is not entered, I'll check back tomorrow morning before I create the tag. For more information on