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 20:50:54 +0100
commit71f80259f16e91f0f13c6072105749a4e078ef43 (patch)
tree71e815d942ddbf80946ff83d9b0ba7a0e3997f1f /documentation
parentc6a0cc926fa90d2a6558c239232b1383069fbc5c (diff)
downloadast2050-yocto-poky-71f80259f16e91f0f13c6072105749a4e078ef43.zip
ast2050-yocto-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>
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 e8fd3bc..28d413e 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -361,7 +361,7 @@
<para>
The following command pushes the changes to the bare clone:
<literallayout class='monospaced'>
- $ git push origin common-pc-base:yocto/standard/common-pc/base
+ $ git push origin common-pc-base:standard/default/common-pc/base
</literallayout>
</para>
</section>
@@ -436,7 +436,7 @@
<filename>linux-yocto_3.2.bbappend</filename> file, you need to specify
the kernel machine with the following statement:
<literallayout class='monospaced'>
- KMACHINE_qemux86 = "yocto/standard/common-pc/base"
+ KMACHINE_qemux86 = "standard/default/common-pc/base"
</literallayout></para></listitem>
</itemizedlist>
</para>
OpenPOWER on IntegriCloud