]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation: fixes KERNEL_FEATURES example
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 25 Sep 2012 17:11:00 +0000 (10:11 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Sep 2012 16:54:26 +0000 (17:54 +0100)
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>
documentation/poky-ref-manual/ref-variables.xml

index 21197806c230e62d3c4929f06b9656f7ee7362a4..6b42e4d821cb92dd8ece100027e1c76c418216ba 100644 (file)
@@ -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>