diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-04-27 06:22:26 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 21:00:34 +0100 |
| commit | 22b9983cc77881255cc0f136a826ae45561b9b8f (patch) | |
| tree | e28493cb3f21814aaeb85b39ac3bfc97299ada76 /documentation/dev-manual | |
| parent | 7f5e6a195986c76e5ca8e6f2ffe71b741623a496 (diff) | |
| download | poky-22b9983cc77881255cc0f136a826ae45561b9b8f.tar.gz | |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
| -rw-r--r-- | documentation/dev-manual/dev-manual-kernel-appendix.xml | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ | |||
| 202 | The following commands create and checkout the branch: | 202 | The following commands create and checkout the branch: |
| 203 | <literallayout class='monospaced'> | 203 | <literallayout class='monospaced'> |
| 204 | $ cd ~/my-linux-yocto-3.2-work | 204 | $ cd ~/my-linux-yocto-3.2-work |
| 205 | $ git checkout -b common-pc-base origin/yocto/standard/common-pc/base | 205 | $ git checkout -b common-pc-base origin/standard/default/common-pc/base |
| 206 | Checking out files: 100% (532/532), done. | ||
| 206 | Branch common-pc-base set up to track remote branch | 207 | Branch common-pc-base set up to track remote branch |
| 207 | yocto/standard/common-pc/base from origin. | 208 | standard/default/common-pc/base from origin. |
| 208 | Switched to a new branch 'common-pc-base' | 209 | Switched to a new branch 'common-pc-base' |
| 209 | </literallayout> | 210 | </literallayout> |
| 210 | </para> | 211 | </para> |
