summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 7122b47f2e..1135728fd2 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5792,7 +5792,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5792 COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd" 5792 COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd"
5793 KMACHINE_emenlow-noemgd = "emenlow" 5793 KMACHINE_emenlow-noemgd = "emenlow"
5794 KBRANCH_emenlow-noemgd = "standard/base" 5794 KBRANCH_emenlow-noemgd = "standard/base"
5795 KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500" 5795 KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500.scc"
5796 </literallayout> 5796 </literallayout>
5797 The <filename>KBRANCH</filename> statement identifies 5797 The <filename>KBRANCH</filename> statement identifies
5798 the kernel branch to use when building for the Emenlow 5798 the kernel branch to use when building for the Emenlow
@@ -5846,10 +5846,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5846 machine: 5846 machine:
5847 <literallayout class='monospaced'> 5847 <literallayout class='monospaced'>
5848 # Add netfilter to all linux-yocto kernels 5848 # Add netfilter to all linux-yocto kernels
5849 KERNEL_FEATURES="features/netfilter" 5849 KERNEL_FEATURES="features/netfilter/netfilter.scc"
5850 5850
5851 # Add sound support to the qemux86 machine 5851 # Add sound support to the qemux86 machine
5852 KERNEL_FEATURES_append_qemux86=" cfg/sound" 5852 KERNEL_FEATURES_append_qemux86=" cfg/sound.scc"
5853 </literallayout></para> 5853 </literallayout></para>
5854 </glossdef> 5854 </glossdef>
5855 </glossentry> 5855 </glossentry>