summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-27 08:30:54 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 21:00:35 +0100
commit196a62b50c988903d1c5223205286a0c4079fada (patch)
tree587671bc33fce4967a3ffb24f33d9330e3577c6e /documentation
parent8ddaa3ede81e77b065b488eca360370820cbee67 (diff)
downloadpoky-196a62b50c988903d1c5223205286a0c4079fada.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: d710bc868409ad21bdf9e63c042ec40b0d305ad0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml4
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>