summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index 1bb655666a..c5a6c92cad 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -162,7 +162,7 @@
162 </literallayout> 162 </literallayout>
163 Alternatively, you can start with the downloaded Crown Bay tarball. 163 Alternatively, you can start with the downloaded Crown Bay tarball.
164 You can download the &DISTRO_NAME; version of the BSP tarball from the 164 You can download the &DISTRO_NAME; version of the BSP tarball from the
165 <ulink url='&YOCTO_HOME_URL;/download'>Download</ulink> page of the 165 <ulink url='&YOCTO_HOME_URL;/download'>Downloads</ulink> page of the
166 Yocto Project website. 166 Yocto Project website.
167 Here is the specific link for the tarball needed for this example: 167 Here is the specific link for the tarball needed for this example:
168 <ulink url='&YOCTO_MACHINES_DL_URL;/crownbay-noemgd/crownbay-noemgd-&DISTRO_NAME;-&POKYVERSION;.tar.bz2'></ulink>. 168 <ulink url='&YOCTO_MACHINES_DL_URL;/crownbay-noemgd/crownbay-noemgd-&DISTRO_NAME;-&POKYVERSION;.tar.bz2'></ulink>.
@@ -183,11 +183,12 @@
183 skip to the next step. 183 skip to the next step.
184 Because <filename>meta-intel</filename> is its own Git repository, you will want 184 Because <filename>meta-intel</filename> is its own Git repository, you will want
185 to be sure you are in the appropriate branch for your work. 185 to be sure you are in the appropriate branch for your work.
186 For this example we are going to use the <filename>&DISTRO_NAME;</filename> branch. 186 For this example we are going to use the <filename>&DISTRO_NAME;</filename>
187 branch.
187 <literallayout class='monospaced'> 188 <literallayout class='monospaced'>
188 $ git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME; 189 $ git checkout -b &DISTRO_NAME;-&POKYVERSION; origin/&DISTRO_NAME;
189 Branch &DISTRO_NAME; set up to track remote branch &DISTRO_NAME; from origin. 190 Branch &DISTRO_NAME;-&POKYVERSION; set up to track remote branch &DISTRO_NAME; from origin.
190 Switched to a new branch '&DISTRO_NAME;' 191 Switched to a new branch '&DISTRO_NAME;-&POKYVERSION;'
191 </literallayout> 192 </literallayout>
192 </para> 193 </para>
193</section> 194</section>