[OE-core] uclibc recipes in oe-core versioning using upstream

2014-11-14 Thread Brendan Le Foll
I'm trying to understand the logic behind the uclibc recipes, it seems it is using fairly random points in history of git master and not the 0.9.33 point releases that have been made. What is the logic behind that and why not use the upstream release builds as a starting point? Thanks, Brendan

Re: [OE-core] uclibc recipes in oe-core versioning using upstream

2014-11-14 Thread Khem Raj
On Fri, Nov 14, 2014 at 8:21 AM, Brendan Le Foll brendan.le.f...@intel.com wrote: I'm trying to understand the logic behind the uclibc recipes, it seems it is using fairly random points in history of git master and not the 0.9.33 point releases that have been made. What is the logic behind

Re: [OE-core] uclibc sdk issue

2012-10-29 Thread Giuseppe Condorelli
Hi Khem, what I want to build is the meta-toolchain (uclibc) and looking at the build I can see system tries to build also eglibc packages. Maybe I'm wrong in something. Welcome advice. BR, Giuseppe 2012/10/26 Khem Raj raj.k...@gmail.com Why do you want uClibc for narivesdk ? Do you have a

Re: [OE-core] uclibc sdk issue

2012-10-29 Thread Richard Purdie
On Mon, 2012-10-29 at 09:48 +0100, Giuseppe Condorelli wrote: Hi Khem, what I want to build is the meta-toolchain (uclibc) and looking at the build I can see system tries to build also eglibc packages. Maybe I'm wrong in something. Welcome advice. So that the toolchain can be used on many

[OE-core] uclibc sdk issue

2012-10-26 Thread Giuseppe Condorelli
Hi All, I need to build sdk using uclibc. I'm failing on nativesdk-libc-for-gcc dependence because system always finds nativesdk-eglibc as the correct one. I've set TCLIBC to uclibc and in fact (builind with -DDD) I can say the default nativesdk is the uclibc, although the eglibc part will be

Re: [OE-core] uclibc sdk issue

2012-10-26 Thread Khem Raj
Why do you want uClibc for narivesdk ? Do you have a build system also running uclibc On Friday, October 26, 2012, Giuseppe Condorelli giuseppe.condore...@gmail.com wrote: Hi All, I need to build sdk using uclibc. I'm failing on nativesdk-libc-for-gcc dependence because system always finds

[OE-core] uclibc SDK not including libpthread_nonshared.a

2012-04-22 Thread Mark Norman
Hi, I have experienced some issues building external code using an oe-core built SDK.  I can get code to compile fine but when linking it complains about missing libpthread_nonshared.a or uclibc_nonshared.a. Neither library is included in the SDK directory.  I noticed that uclibc.inc attempts to

Re: [OE-core] uclibc SDK not including libpthread_nonshared.a

2012-04-22 Thread Khem Raj
On Sun, Apr 22, 2012 at 4:47 AM, Mark Norman mpnor...@gmail.com wrote: --- a/meta/recipes-core/uclibc/uclibc.inc +++ b/meta/recipes-core/uclibc/uclibc.inc @@ -48,9 +48,7 @@ RDEPENDS_${PN}-dev = linux-libc-headers-dev  INHIBIT_DEFAULT_DEPS = 1 -PACKAGES =+ ldd uclibc-utils-dbg uclibc-utils

Re: [OE-core] uClibc Errors

2011-11-18 Thread Khem Raj
On Tue, Nov 8, 2011 at 6:28 AM, Ambrose, Martin mar...@ti.com wrote: Hello. My goal is to get a baseline uClibc image for an arm architecture. I've tried various mechanisms but eventually end up with build/run-time errors. First attempt was to only use oe-core and specify the following in

Re: [OE-core] uClibc Errors

2011-11-18 Thread Martin Jansa
On Fri, Nov 18, 2011 at 12:14:54PM -0800, Khem Raj wrote: On Tue, Nov 8, 2011 at 6:28 AM, Ambrose, Martin mar...@ti.com wrote: Hello. My goal is to get a baseline uClibc image for an arm architecture. I've tried various mechanisms but eventually end up with build/run-time errors.

[OE-core] uClibc Errors

2011-11-08 Thread Ambrose, Martin
Hello. My goal is to get a baseline uClibc image for an arm architecture. I've tried various mechanisms but eventually end up with build/run-time errors. First attempt was to only use oe-core and specify the following in local.conf TCLIBC = uclibc USE_NLS = no USE_NLS_glib-2.0 = no

Re: [OE-core] uclibc?

2011-05-20 Thread Khem Raj
On (16/05/11 21:11), Phil Blundell wrote: On Mon, 2011-05-16 at 10:01 -0700, Khem Raj wrote: On Mon, May 16, 2011 at 9:35 AM, Phil Blundell p...@pbcl.net wrote: I've just been trying to build a uclibc-based system from the current head of oe-core but this doesn't seem to be something that

Re: [OE-core] uclibc?

2011-05-16 Thread Phil Blundell
On Mon, 2011-05-16 at 10:01 -0700, Khem Raj wrote: On Mon, May 16, 2011 at 9:35 AM, Phil Blundell p...@pbcl.net wrote: I've just been trying to build a uclibc-based system from the current head of oe-core but this doesn't seem to be something that works entirely smoothly at the moment.