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