From 876a87ba1cf52a472a6171fb1c55d5fbd6129bdd Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 1 Oct 2012 12:40:38 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-bsp-appendix.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'documentation/dev-manual') 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;' -- cgit v1.2.3-54-g00ecf