diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-04-28 06:36:38 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 20:50:55 +0100 |
commit | 96645d1df4b67834263215c32c0f6d776852376a (patch) | |
tree | 2c10ff9bca1b95271ccf1a8fa94c2efba1db58f0 /documentation | |
parent | 257fd0da642eff6c28e2818d885a7d60302a765a (diff) | |
download | ast2050-yocto-poky-96645d1df4b67834263215c32c0f6d776852376a.zip ast2050-yocto-poky-96645d1df4b67834263215c32c0f6d776852376a.tar.gz |
documentation/dev-manual/dev-manual-kernel-appendix.xml: Removed KMACHINE
The example that compliles the altered code will not run now when the
KMACHINE statement is in the linux-yocto_3.2.bbappend file. I have
commented it out of the book.
(From yocto-docs rev: 3f67b34daf1ad598b4d07f5e2a60d8c63da754b2)
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.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 980de06..9e5a4ff 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml @@ -432,12 +432,12 @@ <literallayout class='monospaced'> KSRC_linux_yocto_3_2 ?= "/home/scottrif/linux-yocto-3.2.git" </literallayout></para></listitem> - <listitem><para><emphasis>Specify the Kernel Machine:</emphasis> Also in the +<!-- <listitem><para><emphasis>Specify the Kernel Machine:</emphasis> Also in the <filename>linux-yocto_3.2.bbappend</filename> file, you need to specify the kernel machine with the following statement: <literallayout class='monospaced'> KMACHINE_qemux86 = "standard/default/common-pc/base" - </literallayout></para></listitem> + </literallayout></para></listitem> --> </itemizedlist> </para> |