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 | |
parent | 826b9f2ac8825e1e58edaeb238851e612ae20e7e (diff) | |
download | 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>
-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 0b31de0c60..83d5db3f6e 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. | |||
716 | that your new recipe supports. | 716 | that your new recipe supports. |
717 | For example, to support the <filename>qemux86</filename> | 717 | For example, to support the <filename>qemux86</filename> |
718 | and <filename>qemux86-64</filename> machines, use | 718 | and <filename>qemux86-64</filename> machines, use |
719 | the following form with your layer name as the | 719 | the following form: |
720 | override: | ||
721 | <literallayout class='monospaced'> | 720 | <literallayout class='monospaced'> |
722 | COMPATIBLE_MACHINE_yourmachine = "qemux86|qemux86-64" | 721 | COMPATIBLE_MACHINE = "qemux86|qemux86-64" |
723 | </literallayout></para></listitem> | 722 | </literallayout></para></listitem> |
724 | </itemizedlist></para></listitem> | 723 | </itemizedlist></para></listitem> |
725 | <listitem><para>Provide further customizations to your recipe | 724 | <listitem><para>Provide further customizations to your recipe |