Re: [OE-core] [PATCH 0/1] Change default for cortexa* to armv7at-neon.

2014-08-24 Thread Mike Looijmans
On 08/22/2014 06:44 PM, Philip Balister wrote: ... Can we also move to hard float abi? +1 to that. Especially since neon implies float support on the Cortex. We moved to hard float on the MIPS (mostly broadcom) many years ago. I always wondered why the ARM never made that move. -- Mike

Re: [OE-core] [PATCH 0/1] Change default for cortexa* to armv7at-neon.

2014-08-24 Thread Philip Balister
On 08/24/2014 01:56 AM, Mike Looijmans wrote: On 08/22/2014 06:44 PM, Philip Balister wrote: ... Can we also move to hard float abi? +1 to that. Especially since neon implies float support on the Cortex. We moved to hard float on the MIPS (mostly broadcom) many years ago. I always

Re: [OE-core] Patch message guidelines and internal/corporate fields

2014-08-24 Thread Paul Eggleton
On Saturday 23 August 2014 09:40:44 Richard Purdie wrote: On Fri, 2014-08-22 at 10:24 -0500, Richard Tollerton wrote: Randy MacLeod randy.macl...@windriver.com writes: Wind River patches used to include a CQID tag but we've changed our process to avoid needing such internal tags. If

Re: [OE-core] [oe-commits] Robert Yang : sanity.bbclass: check the format of MIRRORS

2014-08-24 Thread Martin Jansa
On Sat, Aug 23, 2014 at 10:02:23PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: c8c213bb25b137cf70ba8ce9a45e60065d926735 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=c8c213bb25b137cf70ba8ce9a45e60065d926735 Author:

Re: [OE-core] [PATCH] buildhistory: rename build-id to build-id.txt and add more info

2014-08-24 Thread Martin Jansa
On Mon, Aug 18, 2014 at 11:54:28AM +0100, Paul Eggleton wrote: On Saturday 16 August 2014 20:21:09 Martin Jansa wrote: On Fri, Jul 25, 2014 at 03:15:38PM +0200, Martin Jansa wrote: * use .txt extension like other reports (e.g. image-info.txt) it's also useful when looking at the

[OE-core] [PATCH] buildhistory: Restore parsing time optimalization

2014-08-24 Thread Martin Jansa
* it was added in: http://git.openembedded.org/openembedded-core/commit/meta/classes/buildhistory.bbclass?id=540a2a30be21c3eca4323efbe91e7dcfc31a4c97 * then accidentally removed in:

Re: [OE-core] [PATCH 0/1] Change default for cortexa* to armv7at-neon.

2014-08-24 Thread Koen Kooi
Op 24 aug. 2014, om 16:44 heeft Philip Balister phi...@balister.org het volgende geschreven: On 08/24/2014 01:56 AM, Mike Looijmans wrote: On 08/22/2014 06:44 PM, Philip Balister wrote: ... Can we also move to hard float abi? +1 to that. Especially since neon implies float support

[OE-core] [PATCH] libxml2: Explicitly enable zlib support

2014-08-24 Thread Otavio Salvador
The zlib support is a must if you are using RPM backend. So this explicitly enable it and adds a comment in the recipe to avoid its removal by mistake. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-core/libxml/libxml2.inc |7 --- 1 file changed, 4 insertions(+),

[OE-core] FTBFS: nativesdk-alsa-lib

2014-08-24 Thread Otavio Salvador
Hello, Today testing the SDK build based in today's tip of master I found do_configure log: checking for i686-oelsdk-linux-gcc... i686-oelsdk-linux-gcc -march=i686 --sysroot=.../build/tmp/sysroots/cortexa9hf-vfp-neon-mx6-oelsdk-linux checking whether the C compiler works... no configure:

[OE-core] [PATCH 0/3] Add new tune files for IBM POWER5,6,7

2014-08-24 Thread Armin Kuster
I believe these are new tune files. They add support for IBM's POWER[5,6,7] cpus. Minimally tested on qemuppc64. This is the first set of patches to add qemuppc64 support. Let me know if there are any issues with the format of these tune files. Armin Kuster (3): IBM Power5: Add new tune

[OE-core] [PATCH 1/3] IBM Power5: Add new tune file for PPC power5 cpu

2014-08-24 Thread Armin Kuster
Signed-off-by: Armin Kuster akuster...@gmail.com --- meta/conf/machine/include/tune-ppcpower5.inc | 21 + 1 file changed, 21 insertions(+) create mode 100644 meta/conf/machine/include/tune-ppcpower5.inc diff --git a/meta/conf/machine/include/tune-ppcpower5.inc

[OE-core] [PATCH 2/3] IBM power6: Add new tune file for PPC power6

2014-08-24 Thread Armin Kuster
Signed-off-by: Armin Kuster akuster...@gmail.com --- meta/conf/machine/include/tune-ppcpower6.inc | 21 + 1 file changed, 21 insertions(+) create mode 100644 meta/conf/machine/include/tune-ppcpower6.inc diff --git a/meta/conf/machine/include/tune-ppcpower6.inc

[OE-core] [PATCH 3/3] IBM power7: Add new tune file for PPC power7

2014-08-24 Thread Armin Kuster
Signed-off-by: Armin Kuster akuster...@gmail.com --- meta/conf/machine/include/tune-ppcpower7.inc | 21 + 1 file changed, 21 insertions(+) create mode 100644 meta/conf/machine/include/tune-ppcpower7.inc diff --git a/meta/conf/machine/include/tune-ppcpower7.inc

Re: [OE-core] FTBFS: nativesdk-alsa-lib

2014-08-24 Thread Khem Raj
On Sun, Aug 24, 2014 at 2:02 PM, Otavio Salvador ota...@ossystems.com.br wrote: Hello, Today testing the SDK build based in today's tip of master I found do_configure log: checking for i686-oelsdk-linux-gcc... i686-oelsdk-linux-gcc -march=i686

Re: [OE-core] [PATCH 0/1] Change default for cortexa* to armv7at-neon.

2014-08-24 Thread Khem Raj
On Fri, Aug 22, 2014 at 12:39 PM, Martin Jansa martin.ja...@gmail.com wrote: On Fri, Aug 22, 2014 at 01:33:49PM -0500, Peter Seebach wrote: On Fri, 22 Aug 2014 10:44:32 -0600 Philip Balister phi...@balister.org wrote: Can we also move to hard float abi? I'd rather not, just because the

Re: [OE-core] Patch message guidelines and internal/corporate fields

2014-08-24 Thread Khem Raj
On 14-08-24 16:33:39, Paul Eggleton wrote: On Saturday 23 August 2014 09:40:44 Richard Purdie wrote: On Fri, 2014-08-22 at 10:24 -0500, Richard Tollerton wrote: Randy MacLeod randy.macl...@windriver.com writes: Wind River patches used to include a CQID tag but we've changed our

Re: [OE-core] [oe-commits] Robert Yang : sanity.bbclass: check the format of MIRRORS

2014-08-24 Thread Robert Yang
On 08/24/2014 11:56 PM, Martin Jansa wrote: On Sat, Aug 23, 2014 at 10:02:23PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: c8c213bb25b137cf70ba8ce9a45e60065d926735 URL:

Re: [OE-core] [PATCH 1/1] tune-cortexa*.inc: use armv7at by default

2014-08-24 Thread Khem Raj
On 14-08-21 14:54:55, Peter Seebach wrote: Every cortexa* chip I've encountered so far has been capable of executing Thumb code, so it probably makes more sense to use armv7at-neon instead of armv7a-neon as the DEFAULTTUNE. Choice of code generation is controlled separately, by