All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trevor Woerner <twoerner@gmail.com>
To: daryl@daryllee.com
Cc: yocto@yoctoproject.org
Subject: Re: Documentation error report
Date: Sat, 10 Mar 2018 23:32:22 -0500	[thread overview]
Message-ID: <20180311043222.GA21549@linux-uys3> (raw)
In-Reply-To: <20180310191002.Horde.GwvmG_Lp-648oYCF_ByVQbw@www.daryllee.com>

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!


  reply	other threads:[~2018-03-11  4:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-11  0:10 Documentation error report daryl
2018-03-11  4:32 ` Trevor Woerner [this message]
2018-03-11 13:10   ` Personal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180311043222.GA21549@linux-uys3 \
    --to=twoerner@gmail.com \
    --cc=daryl@daryllee.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.