From 22b9983cc77881255cc0f136a826ae45561b9b8f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 27 Apr 2012 06:22:26 -0600 Subject: documentation/dev-manual/dev-manual-kernel-appendix.xml: output updated Updated the example sets up the bare clone. The shell output changed because the upstream repo changed to "origin/standard/default/common-pc/base". (From yocto-docs rev: 72077ca9e7db747cbccc4d9d8deabfa424c6147c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-kernel-appendix.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index dac6759650..dc9eb26073 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml @@ -202,9 +202,10 @@ The following commands create and checkout the branch: $ cd ~/my-linux-yocto-3.2-work - $ git checkout -b common-pc-base origin/yocto/standard/common-pc/base + $ git checkout -b common-pc-base origin/standard/default/common-pc/base + Checking out files: 100% (532/532), done. Branch common-pc-base set up to track remote branch - yocto/standard/common-pc/base from origin. + standard/default/common-pc/base from origin. Switched to a new branch 'common-pc-base' -- cgit v1.2.3-54-g00ecf