]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
dev-manual: Added links to branch and tag checkout from overview.
authorScott Rifenbark <srifenbark@gmail.com>
Mon, 11 Sep 2017 21:04:17 +0000 (14:04 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Sep 2017 17:00:19 +0000 (18:00 +0100)
(From yocto-docs rev: 122948411e1121be862caa43d216126c3a01f1fc)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/dev-manual/dev-manual-start.xml

index 343f791e7f4b15919a23c0be62da75c242654fc2..bcb49fbf033e5ac0c862f2f82f14a00b65eac55c 100644 (file)
                     Unless you specify a specific development branch or
                     tag name, Git clones the "master" branch, which results
                     in a snapshot of the latest development changes for
-                    "master".</para>
+                    "master".
+                    For information on how to check out a specific
+                    development branch or on how to check out a local
+                    branch based on a tag name, see the
+                    "<link linkend='checking-out-by-branch-in-poky'>Checking Out By Branch in Poky</link>"
+                    and
+                    <link linkend='checkout-out-by-tag-in-poky'>Checking Out By Tag in Poky</link>",
+                    respectively.</para>
 
                     <para>Once the repository is created, you can change to
                     that directory and check its status.