documentation: dev-manual - branch fix and reference fix.

Fixed the reference to the Downloads page.
Also fixed the local branch in the meta-intel example so that
it uses the same name as the local branch created for cloning
poky.

(From yocto-docs rev: edac781b37bce0d0bca6a741186cfa53a512b73e)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-10-01 12:40:38 -07:00 committed by Richard Purdie
parent 13d147178a
commit 876a87ba1c
1 changed files with 6 additions and 5 deletions

View File

@ -162,7 +162,7 @@
</literallayout> </literallayout>
Alternatively, you can start with the downloaded Crown Bay tarball. Alternatively, you can start with the downloaded Crown Bay tarball.
You can download the &DISTRO_NAME; version of the BSP tarball from the You can download the &DISTRO_NAME; version of the BSP tarball from the
<ulink url='&YOCTO_HOME_URL;/download'>Download</ulink> page of the <ulink url='&YOCTO_HOME_URL;/download'>Downloads</ulink> page of the
Yocto Project website. Yocto Project website.
Here is the specific link for the tarball needed for this example: Here is the specific link for the tarball needed for this example:
<ulink url='&YOCTO_MACHINES_DL_URL;/crownbay-noemgd/crownbay-noemgd-&DISTRO_NAME;-&POKYVERSION;.tar.bz2'></ulink>. <ulink url='&YOCTO_MACHINES_DL_URL;/crownbay-noemgd/crownbay-noemgd-&DISTRO_NAME;-&POKYVERSION;.tar.bz2'></ulink>.
@ -183,11 +183,12 @@
skip to the next step. skip to the next step.
Because <filename>meta-intel</filename> is its own Git repository, you will want Because <filename>meta-intel</filename> is its own Git repository, you will want
to be sure you are in the appropriate branch for your work. to be sure you are in the appropriate branch for your work.
For this example we are going to use the <filename>&DISTRO_NAME;</filename> branch. For this example we are going to use the <filename>&DISTRO_NAME;</filename>
branch.
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME; $ git checkout -b &DISTRO_NAME;-&POKYVERSION; origin/&DISTRO_NAME;
Branch &DISTRO_NAME; set up to track remote branch &DISTRO_NAME; from origin. Branch &DISTRO_NAME;-&POKYVERSION; set up to track remote branch &DISTRO_NAME; from origin.
Switched to a new branch '&DISTRO_NAME;' Switched to a new branch '&DISTRO_NAME;-&POKYVERSION;'
</literallayout> </literallayout>
</para> </para>
</section> </section>