diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-04-27 08:30:54 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 20:50:54 +0100 |
commit | 71f80259f16e91f0f13c6072105749a4e078ef43 (patch) | |
tree | 71e815d942ddbf80946ff83d9b0ba7a0e3997f1f | |
parent | c6a0cc926fa90d2a6558c239232b1383069fbc5c (diff) | |
download | poky-71f80259f16e91f0f13c6072105749a4e078ef43.tar.gz |
documentation/dev-manual/dev-manual-kernel-appendix.xml: kernel machine update
Found two instances of "yocto/standard/common-pc/base". this should
now be "standard/default/common-pc/base".
(From yocto-docs rev: a2f4ac3885de1157e6d718cfea9b29a67c76aeb0)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-kernel-appendix.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index e8fd3bc901..28d413e636 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml | |||
@@ -361,7 +361,7 @@ | |||
361 | <para> | 361 | <para> |
362 | The following command pushes the changes to the bare clone: | 362 | The following command pushes the changes to the bare clone: |
363 | <literallayout class='monospaced'> | 363 | <literallayout class='monospaced'> |
364 | $ git push origin common-pc-base:yocto/standard/common-pc/base | 364 | $ git push origin common-pc-base:standard/default/common-pc/base |
365 | </literallayout> | 365 | </literallayout> |
366 | </para> | 366 | </para> |
367 | </section> | 367 | </section> |
@@ -436,7 +436,7 @@ | |||
436 | <filename>linux-yocto_3.2.bbappend</filename> file, you need to specify | 436 | <filename>linux-yocto_3.2.bbappend</filename> file, you need to specify |
437 | the kernel machine with the following statement: | 437 | the kernel machine with the following statement: |
438 | <literallayout class='monospaced'> | 438 | <literallayout class='monospaced'> |
439 | KMACHINE_qemux86 = "yocto/standard/common-pc/base" | 439 | KMACHINE_qemux86 = "standard/default/common-pc/base" |
440 | </literallayout></para></listitem> | 440 | </literallayout></para></listitem> |
441 | </itemizedlist> | 441 | </itemizedlist> |
442 | </para> | 442 | </para> |