diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-01-03 17:01:38 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-16 15:59:14 +0000 |
commit | ea114c8786a00bebd878c74068a3f8fd7743e324 (patch) | |
tree | 3f6f652f3c11a8249855ce45778baf04a846a305 /documentation | |
parent | 826b9f2ac8825e1e58edaeb238851e612ae20e7e (diff) | |
download | ast2050-yocto-poky-ea114c8786a00bebd878c74068a3f8fd7743e324.zip ast2050-yocto-poky-ea114c8786a00bebd878c74068a3f8fd7743e324.tar.gz |
kernel-dev: Fixed the COMPATIBLE_MACHINE example.
(From yocto-docs rev: ea9a862b3840075cfb197bf00cb96b616873f0ea)
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/kernel-dev/kernel-dev-common.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 0b31de0..83d5db3 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml @@ -716,10 +716,9 @@ to the Yocto Project Development Manual, section 5.7.3 Creating the Patch. that your new recipe supports. For example, to support the <filename>qemux86</filename> and <filename>qemux86-64</filename> machines, use - the following form with your layer name as the - override: + the following form: <literallayout class='monospaced'> - COMPATIBLE_MACHINE_yourmachine = "qemux86|qemux86-64" + COMPATIBLE_MACHINE = "qemux86|qemux86-64" </literallayout></para></listitem> </itemizedlist></para></listitem> <listitem><para>Provide further customizations to your recipe |