summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml5
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