All of lore.kernel.org
 help / color / mirror / Atom feed
* OE on Ubuntu 8.04?
@ 2008-04-25 18:49 Hans Henry von Tresckow
  2008-04-25 20:09 ` Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Hans Henry von Tresckow @ 2008-04-25 18:49 UTC (permalink / raw)
  To: oe-devel

Now that Ubuntu 8.04 has been released, I would like to upgrade my build
laptop. I was wondering if anybody has had any experience with 8.04 and
knows of any OE specific pitfalls to watch for. Thanks,

-- 
Henry von Tresckow (hvontres)


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

* Re: OE on Ubuntu 8.04?
  2008-04-25 18:49 OE on Ubuntu 8.04? Hans Henry von Tresckow
@ 2008-04-25 20:09 ` Khem Raj
  2008-04-25 20:45   ` Hans Henry von Tresckow
  2008-04-25 22:26 ` Rolf Leggewie
  2008-04-28 14:32 ` Detlef Vollmann
  2 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2008-04-25 20:09 UTC (permalink / raw)
  To: openembedded-devel

I have been using 8.04 (beta) for about a month now without any
issues. Go ahead

-Khem


On Fri, Apr 25, 2008 at 11:49 AM, Hans Henry von Tresckow
<hvontres@gmail.com> wrote:
> Now that Ubuntu 8.04 has been released, I would like to upgrade my build
>  laptop. I was wondering if anybody has had any experience with 8.04 and
>  knows of any OE specific pitfalls to watch for. Thanks,
>
>  --
>  Henry von Tresckow (hvontres)
>  _______________________________________________
>  Openembedded-devel mailing list
>  Openembedded-devel@lists.openembedded.org
>  http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: OE on Ubuntu 8.04?
  2008-04-25 20:09 ` Khem Raj
@ 2008-04-25 20:45   ` Hans Henry von Tresckow
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Henry von Tresckow @ 2008-04-25 20:45 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Apr 25, 2008 at 1:09 PM, Khem Raj <raj.khem@gmail.com> wrote:

> I have been using 8.04 (beta) for about a month now without any
> issues. Go ahead
>
> -Khem<http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel>

Thanks. I'll give it a whirl this weekend :)



-- 
Henry von Tresckow (hvontres)


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

* Re: OE on Ubuntu 8.04?
  2008-04-25 18:49 OE on Ubuntu 8.04? Hans Henry von Tresckow
  2008-04-25 20:09 ` Khem Raj
@ 2008-04-25 22:26 ` Rolf Leggewie
  2008-04-28 14:32 ` Detlef Vollmann
  2 siblings, 0 replies; 7+ messages in thread
From: Rolf Leggewie @ 2008-04-25 22:26 UTC (permalink / raw)
  To: openembedded-devel

Hans Henry von Tresckow wrote:
> Now that Ubuntu 8.04 has been released, I would like to upgrade my build
> laptop. I was wondering if anybody has had any experience with 8.04 and
> knows of any OE specific pitfalls to watch for. Thanks,

No issues here.  A great release.




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

* Re: OE on Ubuntu 8.04?
  2008-04-25 18:49 OE on Ubuntu 8.04? Hans Henry von Tresckow
  2008-04-25 20:09 ` Khem Raj
  2008-04-25 22:26 ` Rolf Leggewie
@ 2008-04-28 14:32 ` Detlef Vollmann
  2008-04-28 22:22   ` Leon Woestenberg
  2 siblings, 1 reply; 7+ messages in thread
From: Detlef Vollmann @ 2008-04-28 14:32 UTC (permalink / raw)
  To: openembedded-devel

Hans Henry von Tresckow wrote:
> Now that Ubuntu 8.04 has been released, I would like to upgrade my build
> laptop. I was wondering if anybody has had any experience with 8.04 and
> knows of any OE specific pitfalls to watch for.
I did some builds over the weekend (on x86-64), and apart from the
usual Ubuntu problem of /bin/sh -> dash (instead of bash)
everything worked fine.

  Detlef





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

* Re: OE on Ubuntu 8.04?
  2008-04-28 14:32 ` Detlef Vollmann
@ 2008-04-28 22:22   ` Leon Woestenberg
  2008-04-28 23:07     ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Leon Woestenberg @ 2008-04-28 22:22 UTC (permalink / raw)
  To: openembedded-devel

Hi,

On Mon, Apr 28, 2008 at 4:32 PM, Detlef Vollmann <dv@vollmann.ch> wrote:
> Hans Henry von Tresckow wrote:
>
> > Now that Ubuntu 8.04 has been released, I would like to upgrade my build
>  > laptop. I was wondering if anybody has had any experience with 8.04 and
>  > knows of any OE specific pitfalls to watch for.
>  I did some builds over the weekend (on x86-64), and apart from the
>  usual Ubuntu problem of /bin/sh -> dash (instead of bash)
>  everything worked fine.
>
Where does dash break your build?

I run my builds from dash and I think we should target for POSIX
compliance rather than bashism compliance.

Regards,

Leon.



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

* Re: OE on Ubuntu 8.04?
  2008-04-28 22:22   ` Leon Woestenberg
@ 2008-04-28 23:07     ` Khem Raj
  0 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2008-04-28 23:07 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Apr 28, 2008 at 3:22 PM, Leon Woestenberg
<leon.woestenberg@gmail.com> wrote:
> Hi,
>
> On Mon, Apr 28, 2008 at 4:32 PM, Detlef Vollmann <dv@vollmann.ch> wrote:
> > Hans Henry von Tresckow wrote:
> >
> > > Now that Ubuntu 8.04 has been released, I would like to upgrade my build
> >  > laptop. I was wondering if anybody has had any experience with 8.04 and
> >  > knows of any OE specific pitfalls to watch for.
> >  I did some builds over the weekend (on x86-64), and apart from the
> >  usual Ubuntu problem of /bin/sh -> dash (instead of bash)
> >  everything worked fine.
> >
> Where does dash break your build?
>
> I run my builds from dash and I think we should target for POSIX
> compliance rather than bashism compliance.

I have seen reports on old glibc release build problems. There were
some patches too to get it working on dash.

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



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

end of thread, other threads:[~2008-04-28 23:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-25 18:49 OE on Ubuntu 8.04? Hans Henry von Tresckow
2008-04-25 20:09 ` Khem Raj
2008-04-25 20:45   ` Hans Henry von Tresckow
2008-04-25 22:26 ` Rolf Leggewie
2008-04-28 14:32 ` Detlef Vollmann
2008-04-28 22:22   ` Leon Woestenberg
2008-04-28 23:07     ` 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.