diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 0962768713..1bb655666a 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml @@ -94,14 +94,14 @@ $ cd ~/poky $ git fetch --tags $ git checkout -b &DISTRO_NAME;-&POKYVERSION; origin/&DISTRO_NAME; - Switched to a new branch '&DISTRO_NAME;' + Switched to a new branch '&DISTRO_NAME;-&POKYVERSION;' The git fetch --tags is somewhat redundant since you just set up the repository and should have all the tags. The fetch command makes sure all the tags are available in your local repository. The Git checkout command with the -b option - creates a local branch for you named &DISTRO_NAME;. + creates a local branch for you named &DISTRO_NAME;-&POKYVERSION;. Your local branch begins in the same state as the Yocto Project &DISTRO; released tarball marked with the &DISTRO_NAME;-&POKYVERSION; tag in the source repositories.