From: Scott Rifenbark Date: Fri, 28 Sep 2012 18:42:40 +0000 (-0700) Subject: documentation: dev-manual - Better wording for repo setup X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bd37e57e1e6abb6e0e8c7aae80a63469972aa99;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation: dev-manual - Better wording for repo setup I improved the wording such that it is not tied to a x.x type release. It is more generic here and will survive better under future releases. (From yocto-docs rev: 2bd644db7fef71cd2f07f6d3dcbd2ba60b83df08) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 3ffff3f15a1..f3e44c21377 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -577,9 +577,8 @@ at the time you created your local branch, which could be different than the files at the time of a similarly named release. In other words, creating and checking out a local branch based on the - &DISTRO_NAME; branch name is not the same as creating and - checking out a local branch based on the &DISTRO_NAME;-&DISTRO; - release. + &DISTRO_NAME; branch name is not the same as + cloning and checking out the master branch. Keep reading to see how you create a local snapshot of a Yocto Project Release.