From 35800afcc5234c882337a08f0815b7859b9b66f3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 25 Sep 2012 10:11:00 -0700 Subject: [PATCH] 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 --- documentation/poky-ref-manual/ref-variables.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2