From: Scott Rifenbark Date: Wed, 30 Oct 2013 15:16:37 +0000 (-0700) Subject: ref-manual: Updated the "Development Checkouts" section X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=721abeab127744fa3ff696aad1ebd802fd1f7d4b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Updated the "Development Checkouts" section Partial fix for [YOCTO #5368] Removed the tarball method completely. (From yocto-docs rev: ca898b6ada09cdf88d6eab373119aac941299363) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index 18363d48ddc..3977d7340d5 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml @@ -445,10 +445,9 @@ Development using the Yocto Project requires a local Source Directory. - You can set up the Source Directory by downloading a Yocto Project release tarball and unpacking it, - or by cloning a copy of the upstream - Poky Git repository. - For information on both these methods, see the + You can set up the Source Directory by cloning a copy of the upstream + poky Git repository. + For information on how to do this, see the "Getting Set Up" section in the Yocto Project Development Manual.