From 13d147178a8ebb48f0ab6444c19cea5e67be0943 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 1 Oct 2012 12:32:20 -0700 Subject: documentation: dev-manual - Updated Git repo example The new branch is named distro plus poky revision (e.g. danny-8.0). I had just the distro in there. (From yocto-docs rev: 9490849f7f6dc815d1b676b15b3f38f671a49be8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-bsp-appendix.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 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 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. -- cgit v1.2.3-54-g00ecf