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 21:00:36 +0100 |
| commit | 6d22ae627baf189647f864f51e5c87fdc5d7b160 (patch) | |
| tree | 0296eaca137fae25e05d5a9261e10ba63373e8c9 | |
| parent | 49a58c65b674503e0b2034399d765e31cf28cb85 (diff) | |
| download | poky-6d22ae627baf189647f864f51e5c87fdc5d7b160.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: 112a10a32ba3d7b24f22e25e39202b717571cbf0)
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 980de066f9..9e5a4ff101 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml | |||
| @@ -432,12 +432,12 @@ | |||
| 432 | <literallayout class='monospaced'> | 432 | <literallayout class='monospaced'> |
| 433 | KSRC_linux_yocto_3_2 ?= "/home/scottrif/linux-yocto-3.2.git" | 433 | KSRC_linux_yocto_3_2 ?= "/home/scottrif/linux-yocto-3.2.git" |
| 434 | </literallayout></para></listitem> | 434 | </literallayout></para></listitem> |
| 435 | <listitem><para><emphasis>Specify the Kernel Machine:</emphasis> Also in the | 435 | <!-- <listitem><para><emphasis>Specify the Kernel Machine:</emphasis> Also in the |
| 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 = "standard/default/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> |
| 443 | 443 | ||
