All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5
@ 2011-01-17 17:50 Khem Raj
  2011-01-17 17:50 ` [PATCH 2/2] sane-toolchain.inc: Prefer binutils 2.21 Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Khem Raj @ 2011-01-17 17:50 UTC (permalink / raw)
  To: openembedded-devel

* Tested various builds seems to hold fine

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 conf/distro/minimal.conf |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index 5a19cbc..f495d13 100644
--- a/conf/distro/minimal.conf
+++ b/conf/distro/minimal.conf
@@ -108,7 +108,7 @@ INHERIT += "recipe_sanity"
 # PREFERRED VERSIONS
 #############################################################################
 require conf/distro/include/preferred-e-versions.inc
-require conf/distro/include/preferred-opie-versions-1.2.4.inc
+require conf/distro/include/preferred-opie-versions-1.2.5.inc
 
 PREFERRED_PROVIDER_opkg ?= "opkg"
 PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg"
@@ -119,7 +119,8 @@ PREFERRED_VERSION_qt4-embedded = "${PREFERRED_QT_VERSION}"
 PREFERRED_VERSION_qt4-embedded-gles = "${PREFERRED_QT_VERSION}"
 PREFERRED_VERSION_qt4-x11-free = "${PREFERRED_QT_VERSION}"
 PREFERRED_VERSION_qt4-x11-free-gles = "${PREFERRED_QT_VERSION}"
-
+PREFERRED_VERSION_perl = "5.10.1"
+PREFERRED_VERSION_perl-native = "5.10.1"
 #############################################################################
 # CONTENTS
 #############################################################################
-- 
1.7.2.3




^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 2/2] sane-toolchain.inc: Prefer binutils 2.21
  2011-01-17 17:50 [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5 Khem Raj
@ 2011-01-17 17:50 ` Khem Raj
  2011-01-17 18:53   ` Martin Jansa
  2011-01-17 19:03 ` [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5 Frans Meulenbroeks
  2011-01-17 19:14 ` Tom Rini
  2 siblings, 1 reply; 14+ messages in thread
From: Khem Raj @ 2011-01-17 17:50 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 conf/distro/include/sane-toolchain.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index 642f289..dd06650 100644
--- a/conf/distro/include/sane-toolchain.inc
+++ b/conf/distro/include/sane-toolchain.inc
@@ -6,7 +6,7 @@
 
 # Base line versions, good for most things
 PREFERRED_GCC_VERSION                ?= "4.5"
-PREFERRED_BINUTILS_VERSION           ?= "2.20.1"
+PREFERRED_BINUTILS_VERSION           ?= "2.21"
 PREFERRED_UCLIBC_VERSION             ?= "git"
 PREFERRED_EGLIBC_VERSION             ?= "2.12"
 PREFERRED_GLIBC_VERSION              ?= "2.10.1"
-- 
1.7.2.3




^ permalink raw reply related	[flat|nested] 14+ messages in thread

* Re: [PATCH 2/2] sane-toolchain.inc: Prefer binutils 2.21
  2011-01-17 17:50 ` [PATCH 2/2] sane-toolchain.inc: Prefer binutils 2.21 Khem Raj
@ 2011-01-17 18:53   ` Martin Jansa
  0 siblings, 0 replies; 14+ messages in thread
From: Martin Jansa @ 2011-01-17 18:53 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1225 bytes --]

On Mon, Jan 17, 2011 at 09:50:39AM -0800, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>

I'm using it locally for a while and looks ok.

Acked-by: Martin Jansa <Martin.Jansa@gmail.com>

> ---
>  conf/distro/include/sane-toolchain.inc |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
> index 642f289..dd06650 100644
> --- a/conf/distro/include/sane-toolchain.inc
> +++ b/conf/distro/include/sane-toolchain.inc
> @@ -6,7 +6,7 @@
>  
>  # Base line versions, good for most things
>  PREFERRED_GCC_VERSION                ?= "4.5"
> -PREFERRED_BINUTILS_VERSION           ?= "2.20.1"
> +PREFERRED_BINUTILS_VERSION           ?= "2.21"
>  PREFERRED_UCLIBC_VERSION             ?= "git"
>  PREFERRED_EGLIBC_VERSION             ?= "2.12"
>  PREFERRED_GLIBC_VERSION              ?= "2.10.1"
> -- 
> 1.7.2.3
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5
  2011-01-17 17:50 [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5 Khem Raj
  2011-01-17 17:50 ` [PATCH 2/2] sane-toolchain.inc: Prefer binutils 2.21 Khem Raj
@ 2011-01-17 19:03 ` Frans Meulenbroeks
  2011-01-17 20:14   ` Khem Raj
  2011-01-17 19:14 ` Tom Rini
  2 siblings, 1 reply; 14+ messages in thread
From: Frans Meulenbroeks @ 2011-01-17 19:03 UTC (permalink / raw)
  To: openembedded-devel

2011/1/17 Khem Raj <raj.khem@gmail.com>:
> * Tested various builds seems to hold fine
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  conf/distro/minimal.conf |    5 +++--
>  1 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
> index 5a19cbc..f495d13 100644
> --- a/conf/distro/minimal.conf
> +++ b/conf/distro/minimal.conf
> @@ -108,7 +108,7 @@ INHERIT += "recipe_sanity"
>  # PREFERRED VERSIONS
>  #############################################################################
>  require conf/distro/include/preferred-e-versions.inc
> -require conf/distro/include/preferred-opie-versions-1.2.4.inc
> +require conf/distro/include/preferred-opie-versions-1.2.5.inc
>
>  PREFERRED_PROVIDER_opkg ?= "opkg"
>  PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg"
> @@ -119,7 +119,8 @@ PREFERRED_VERSION_qt4-embedded = "${PREFERRED_QT_VERSION}"
>  PREFERRED_VERSION_qt4-embedded-gles = "${PREFERRED_QT_VERSION}"
>  PREFERRED_VERSION_qt4-x11-free = "${PREFERRED_QT_VERSION}"
>  PREFERRED_VERSION_qt4-x11-free-gles = "${PREFERRED_QT_VERSION}"
> -
> +PREFERRED_VERSION_perl = "5.10.1"
> +PREFERRED_VERSION_perl-native = "5.10.1"
>  #############################################################################
>  # CONTENTS
>  #############################################################################
> --
> 1.7.2.3

No opinion on the opie stuff, but I'm using perl 5.10.1 for quite a
while, so that part has my ack.
(maybe split into two patches, one for opie, one for perl).

Frans



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5
  2011-01-17 17:50 [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5 Khem Raj
  2011-01-17 17:50 ` [PATCH 2/2] sane-toolchain.inc: Prefer binutils 2.21 Khem Raj
  2011-01-17 19:03 ` [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5 Frans Meulenbroeks
@ 2011-01-17 19:14 ` Tom Rini
  2011-01-18  4:30   ` Roman I Khimov
  2 siblings, 1 reply; 14+ messages in thread
From: Tom Rini @ 2011-01-17 19:14 UTC (permalink / raw)
  To: openembedded-devel

On 01/17/2011 10:50 AM, Khem Raj wrote:
> * Tested various builds seems to hold fine
>
> Signed-off-by: Khem Raj<raj.khem@gmail.com>
> ---
>   conf/distro/minimal.conf |    5 +++--
>   1 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
> index 5a19cbc..f495d13 100644
> --- a/conf/distro/minimal.conf
> +++ b/conf/distro/minimal.conf
> @@ -108,7 +108,7 @@ INHERIT += "recipe_sanity"
>   # PREFERRED VERSIONS
>   #############################################################################
>   require conf/distro/include/preferred-e-versions.inc
> -require conf/distro/include/preferred-opie-versions-1.2.4.inc
> +require conf/distro/include/preferred-opie-versions-1.2.5.inc
>
>   PREFERRED_PROVIDER_opkg ?= "opkg"
>   PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg"
> @@ -119,7 +119,8 @@ PREFERRED_VERSION_qt4-embedded = "${PREFERRED_QT_VERSION}"
>   PREFERRED_VERSION_qt4-embedded-gles = "${PREFERRED_QT_VERSION}"
>   PREFERRED_VERSION_qt4-x11-free = "${PREFERRED_QT_VERSION}"
>   PREFERRED_VERSION_qt4-x11-free-gles = "${PREFERRED_QT_VERSION}"
> -
> +PREFERRED_VERSION_perl = "5.10.1"
> +PREFERRED_VERSION_perl-native = "5.10.1"
>   #############################################################################
>   # CONTENTS
>   #############################################################################

I see different problems with perl 5.10.1 + uclibc + p2020ds, so I guess 
this is fine with me.

-- 
Tom Rini
Mentor Graphics Corporation



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5
  2011-01-17 19:03 ` [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5 Frans Meulenbroeks
@ 2011-01-17 20:14   ` Khem Raj
  2011-01-17 20:33     ` Frans Meulenbroeks
  0 siblings, 1 reply; 14+ messages in thread
From: Khem Raj @ 2011-01-17 20:14 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Jan 17, 2011 at 11:03 AM, Frans Meulenbroeks
<fransmeulenbroeks@gmail.com> wrote:
> 2011/1/17 Khem Raj <raj.khem@gmail.com>:
>> * Tested various builds seems to hold fine
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>>  conf/distro/minimal.conf |    5 +++--
>>  1 files changed, 3 insertions(+), 2 deletions(-)
>>
>> diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
>> index 5a19cbc..f495d13 100644
>> --- a/conf/distro/minimal.conf
>> +++ b/conf/distro/minimal.conf
>> @@ -108,7 +108,7 @@ INHERIT += "recipe_sanity"
>>  # PREFERRED VERSIONS
>>  #############################################################################
>>  require conf/distro/include/preferred-e-versions.inc
>> -require conf/distro/include/preferred-opie-versions-1.2.4.inc
>> +require conf/distro/include/preferred-opie-versions-1.2.5.inc
>>
>>  PREFERRED_PROVIDER_opkg ?= "opkg"
>>  PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg"
>> @@ -119,7 +119,8 @@ PREFERRED_VERSION_qt4-embedded = "${PREFERRED_QT_VERSION}"
>>  PREFERRED_VERSION_qt4-embedded-gles = "${PREFERRED_QT_VERSION}"
>>  PREFERRED_VERSION_qt4-x11-free = "${PREFERRED_QT_VERSION}"
>>  PREFERRED_VERSION_qt4-x11-free-gles = "${PREFERRED_QT_VERSION}"
>> -
>> +PREFERRED_VERSION_perl = "5.10.1"
>> +PREFERRED_VERSION_perl-native = "5.10.1"
>>  #############################################################################
>>  # CONTENTS
>>  #############################################################################
>> --
>> 1.7.2.3
>
> No opinion on the opie stuff, but I'm using perl 5.10.1 for quite a
> while, so that part has my ack.
> (maybe split into two patches, one for opie, one for perl).
>

I will commit them as two patches if that helps

> Frans
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5
  2011-01-17 20:14   ` Khem Raj
@ 2011-01-17 20:33     ` Frans Meulenbroeks
  0 siblings, 0 replies; 14+ messages in thread
From: Frans Meulenbroeks @ 2011-01-17 20:33 UTC (permalink / raw)
  To: openembedded-devel

2011/1/17 Khem Raj <raj.khem@gmail.com>:
> On Mon, Jan 17, 2011 at 11:03 AM, Frans Meulenbroeks
> <fransmeulenbroeks@gmail.com> wrote:
>> 2011/1/17 Khem Raj <raj.khem@gmail.com>:
>>> * Tested various builds seems to hold fine
>>>
>>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>>> ---
>>>  conf/distro/minimal.conf |    5 +++--
>>>  1 files changed, 3 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
>>> index 5a19cbc..f495d13 100644
>>> --- a/conf/distro/minimal.conf
>>> +++ b/conf/distro/minimal.conf
>>> @@ -108,7 +108,7 @@ INHERIT += "recipe_sanity"
>>>  # PREFERRED VERSIONS
>>>  #############################################################################
>>>  require conf/distro/include/preferred-e-versions.inc
>>> -require conf/distro/include/preferred-opie-versions-1.2.4.inc
>>> +require conf/distro/include/preferred-opie-versions-1.2.5.inc
>>>
>>>  PREFERRED_PROVIDER_opkg ?= "opkg"
>>>  PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg"
>>> @@ -119,7 +119,8 @@ PREFERRED_VERSION_qt4-embedded = "${PREFERRED_QT_VERSION}"
>>>  PREFERRED_VERSION_qt4-embedded-gles = "${PREFERRED_QT_VERSION}"
>>>  PREFERRED_VERSION_qt4-x11-free = "${PREFERRED_QT_VERSION}"
>>>  PREFERRED_VERSION_qt4-x11-free-gles = "${PREFERRED_QT_VERSION}"
>>> -
>>> +PREFERRED_VERSION_perl = "5.10.1"
>>> +PREFERRED_VERSION_perl-native = "5.10.1"
>>>  #############################################################################
>>>  # CONTENTS
>>>  #############################################################################
>>> --
>>> 1.7.2.3
>>
>> No opinion on the opie stuff, but I'm using perl 5.10.1 for quite a
>> while, so that part has my ack.
>> (maybe split into two patches, one for opie, one for perl).
>>
>
> I will commit them as two patches if that helps

If others are happy (and ack) the combined thing that is fine with me,
but as a non-opie user or builder I cannot ack the opie part.
Frans.



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5
  2011-01-17 19:14 ` Tom Rini
@ 2011-01-18  4:30   ` Roman I Khimov
  2011-01-19  3:59     ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Roman I Khimov @ 2011-01-18  4:30 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: Text/Plain, Size: 395 bytes --]

В сообщении от Понедельник 17 января 2011 22:14:51 автор Tom Rini написал:
> On 01/17/2011 10:50 AM, Khem Raj wrote:
> I see different problems with perl 5.10.1 + uclibc + p2020ds, so I guess
> this is fine with me.

What kind of problems?

-- 
 http://roman.khimov.ru
mailto: roman@khimov.ru
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5
  2011-01-18  4:30   ` Roman I Khimov
@ 2011-01-19  3:59     ` Tom Rini
  2011-01-19  4:29       ` Khem Raj
  0 siblings, 1 reply; 14+ messages in thread
From: Tom Rini @ 2011-01-19  3:59 UTC (permalink / raw)
  To: openembedded-devel

On 01/17/2011 09:30 PM, Roman I Khimov wrote:
> В сообщении от Понедельник 17 января 2011 22:14:51 автор Tom Rini написал:
>> On 01/17/2011 10:50 AM, Khem Raj wrote:
>> I see different problems with perl 5.10.1 + uclibc + p2020ds, so I guess
>> this is fine with me.
>
> What kind of problems?

Khem fixed it tonight.  At heart, there's been a need to make much 
better use of the libc-uclibc override rather than testing TARGET_OS as 
there's at least 'linux-uclibc', 'linux-uclibceabi' and 
'linux-uclibcspe' as valid TARGET_OS combinations.  perl has been doing 
a test for the first two and Khem added a test for the 3rd.  This got me 
to go and audit the recipes for using the _linux-uclibc append and 
switching them en masse to libc-uclibc.  There were a very small number 
of places that had been catching all 3, but for the most part it was 80% 
catching the first two and 20% catching just linux-uclibc.  I believe 
but didn't check that Khem caught the rest of the places that were 
testing for TARGET_OS in shell code and updated them for linux-uclibcspe.

-- 
Tom Rini
Mentor Graphics Corporation



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5
  2011-01-19  3:59     ` Tom Rini
@ 2011-01-19  4:29       ` Khem Raj
  2011-01-19 17:37         ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Khem Raj @ 2011-01-19  4:29 UTC (permalink / raw)
  To: openembedded-devel

On (18/01/11 20:59), Tom Rini wrote:
> On 01/17/2011 09:30 PM, Roman I Khimov wrote:
> >В сообщении от Понедельник 17 января 2011 22:14:51 автор Tom Rini написал:
> >>On 01/17/2011 10:50 AM, Khem Raj wrote:
> >>I see different problems with perl 5.10.1 + uclibc + p2020ds, so I guess
> >>this is fine with me.
> >
> >What kind of problems?
> 
> Khem fixed it tonight.  At heart, there's been a need to make much
> better use of the libc-uclibc override rather than testing TARGET_OS
> as there's at least 'linux-uclibc', 'linux-uclibceabi' and
> 'linux-uclibcspe' as valid TARGET_OS combinations.

I thought about it and indeed it would be better to have a LIBC override
but its defined in .inc files which may not be included by all
distributions, if this makes into bitbake.conf somehow then that would
be better or we can decide to have a global data var called LIBC or some
sort.

  perl has been
> doing a test for the first two and Khem added a test for the 3rd.
> This got me to go and audit the recipes for using the _linux-uclibc
> append and switching them en masse to libc-uclibc.  There were a
> very small number of places that had been catching all 3, but for
> the most part it was 80% catching the first two and 20% catching
> just linux-uclibc.  I believe but didn't check that Khem caught the
> rest of the places that were testing for TARGET_OS in shell code and
> updated them for linux-uclibcspe.
> 
> -- 
> Tom Rini
> Mentor Graphics Corporation
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5
  2011-01-19  4:29       ` Khem Raj
@ 2011-01-19 17:37         ` Tom Rini
  2011-01-19 17:57           ` Khem Raj
  0 siblings, 1 reply; 14+ messages in thread
From: Tom Rini @ 2011-01-19 17:37 UTC (permalink / raw)
  To: openembedded-devel

On 01/18/2011 09:29 PM, Khem Raj wrote:
> On (18/01/11 20:59), Tom Rini wrote:
>> On 01/17/2011 09:30 PM, Roman I Khimov wrote:
>>> В сообщении от Понедельник 17 января 2011 22:14:51 автор Tom Rini написал:
>>>> On 01/17/2011 10:50 AM, Khem Raj wrote:
>>>> I see different problems with perl 5.10.1 + uclibc + p2020ds, so I guess
>>>> this is fine with me.
>>>
>>> What kind of problems?
>>
>> Khem fixed it tonight.  At heart, there's been a need to make much
>> better use of the libc-uclibc override rather than testing TARGET_OS
>> as there's at least 'linux-uclibc', 'linux-uclibceabi' and
>> 'linux-uclibcspe' as valid TARGET_OS combinations.
>
> I thought about it and indeed it would be better to have a LIBC override
> but its defined in .inc files which may not be included by all
> distributions, if this makes into bitbake.conf somehow then that would
> be better or we can decide to have a global data var called LIBC or some
> sort.

We already did this.  A distro that doesn't pull in the right libc inc 
file is either broken or on its own (I forget and can't check atm if 
Angstrom uses the files eventually or just also has the libc-foo 
OVERRIDES, but is correct here).  We also have LIBC as a global env way 
to say what LIBC to use (Angstrom has ANGSTROMLIBC and LIBC since they 
originated the feature).

-- 
Tom Rini
Mentor Graphics Corporation



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5
  2011-01-19 17:37         ` Tom Rini
@ 2011-01-19 17:57           ` Khem Raj
  2011-01-19 20:36             ` Tom Rini
  0 siblings, 1 reply; 14+ messages in thread
From: Khem Raj @ 2011-01-19 17:57 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Jan 19, 2011 at 9:37 AM, Tom Rini <tom_rini@mentor.com> wrote:
> On 01/18/2011 09:29 PM, Khem Raj wrote:
>>
>> On (18/01/11 20:59), Tom Rini wrote:
>>>
>>> On 01/17/2011 09:30 PM, Roman I Khimov wrote:
>>>>
>>>> В сообщении от Понедельник 17 января 2011 22:14:51 автор Tom Rini
>>>> написал:
>>>>>
>>>>> On 01/17/2011 10:50 AM, Khem Raj wrote:
>>>>> I see different problems with perl 5.10.1 + uclibc + p2020ds, so I
>>>>> guess
>>>>> this is fine with me.
>>>>
>>>> What kind of problems?
>>>
>>> Khem fixed it tonight.  At heart, there's been a need to make much
>>> better use of the libc-uclibc override rather than testing TARGET_OS
>>> as there's at least 'linux-uclibc', 'linux-uclibceabi' and
>>> 'linux-uclibcspe' as valid TARGET_OS combinations.
>>
>> I thought about it and indeed it would be better to have a LIBC override
>> but its defined in .inc files which may not be included by all
>> distributions, if this makes into bitbake.conf somehow then that would
>> be better or we can decide to have a global data var called LIBC or some
>> sort.
>
> We already did this.  A distro that doesn't pull in the right libc inc file
> is either broken or on its own (I forget and can't check atm if Angstrom
> uses the files eventually or just also has the libc-foo OVERRIDES, but is
> correct here).

yes angstrom does. Ok I moved slugos to use it recently so its no more broken :)

We also have LIBC as a global env way to say what LIBC to
> use (Angstrom has ANGSTROMLIBC and LIBC since they originated the feature).

nice we can use LIBC as well if need be but override is more elegant
>
> --
> Tom Rini
> Mentor Graphics Corporation
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5
  2011-01-19 17:57           ` Khem Raj
@ 2011-01-19 20:36             ` Tom Rini
  2011-01-19 22:30               ` Khem Raj
  0 siblings, 1 reply; 14+ messages in thread
From: Tom Rini @ 2011-01-19 20:36 UTC (permalink / raw)
  To: openembedded-devel

On 01/19/2011 10:57 AM, Khem Raj wrote:
> On Wed, Jan 19, 2011 at 9:37 AM, Tom Rini<tom_rini@mentor.com>  wrote:
>> On 01/18/2011 09:29 PM, Khem Raj wrote:
>>>
>>> On (18/01/11 20:59), Tom Rini wrote:
>>>>
>>>> On 01/17/2011 09:30 PM, Roman I Khimov wrote:
>>>>>
>>>>> В сообщении от Понедельник 17 января 2011 22:14:51 автор Tom Rini
>>>>> написал:
>>>>>>
>>>>>> On 01/17/2011 10:50 AM, Khem Raj wrote:
>>>>>> I see different problems with perl 5.10.1 + uclibc + p2020ds, so I
>>>>>> guess
>>>>>> this is fine with me.
>>>>>
>>>>> What kind of problems?
>>>>
>>>> Khem fixed it tonight.  At heart, there's been a need to make much
>>>> better use of the libc-uclibc override rather than testing TARGET_OS
>>>> as there's at least 'linux-uclibc', 'linux-uclibceabi' and
>>>> 'linux-uclibcspe' as valid TARGET_OS combinations.
>>>
>>> I thought about it and indeed it would be better to have a LIBC override
>>> but its defined in .inc files which may not be included by all
>>> distributions, if this makes into bitbake.conf somehow then that would
>>> be better or we can decide to have a global data var called LIBC or some
>>> sort.
>>
>> We already did this.  A distro that doesn't pull in the right libc inc file
>> is either broken or on its own (I forget and can't check atm if Angstrom
>> uses the files eventually or just also has the libc-foo OVERRIDES, but is
>> correct here).
>
> yes angstrom does. Ok I moved slugos to use it recently so its no more broken :)

Um, when did SlugOS break then?  When I introduced the libc overrides I 
moved everyone over to it.

> We also have LIBC as a global env way to say what LIBC to
>> use (Angstrom has ANGSTROMLIBC and LIBC since they originated the feature).
>
> nice we can use LIBC as well if need be but override is more elegant

Yes, LIBC shouldn't be parsed like that, it's like MACHINE :)

-- 
Tom Rini
Mentor Graphics Corporation



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5
  2011-01-19 20:36             ` Tom Rini
@ 2011-01-19 22:30               ` Khem Raj
  0 siblings, 0 replies; 14+ messages in thread
From: Khem Raj @ 2011-01-19 22:30 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Jan 19, 2011 at 12:36 PM, Tom Rini <tom_rini@mentor.com> wrote:
> On 01/19/2011 10:57 AM, Khem Raj wrote:
>>
>> On Wed, Jan 19, 2011 at 9:37 AM, Tom Rini<tom_rini@mentor.com>  wrote:
>>>
>>> On 01/18/2011 09:29 PM, Khem Raj wrote:
>>>>
>>>> On (18/01/11 20:59), Tom Rini wrote:
>>>>>
>>>>> On 01/17/2011 09:30 PM, Roman I Khimov wrote:
>>>>>>
>>>>>> В сообщении от Понедельник 17 января 2011 22:14:51 автор Tom Rini
>>>>>> написал:
>>>>>>>
>>>>>>> On 01/17/2011 10:50 AM, Khem Raj wrote:
>>>>>>> I see different problems with perl 5.10.1 + uclibc + p2020ds, so I
>>>>>>> guess
>>>>>>> this is fine with me.
>>>>>>
>>>>>> What kind of problems?
>>>>>
>>>>> Khem fixed it tonight.  At heart, there's been a need to make much
>>>>> better use of the libc-uclibc override rather than testing TARGET_OS
>>>>> as there's at least 'linux-uclibc', 'linux-uclibceabi' and
>>>>> 'linux-uclibcspe' as valid TARGET_OS combinations.
>>>>
>>>> I thought about it and indeed it would be better to have a LIBC override
>>>> but its defined in .inc files which may not be included by all
>>>> distributions, if this makes into bitbake.conf somehow then that would
>>>> be better or we can decide to have a global data var called LIBC or some
>>>> sort.
>>>
>>> We already did this.  A distro that doesn't pull in the right libc inc
>>> file
>>> is either broken or on its own (I forget and can't check atm if Angstrom
>>> uses the files eventually or just also has the libc-foo OVERRIDES, but is
>>> correct here).
>>
>> yes angstrom does. Ok I moved slugos to use it recently so its no more
>> broken :)
>
> Um, when did SlugOS break then?  When I introduced the libc overrides I
> moved everyone over to it.

indeed, I just thought now that its using sane-toolchain but it included

conf/distro/include/${LIBC}.inc

before too so it was not broken

>
>> We also have LIBC as a global env way to say what LIBC to
>>>
>>> use (Angstrom has ANGSTROMLIBC and LIBC since they originated the
>>> feature).
>>
>> nice we can use LIBC as well if need be but override is more elegant
>
> Yes, LIBC shouldn't be parsed like that, it's like MACHINE :)
>
> --
> Tom Rini
> Mentor Graphics Corporation
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-01-19 22:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-17 17:50 [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5 Khem Raj
2011-01-17 17:50 ` [PATCH 2/2] sane-toolchain.inc: Prefer binutils 2.21 Khem Raj
2011-01-17 18:53   ` Martin Jansa
2011-01-17 19:03 ` [PATCH 1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5 Frans Meulenbroeks
2011-01-17 20:14   ` Khem Raj
2011-01-17 20:33     ` Frans Meulenbroeks
2011-01-17 19:14 ` Tom Rini
2011-01-18  4:30   ` Roman I Khimov
2011-01-19  3:59     ` Tom Rini
2011-01-19  4:29       ` Khem Raj
2011-01-19 17:37         ` Tom Rini
2011-01-19 17:57           ` Khem Raj
2011-01-19 20:36             ` Tom Rini
2011-01-19 22:30               ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.