From: Scott Rifenbark Date: Mon, 11 Sep 2017 21:04:17 +0000 (-0700) Subject: dev-manual: Added links to branch and tag checkout from overview. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26975ed6629e30141f280ce8cb07b5d9ca9a8888;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git dev-manual: Added links to branch and tag checkout from overview. (From yocto-docs rev: 122948411e1121be862caa43d216126c3a01f1fc) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 343f791e7f4..bcb49fbf033 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -467,7 +467,14 @@ 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". + "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 + "Checking Out By Branch in Poky" + and + Checking Out By Tag in Poky", + respectively. Once the repository is created, you can change to that directory and check its status.