[OE-core] [PATCH 2/4] siteinfo.bbclass: add entries for new x86_64 ABI targets

Tom Rini tom_rini at mentor.com
Wed Jul 27 23:41:43 UTC 2011


On 07/27/2011 04:27 PM, Kamble, Nitin A wrote:
> 
> 
>> -----Original Message-----
>> From: openembedded-core-bounces at lists.openembedded.org
>> [mailto:openembedded-core-bounces at lists.openembedded.org] On Behalf Of
>> Tom Rini
>> Sent: Wednesday, July 27, 2011 4:13 PM
>> To: openembedded-core at lists.openembedded.org
>> Subject: Re: [OE-core] [PATCH 2/4] siteinfo.bbclass: add entries for
>> new x86_64 ABI targets
>>
>> On 07/27/2011 04:09 PM, nitin.a.kamble at intel.com wrote:
>>> From: Nitin A Kamble <nitin.a.kamble at intel.com>
>>>
>>> Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
>>> ---
>>>  meta/classes/siteinfo.bbclass |   14 +++++++++++++-
>>>  1 files changed, 13 insertions(+), 1 deletions(-)
>>>
>>> diff --git a/meta/classes/siteinfo.bbclass
>> b/meta/classes/siteinfo.bbclass
>>> index 9dacd58..daa7946 100644
>>> --- a/meta/classes/siteinfo.bbclass
>>> +++ b/meta/classes/siteinfo.bbclass
>>> @@ -42,12 +42,15 @@ def siteinfo_data(d):
>>>          "sh4": "endian-little bit-32 sh-common",
>>>          "sparc": "endian-big bit-32",
>>>          "viac3": "endian-little bit-32 ix86-common",
>>> -        "x86_64": "endian-little bit-64",
>>> +        "x86_64": "endian-little", # bitinfo specified in targetinfo
>>>      }
>>>      osinfo = {
>>>          "darwin": "common-darwin",
>>>          "darwin9": "common-darwin",
>>>          "linux": "common-linux common-glibc",
>>> +        "linux-gnu32": "common-linux common-glibc",
>>> +        "linux-gnux32": "common-linux common-glibc",
>>> +        "linux-gnu64": "common-linux common-glibc",
>>>          "linux-gnueabi": "common-linux common-glibc",
>>>          "linux-gnuspe": "common-linux common-glibc",
>>>          "linux-uclibc": "common-linux common-uclibc",
>>> @@ -68,6 +71,15 @@ def siteinfo_data(d):
>>>          "powerpc-linux-uclibcspe": "powerpc-linux powerpc32-linux
>> powerpc-linux-uclibc",
>>>          "powerpc64-linux-gnuspe": "powerpc-linux powerpc64-linux",
>>>          "powerpc64-linux": "powerpc-linux",
>>> +        "x86_64-cygwin": "bit-64",
>>> +        "x86_64-darvin": "bit-64",
>>> +        "x86_64-darvin9": "bit-64",
>>
>> dar_v_in? :)
>>
>> Slightly more seriously, lets drop out ones we can't / aren't using,
>> wrt
>> hosts, until we're going to do them for real.
> 
> Hi Tom,
>   I don't know if they(cygwin, darvin) work or not, I just kept them in the same state. If they are not used/working, then it is good to clean them out.

Well, OSX is dar_w_in :)

-- 
Tom Rini
Mentor Graphics Corporation




More information about the Openembedded-core mailing list