* Documentation error report
@ 2018-03-11 0:10 daryl
2018-03-11 4:32 ` Trevor Woerner
0 siblings, 1 reply; 3+ messages in thread
From: daryl @ 2018-03-11 0:10 UTC (permalink / raw)
To: yocto
I'm not sure who to send this to, so maybe someone can redirect me...
I'm going through the Yocto Project Quick Start at
https://www.yoctoproject.org/docs/2.4.1/yocto-project-qs/yocto-project-qs.html, and I encountered a minor error that might be worth fixing. There are two consecutive commands given for cloning Poky and checking out the current
version:
$ git clone git://git.yoctoproject.org/poky
$ git checkout tags/yocto-2.4.1 -b poky_2.4.1
For myself, I had to insert a
$ cd poky
between them to succeed.
And, as always, my sincere thanks to everyone who has ever contributed
to this endeavor; it's a big help to me. I've been using it for
several months now via Xilinx's Petalinux wrapper and now I'm trying
to get "under the covers" to understand better what kind of magic is
going on.
--
Daryl
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Documentation error report
2018-03-11 0:10 Documentation error report daryl
@ 2018-03-11 4:32 ` Trevor Woerner
2018-03-11 13:10 ` Personal
0 siblings, 1 reply; 3+ messages in thread
From: Trevor Woerner @ 2018-03-11 4:32 UTC (permalink / raw)
To: daryl; +Cc: yocto
Hi Daryl,
On Sat 2018-03-10 @ 07:10:02 PM, daryl@daryllee.com wrote:
> I'm not sure who to send this to, so maybe someone can redirect me...
Scott Rifenbark is responsible for all YP documentation:
srifenbark AT gmail DOT com
Ideally, if you're comfortable with git, you could generate a patch and send
it via email to this list (CCing Scott). You can find the YP sources here:
http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs
> I'm going through the Yocto Project Quick Start at https://www.yoctoproject.org/docs/2.4.1/yocto-project-qs/yocto-project-qs.html,
> and I encountered a minor error that might be worth fixing. There are two
> consecutive commands given for cloning Poky and checking out the current
> version:
>
> $ git clone git://git.yoctoproject.org/poky
> $ git checkout tags/yocto-2.4.1 -b poky_2.4.1
>
> For myself, I had to insert a
>
> $ cd poky
>
> between them to succeed.
Specifically I think you're referring to:
http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/tree/documentation/yocto-project-qs/qs.xml#n330
I think the "-b <branch>" option (which also takes tags) could be used to
combine the above into one step, thus obviating the need for the "cd ..." or
the "checkout ..."
$ git clone -b yocto-2.4.1 git://git.yoctoproject.org/poky
But maybe it's simpler as multiple steps?
> And, as always, my sincere thanks to everyone who has ever contributed to
> this endeavor; it's a big help to me. I've been using it for several months
> now via Xilinx's Petalinux wrapper and now I'm trying to get "under the
> covers" to understand better what kind of magic is going on.
Welcome, and good luck!
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Documentation error report
2018-03-11 4:32 ` Trevor Woerner
@ 2018-03-11 13:10 ` Personal
0 siblings, 0 replies; 3+ messages in thread
From: Personal @ 2018-03-11 13:10 UTC (permalink / raw)
To: Trevor Woerner; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 1903 bytes --]
Thanks—I’ll do that.
--
Daryl Lee
> On Mar 10, 2018, at 9:32 PM, Trevor Woerner <twoerner@gmail.com> wrote:
>
> Hi Daryl,
>
>
>> On Sat 2018-03-10 @ 07:10:02 PM, daryl@daryllee.com wrote:
>> I'm not sure who to send this to, so maybe someone can redirect me...
>
> Scott Rifenbark is responsible for all YP documentation:
> srifenbark AT gmail DOT com
>
> Ideally, if you're comfortable with git, you could generate a patch and send
> it via email to this list (CCing Scott). You can find the YP sources here:
>
> http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs
>
>> I'm going through the Yocto Project Quick Start at https://www.yoctoproject.org/docs/2.4.1/yocto-project-qs/yocto-project-qs.html,
>> and I encountered a minor error that might be worth fixing. There are two
>> consecutive commands given for cloning Poky and checking out the current
>> version:
>>
>> $ git clone git://git.yoctoproject.org/poky
>> $ git checkout tags/yocto-2.4.1 -b poky_2.4.1
>>
>> For myself, I had to insert a
>>
>> $ cd poky
>>
>> between them to succeed.
>
> Specifically I think you're referring to:
>
> http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/tree/documentation/yocto-project-qs/qs.xml#n330
>
>
> I think the "-b <branch>" option (which also takes tags) could be used to
> combine the above into one step, thus obviating the need for the "cd ..." or
> the "checkout ..."
>
> $ git clone -b yocto-2.4.1 git://git.yoctoproject.org/poky
>
> But maybe it's simpler as multiple steps?
>
>> And, as always, my sincere thanks to everyone who has ever contributed to
>> this endeavor; it's a big help to me. I've been using it for several months
>> now via Xilinx's Petalinux wrapper and now I'm trying to get "under the
>> covers" to understand better what kind of magic is going on.
>
> Welcome, and good luck!
[-- Attachment #2: Type: text/html, Size: 3847 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-03-11 13:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-11 0:10 Documentation error report daryl
2018-03-11 4:32 ` Trevor Woerner
2018-03-11 13:10 ` Personal
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.