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>
This commit is contained in:
Scott Rifenbark
2013-01-03 17:01:38 -06:00
committed by Richard Purdie
parent 826b9f2ac8
commit ea114c8786

View File

@@ -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