From: Scott Rifenbark Date: Tue, 25 Sep 2012 17:11:00 +0000 (-0700) Subject: documentation: fixes KERNEL_FEATURES example X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35800afcc5234c882337a08f0815b7859b9b66f3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation: fixes KERNEL_FEATURES example There was a malformed line in the example. It needed a space, which I added. Reported-by: Brian Lloyd (From yocto-docs rev: 892062d46463237375c49772cadb03356f636a82) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 21197806c23..6b42e4d821c 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -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"