* couple questions about toolchains from QS manual
@ 2011-07-15 14:15 Robert P. J. Day
2011-07-15 14:25 ` Richard Purdie
2011-07-15 16:55 ` Scott Garman
0 siblings, 2 replies; 7+ messages in thread
From: Robert P. J. Day @ 2011-07-15 14:15 UTC (permalink / raw)
To: Yocto discussion list
(look on the bright side -- eventually, after many, many patches, i
will have nothing left to whine about.)
from quick start manual, i notice that all toolchain tarballs have
"sdk" in the filename, whereas the actual downloads have "gmae". a
simple textual fix, i'm assuming. (what means "gmae"?)
more significantly, QS manual states that toolchains "should" be
installed under /opt/poky. "should" is a loaded word -- it implies a
recommendation for some benefit but not an actual requirement. and
installing it there requires the reader to have root privilege,
something to be avoided if at all possible.
can someone clarify the "shouldness" or "mustness" of toolchain
installation under /opt/poky?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: couple questions about toolchains from QS manual
2011-07-15 14:15 couple questions about toolchains from QS manual Robert P. J. Day
@ 2011-07-15 14:25 ` Richard Purdie
2011-07-15 14:31 ` Robert P. J. Day
2011-07-15 14:44 ` Rifenbark, Scott M
2011-07-15 16:55 ` Scott Garman
1 sibling, 2 replies; 7+ messages in thread
From: Richard Purdie @ 2011-07-15 14:25 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Yocto discussion list
On Fri, 2011-07-15 at 10:15 -0400, Robert P. J. Day wrote:
> (look on the bright side -- eventually, after many, many patches, i
> will have nothing left to whine about.)
:)
> from quick start manual, i notice that all toolchain tarballs have
> "sdk" in the filename, whereas the actual downloads have "gmae". a
> simple textual fix, i'm assuming. (what means "gmae"?)
GMAE = GNOME Mobile and Embedded
think cut down GNOME.
> more significantly, QS manual states that toolchains "should" be
> installed under /opt/poky. "should" is a loaded word -- it implies a
> recommendation for some benefit but not an actual requirement. and
> installing it there requires the reader to have root privilege,
> something to be avoided if at all possible.
>
> can someone clarify the "shouldness" or "mustness" of toolchain
> installation under /opt/poky?
At this point its a requirement, we'd like to relax that but it isn't
possible right now.
Cheers,
Richard
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: couple questions about toolchains from QS manual
2011-07-15 14:25 ` Richard Purdie
@ 2011-07-15 14:31 ` Robert P. J. Day
2011-07-15 14:44 ` Rifenbark, Scott M
1 sibling, 0 replies; 7+ messages in thread
From: Robert P. J. Day @ 2011-07-15 14:31 UTC (permalink / raw)
To: Richard Purdie; +Cc: Yocto discussion list
On Fri, 15 Jul 2011, Richard Purdie wrote:
> On Fri, 2011-07-15 at 10:15 -0400, Robert P. J. Day wrote:
> > (look on the bright side -- eventually, after many, many patches, i
> > will have nothing left to whine about.)
>
> :)
>
> > from quick start manual, i notice that all toolchain tarballs have
> > "sdk" in the filename, whereas the actual downloads have "gmae". a
> > simple textual fix, i'm assuming. (what means "gmae"?)
>
> GMAE = GNOME Mobile and Embedded
>
> think cut down GNOME.
ah, of course.
> > more significantly, QS manual states that toolchains "should" be
> > installed under /opt/poky. "should" is a loaded word -- it
> > implies a recommendation for some benefit but not an actual
> > requirement. and installing it there requires the reader to have
> > root privilege, something to be avoided if at all possible.
> >
> > can someone clarify the "shouldness" or "mustness" of toolchain
> > installation under /opt/poky?
>
> At this point its a requirement, we'd like to relax that but it
> isn't possible right now.
ok, then that sentence should simply be reworded to make it clear
that it's not optional and root privilege is required. patch to
follow shortly.
rday
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: couple questions about toolchains from QS manual
2011-07-15 14:25 ` Richard Purdie
2011-07-15 14:31 ` Robert P. J. Day
@ 2011-07-15 14:44 ` Rifenbark, Scott M
2011-07-15 14:48 ` Robert P. J. Day
1 sibling, 1 reply; 7+ messages in thread
From: Rifenbark, Scott M @ 2011-07-15 14:44 UTC (permalink / raw)
To: Richard Purdie, Robert P. J. Day; +Cc: Yocto discussion list
Wording change taken care of.
Scott
-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Richard Purdie
Sent: Friday, July 15, 2011 7:25 AM
To: Robert P. J. Day
Cc: Yocto discussion list
Subject: Re: [yocto] couple questions about toolchains from QS manual
On Fri, 2011-07-15 at 10:15 -0400, Robert P. J. Day wrote:
> (look on the bright side -- eventually, after many, many patches, i
> will have nothing left to whine about.)
:)
> from quick start manual, i notice that all toolchain tarballs have
> "sdk" in the filename, whereas the actual downloads have "gmae". a
> simple textual fix, i'm assuming. (what means "gmae"?)
GMAE = GNOME Mobile and Embedded
think cut down GNOME.
> more significantly, QS manual states that toolchains "should" be
> installed under /opt/poky. "should" is a loaded word -- it implies a
> recommendation for some benefit but not an actual requirement. and
> installing it there requires the reader to have root privilege,
> something to be avoided if at all possible.
>
> can someone clarify the "shouldness" or "mustness" of toolchain
> installation under /opt/poky?
At this point its a requirement, we'd like to relax that but it isn't
possible right now.
Cheers,
Richard
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: couple questions about toolchains from QS manual
2011-07-15 14:15 couple questions about toolchains from QS manual Robert P. J. Day
2011-07-15 14:25 ` Richard Purdie
@ 2011-07-15 16:55 ` Scott Garman
2011-07-15 18:39 ` Darren Hart
1 sibling, 1 reply; 7+ messages in thread
From: Scott Garman @ 2011-07-15 16:55 UTC (permalink / raw)
To: yocto
On 07/15/2011 07:15 AM, Robert P. J. Day wrote:
>
> (look on the bright side -- eventually, after many, many patches, i
> will have nothing left to whine about.)
:)
I know I can speak for the team in saying we're incredibly grateful for
your help in combing through our documentation. This is a great
contribution to the project.
Thanks!
Scott
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: couple questions about toolchains from QS manual
2011-07-15 16:55 ` Scott Garman
@ 2011-07-15 18:39 ` Darren Hart
0 siblings, 0 replies; 7+ messages in thread
From: Darren Hart @ 2011-07-15 18:39 UTC (permalink / raw)
To: Scott Garman; +Cc: yocto
On 07/15/2011 09:55 AM, Scott Garman wrote:
> On 07/15/2011 07:15 AM, Robert P. J. Day wrote:
>>
>> (look on the bright side -- eventually, after many, many patches, i
>> will have nothing left to whine about.)
>
> :)
>
> I know I can speak for the team in saying we're incredibly grateful for
> your help in combing through our documentation. This is a great
> contribution to the project.
Agreed - thanks Robert!
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-07-15 18:39 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-15 14:15 couple questions about toolchains from QS manual Robert P. J. Day
2011-07-15 14:25 ` Richard Purdie
2011-07-15 14:31 ` Robert P. J. Day
2011-07-15 14:44 ` Rifenbark, Scott M
2011-07-15 14:48 ` Robert P. J. Day
2011-07-15 16:55 ` Scott Garman
2011-07-15 18:39 ` Darren Hart
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.