All of lore.kernel.org
 help / color / mirror / Atom feed
* FeeBSD as OE build host
@ 2010-06-28 12:35 Arjan
  2010-06-28 12:50 ` Holger Freyther
  0 siblings, 1 reply; 5+ messages in thread
From: Arjan @ 2010-06-28 12:35 UTC (permalink / raw)
  To: openembedded-devel

Hello,

I read here 
[http://wiki.openembedded.net/index.php/OEandYourDistro#FreeBSD] FreeBSD 
was/is supported as build host. Is this still true?
Are there pitfalls or other prerequisites beside the ones mentioned?

Thanks,
Arjan



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

* Re: FeeBSD as OE build host
  2010-06-28 12:35 FeeBSD as OE build host Arjan
@ 2010-06-28 12:50 ` Holger Freyther
  2010-06-28 17:24   ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Holger Freyther @ 2010-06-28 12:50 UTC (permalink / raw)
  To: openembedded-devel

On 06/28/2010 08:35 PM, Arjan wrote:
> Hello,
> 
> I read here
> [http://wiki.openembedded.net/index.php/OEandYourDistro#FreeBSD] FreeBSD
> was/is supported as build host. Is this still true?
> Are there pitfalls or other prerequisites beside the ones mentioned?

I haven't tried for quite a while so there might be some more issues
again.... The most common thing is replacing cp -a with cp -pFR (IIRC).



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

* Re: FeeBSD as OE build host
  2010-06-28 12:50 ` Holger Freyther
@ 2010-06-28 17:24   ` Khem Raj
  2010-07-01  8:45     ` Arjan
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2010-06-28 17:24 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Jun 28, 2010 at 5:50 AM, Holger Freyther <holger+oe@freyther.de> wrote:
> On 06/28/2010 08:35 PM, Arjan wrote:
>> Hello,
>>
>> I read here
>> [http://wiki.openembedded.net/index.php/OEandYourDistro#FreeBSD] FreeBSD
>> was/is supported as build host. Is this still true?
>> Are there pitfalls or other prerequisites beside the ones mentioned?
>
> I haven't tried for quite a while so there might be some more issues
> again.... The most common thing is replacing cp -a with cp -pFR (IIRC).
>

there is a branch koen/darwin-host-fixes which should also have some fixes
that could help you. I have not tried mac osx or freebsd build in long time.


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



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

* Re: FeeBSD as OE build host
  2010-06-28 17:24   ` Khem Raj
@ 2010-07-01  8:45     ` Arjan
  2010-07-01 19:02       ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Arjan @ 2010-07-01  8:45 UTC (permalink / raw)
  To: openembedded-devel

On 28-6-2010 19:24, Khem Raj wrote:
> On Mon, Jun 28, 2010 at 5:50 AM, Holger Freyther<holger+oe@freyther.de>  wrote:
>    
>> On 06/28/2010 08:35 PM, Arjan wrote:
>>      
>>> Hello,
>>>
>>> I read here
>>> [http://wiki.openembedded.net/index.php/OEandYourDistro#FreeBSD] FreeBSD
>>> was/is supported as build host. Is this still true?
>>> Are there pitfalls or other prerequisites beside the ones mentioned?
>>>        
>> I haven't tried for quite a while so there might be some more issues
>> again.... The most common thing is replacing cp -a with cp -pFR (IIRC).
>>
>>      
> there is a branch koen/darwin-host-fixes which should also have some fixes
> that could help you. I have not tried mac osx or freebsd build in long time.
>
>    

OK thanks for the hints. I will give it a try.



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

* Re: FeeBSD as OE build host
  2010-07-01  8:45     ` Arjan
@ 2010-07-01 19:02       ` Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2010-07-01 19:02 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Jul 1, 2010 at 1:45 AM, Arjan <arjan@jak.nl> wrote:
> On 28-6-2010 19:24, Khem Raj wrote:
>>
>> On Mon, Jun 28, 2010 at 5:50 AM, Holger Freyther<holger+oe@freyther.de>
>>  wrote:
>>
>>>
>>> On 06/28/2010 08:35 PM, Arjan wrote:
>>>
>>>>
>>>> Hello,
>>>>
>>>> I read here
>>>> [http://wiki.openembedded.net/index.php/OEandYourDistro#FreeBSD] FreeBSD
>>>> was/is supported as build host. Is this still true?
>>>> Are there pitfalls or other prerequisites beside the ones mentioned?
>>>>
>>>
>>> I haven't tried for quite a while so there might be some more issues
>>> again.... The most common thing is replacing cp -a with cp -pFR (IIRC).
>>>
>>>
>>
>> there is a branch koen/darwin-host-fixes which should also have some fixes
>> that could help you. I have not tried mac osx or freebsd build in long
>> time.
>>
>>
>
> OK thanks for the hints. I will give it a try.

and please update the wiki if you find something new that needs to be documented

thanks
-Khem

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



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

end of thread, other threads:[~2010-07-01 19:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-28 12:35 FeeBSD as OE build host Arjan
2010-06-28 12:50 ` Holger Freyther
2010-06-28 17:24   ` Khem Raj
2010-07-01  8:45     ` Arjan
2010-07-01 19:02       ` 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.