* Re: [oe-commits] Khem Raj : iphone: Exclude from world.
[not found] <E1OxTYC-0004Sl-3k@melo.openembedded.org>
@ 2010-09-20 14:39 ` Tom Rini
2010-09-20 17:56 ` Khem Raj
0 siblings, 1 reply; 5+ messages in thread
From: Tom Rini @ 2010-09-20 14:39 UTC (permalink / raw)
To: openembedded-devel
git version control wrote:
> Module: openembedded.git
> Branch: master
> Commit: 0319f8878547c6e8a78373cfc86a85cea60450ae
> URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0319f8878547c6e8a78373cfc86a85cea60450ae
>
> Author: Khem Raj <raj.khem@gmail.com>
> Date: Sun Sep 19 16:38:38 2010 -0700
>
> iphone: Exclude from world.
>
> apple-csu overwrites the C startup files and nothing works after that
> we can not select them with normal linux toolchain being staged and
> used
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Shouldn't this be a COMPATIBLE_something case? You'd want this for
world if that was what you were targeting... no?
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe-commits] Khem Raj : iphone: Exclude from world.
2010-09-20 14:39 ` [oe-commits] Khem Raj : iphone: Exclude from world Tom Rini
@ 2010-09-20 17:56 ` Khem Raj
2010-09-20 19:59 ` Frans Meulenbroeks
0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2010-09-20 17:56 UTC (permalink / raw)
To: openembedded-devel
On Mon, Sep 20, 2010 at 7:39 AM, Tom Rini <tom_rini@mentor.com> wrote:
> git version control wrote:
>>
>> Module: openembedded.git
>> Branch: master
>> Commit: 0319f8878547c6e8a78373cfc86a85cea60450ae
>> URL:
>> http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0319f8878547c6e8a78373cfc86a85cea60450ae
>>
>> Author: Khem Raj <raj.khem@gmail.com>
>> Date: Sun Sep 19 16:38:38 2010 -0700
>>
>> iphone: Exclude from world.
>>
>> apple-csu overwrites the C startup files and nothing works after that
>> we can not select them with normal linux toolchain being staged and
>> used
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>
> Shouldn't this be a COMPATIBLE_something case? You'd want this for world if
> that was what you were targeting... no?
yes. Actually its a distro iphone-compat that can be used to
differentiate. but then will COMPATIBLE_<distro> work ?
>
> --
> Tom Rini
> Mentor Graphics Corporation
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
--
-Khem
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe-commits] Khem Raj : iphone: Exclude from world.
2010-09-20 17:56 ` Khem Raj
@ 2010-09-20 19:59 ` Frans Meulenbroeks
2010-09-20 21:17 ` Tom Rini
0 siblings, 1 reply; 5+ messages in thread
From: Frans Meulenbroeks @ 2010-09-20 19:59 UTC (permalink / raw)
To: openembedded-devel
2010/9/20 Khem Raj <raj.khem@gmail.com>:
> On Mon, Sep 20, 2010 at 7:39 AM, Tom Rini <tom_rini@mentor.com> wrote:
>> git version control wrote:
>>>
>>> Module: openembedded.git
>>> Branch: master
>>> Commit: 0319f8878547c6e8a78373cfc86a85cea60450ae
>>> URL:
>>> http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0319f8878547c6e8a78373cfc86a85cea60450ae
>>>
>>> Author: Khem Raj <raj.khem@gmail.com>
>>> Date: Sun Sep 19 16:38:38 2010 -0700
>>>
>>> iphone: Exclude from world.
>>>
>>> apple-csu overwrites the C startup files and nothing works after that
>>> we can not select them with normal linux toolchain being staged and
>>> used
>>>
>>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>>
>> Shouldn't this be a COMPATIBLE_something case? You'd want this for world if
>> that was what you were targeting... no?
>
> yes. Actually its a distro iphone-compat that can be used to
> differentiate. but then will COMPATIBLE_<distro> work ?
>
Hm. I'm inclined to say that it is not distro specific (unless you see
iphone as a distro).
I can imagine different distro's running on iphone (ok maybe not *that* likely).
For me iphone is a machine.
Frans
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe-commits] Khem Raj : iphone: Exclude from world.
2010-09-20 19:59 ` Frans Meulenbroeks
@ 2010-09-20 21:17 ` Tom Rini
2010-09-20 21:32 ` Khem Raj
0 siblings, 1 reply; 5+ messages in thread
From: Tom Rini @ 2010-09-20 21:17 UTC (permalink / raw)
To: openembedded-devel
Frans Meulenbroeks wrote:
> 2010/9/20 Khem Raj <raj.khem@gmail.com>:
>> On Mon, Sep 20, 2010 at 7:39 AM, Tom Rini <tom_rini@mentor.com> wrote:
>>> git version control wrote:
>>>> Module: openembedded.git
>>>> Branch: master
>>>> Commit: 0319f8878547c6e8a78373cfc86a85cea60450ae
>>>> URL:
>>>> http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0319f8878547c6e8a78373cfc86a85cea60450ae
>>>>
>>>> Author: Khem Raj <raj.khem@gmail.com>
>>>> Date: Sun Sep 19 16:38:38 2010 -0700
>>>>
>>>> iphone: Exclude from world.
>>>>
>>>> apple-csu overwrites the C startup files and nothing works after that
>>>> we can not select them with normal linux toolchain being staged and
>>>> used
>>>>
>>>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>>> Shouldn't this be a COMPATIBLE_something case? You'd want this for world if
>>> that was what you were targeting... no?
>> yes. Actually its a distro iphone-compat that can be used to
>> differentiate. but then will COMPATIBLE_<distro> work ?
>>
>
> Hm. I'm inclined to say that it is not distro specific (unless you see
> iphone as a distro).
> I can imagine different distro's running on iphone (ok maybe not *that* likely).
> For me iphone is a machine.
I bet the iphone distro conf really only works with the iphone machine
conf, so COMPATIBLE_MACHINE is probably fine :)
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe-commits] Khem Raj : iphone: Exclude from world.
2010-09-20 21:17 ` Tom Rini
@ 2010-09-20 21:32 ` Khem Raj
0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2010-09-20 21:32 UTC (permalink / raw)
To: openembedded-devel
On Mon, Sep 20, 2010 at 2:17 PM, Tom Rini <tom_rini@mentor.com> wrote:
> Frans Meulenbroeks wrote:
>>
>> 2010/9/20 Khem Raj <raj.khem@gmail.com>:
>>>
>>> On Mon, Sep 20, 2010 at 7:39 AM, Tom Rini <tom_rini@mentor.com> wrote:
>>>>
>>>> git version control wrote:
>>>>>
>>>>> Module: openembedded.git
>>>>> Branch: master
>>>>> Commit: 0319f8878547c6e8a78373cfc86a85cea60450ae
>>>>> URL:
>>>>>
>>>>> http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0319f8878547c6e8a78373cfc86a85cea60450ae
>>>>>
>>>>> Author: Khem Raj <raj.khem@gmail.com>
>>>>> Date: Sun Sep 19 16:38:38 2010 -0700
>>>>>
>>>>> iphone: Exclude from world.
>>>>>
>>>>> apple-csu overwrites the C startup files and nothing works after that
>>>>> we can not select them with normal linux toolchain being staged and
>>>>> used
>>>>>
>>>>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>>>>
>>>> Shouldn't this be a COMPATIBLE_something case? You'd want this for
>>>> world if
>>>> that was what you were targeting... no?
>>>
>>> yes. Actually its a distro iphone-compat that can be used to
>>> differentiate. but then will COMPATIBLE_<distro> work ?
>>>
>>
>> Hm. I'm inclined to say that it is not distro specific (unless you see
>> iphone as a distro).
>> I can imagine different distro's running on iphone (ok maybe not *that*
>> likely).
>> For me iphone is a machine.
>
> I bet the iphone distro conf really only works with the iphone machine conf,
> so COMPATIBLE_MACHINE is probably fine :)
yes thats right. I will do something on these lines.
>
> --
> Tom Rini
> Mentor Graphics Corporation
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
--
-Khem
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-09-20 21:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1OxTYC-0004Sl-3k@melo.openembedded.org>
2010-09-20 14:39 ` [oe-commits] Khem Raj : iphone: Exclude from world Tom Rini
2010-09-20 17:56 ` Khem Raj
2010-09-20 19:59 ` Frans Meulenbroeks
2010-09-20 21:17 ` Tom Rini
2010-09-20 21:32 ` 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.