Re: [OE-core] [PATCH 0/8] License Fixes.

2012-03-25 Thread Richard Purdie
On Fri, 2012-03-23 at 16:51 -0700, Beth Flanagan wrote: This patchset covers three main topics. The first, and most important is how INCOMPATIBLE_LICENSE deals with LICENSE naming variations and pkg level licensing. We now have the ability to set the recipe level license to one that is

Re: [OE-core] [PATCH 0/3] linux-libc-headers: 3.2 and linux-libc-headers-yocto movement

2012-03-25 Thread Richard Purdie
On Fri, 2012-03-23 at 13:07 -0400, Bruce Ashfield wrote: Richard/Saul, As discussed on the mailing list here is a libc-headers series. I've kept it in three parts so you can pick what you want (except for the minor detail of needing to split patch 1/1 to keep 3.1 around if you don't want

[OE-core] [PATCH] core-image-minimal-mtdutils.bb: Simple DESCRIPTION grammar fix.

2012-03-25 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- diff --git a/meta/recipes-core/images/core-image-minimal-mtdutils.bb b/meta/recipes-core/images/core-image-minimal-mtdutils.bb index 7b7f700..df2fab1 100644 --- a/meta/recipes-core/images/core-image-minimal-mtdutils.bb +++

[OE-core] [PATCH] Various typoes fixed, all comments or output strings.

2012-03-25 Thread Robert P. J. Day
Typoes fixed: enviroment, editted, spliting, scheulder. Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index 4557073..ae74050 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass @@ -9,7 +9,7 @@

Re: [OE-core] [PATCH] core-image-minimal-mtdutils.bb: Simple DESCRIPTION grammar fix.

2012-03-25 Thread Richard Purdie
On Sun, 2012-03-25 at 07:22 -0400, Robert P. J. Day wrote: Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca Merged to master, thanks. Richard ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] Various typoes fixed, all comments or output strings.

2012-03-25 Thread Richard Purdie
On Sun, 2012-03-25 at 07:46 -0400, Robert P. J. Day wrote: Typoes fixed: enviroment, editted, spliting, scheulder. Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- Just for reference we can't patch .patch files like this. In the case of a previous submission against taglib, it

Re: [OE-core] [PATCH] Various typoes fixed, all comments or output strings.

2012-03-25 Thread Robert P. J. Day
On Sun, 25 Mar 2012, Richard Purdie wrote: On Sun, 2012-03-25 at 07:46 -0400, Robert P. J. Day wrote: Typoes fixed: enviroment, editted, spliting, scheulder. Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- Just for reference we can't patch .patch files like this. In the

[OE-core] libtool-cross patch thread : follow up on do_install...

2012-03-25 Thread Mike Williamson
Hi, I was investigating a build issue using a local recipe inheriting autotools employing libtool (a compile of unixodbc, needed by the new php recipe) and ran into an issue that appears to be solved by modifying the do_install() method of libtool-cross according to comments made in this patch

[OE-core] [PATCH] tune/armv7: Add -mthumb to TUNE_CCARGS

2012-03-25 Thread Khem Raj
armv7 is least common denominator of armv7-a armv7-m and armv7-r and armv7-m does not support ARM instructions but only thumb2 instruction set which means armv7 when chosen will complain if code is compiled in arm mode which is default in OE if not specified other wise Fixes errors like below

Re: [OE-core] libtool-cross patch thread : follow up on do_install...

2012-03-25 Thread Khem Raj
On Sun, Mar 25, 2012 at 8:51 AM, Mike Williamson michael.william...@criticallink.com wrote: Hi, I was investigating a build issue using a local recipe inheriting autotools employing libtool (a compile of unixodbc, needed by the new php recipe) and ran into an issue that appears to be solved

Re: [OE-core] sstate reuse for -native, -cross across different host glibc version, how to make it work?

2012-03-25 Thread Chris Larson
On Sat, Mar 24, 2012 at 11:23 AM, McClintock Matthew-B29882 b29...@freescale.com wrote: On Fri, Mar 23, 2012 at 12:13 PM, Tom Rini tom.r...@gmail.com wrote: On Fri, Mar 23, 2012 at 04:35:12PM +, McClintock Matthew-B29882 wrote: On Fri, Mar 23, 2012 at 7:41 AM, Richard Purdie

Re: [OE-core] sstate reuse for -native, -cross across different host glibc version, how to make it work?

2012-03-25 Thread Khem Raj
On Sat, Mar 24, 2012 at 11:23 AM, McClintock Matthew-B29882 b29...@freescale.com wrote: On Fri, Mar 23, 2012 at 12:13 PM, Tom Rini tom.r...@gmail.com wrote: On Fri, Mar 23, 2012 at 04:35:12PM +, McClintock Matthew-B29882 wrote: On Fri, Mar 23, 2012 at 7:41 AM, Richard Purdie