diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-kernel-appendix.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-kernel-appendix.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index 6470c9a034..efbe9d4c60 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml | |||
@@ -216,8 +216,9 @@ | |||
216 | This example uses <filename>common-pc-base</filename> as the local branch. | 216 | This example uses <filename>common-pc-base</filename> as the local branch. |
217 | The following commands create and checkout the branch: | 217 | The following commands create and checkout the branch: |
218 | <literallayout class='monospaced'> | 218 | <literallayout class='monospaced'> |
219 | $ cd ~/my-linux-yocto-3.0-1.1.x | 219 | $ cd ~/my-linux-yocto-3.0-1.1.x-work |
220 | $ git checkout -b common-pc-base origin/yocto/standard/common-pc/base | 220 | $ git checkout -b common-pc-base origin/yocto/standard/common-pc/base |
221 | Checking out files: 100% (7289/7289), done. | ||
221 | Branch common-pc-base set up to track remote branch | 222 | Branch common-pc-base set up to track remote branch |
222 | yocto/standard/common-pc/base from origin. | 223 | yocto/standard/common-pc/base from origin. |
223 | Switched to a new branch 'common-pc-base' | 224 | Switched to a new branch 'common-pc-base' |