mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
documentation: fixes KERNEL_FEATURES example
There was a malformed line in the example. It needed a space, which I added. Reported-by: Brian Lloyd <blloyd@familyhonor.net> (From yocto-docs rev: 892062d46463237375c49772cadb03356f636a82) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
af8a6a2912
commit
35800afcc5
@@ -1172,7 +1172,7 @@ recipes-graphics/xorg-font/encodings_1.0.4.bb:PR = "${INC_PR}.5"
|
||||
KERNEL_FEATURES="features/netfilter"
|
||||
|
||||
# Add sound support to the qemux86 machine
|
||||
KERNEL_FEATURES_append_qemux86="cfg/sound"
|
||||
KERNEL_FEATURES_append_qemux86=" cfg/sound"
|
||||
</literallayout></para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
Reference in New Issue
Block a user