From a79cdb51b879988aa56a2b3fc419ac110425e8a4 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 4 Mar 2015 06:39:06 -0800 Subject: bsp-guide, kernel-dev, ref-manual: KERNEL_FEATURES should refer to .scc files. Tweak a number of doc lines so that the KERNEL_FEATURES variable refers directory to .scc files, and does not take advantage of potentially confusing shortcuts. (From yocto-docs rev: 6236fb098fc2d518f6f4f63e16b19a06a775d2d6) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/ref-manual/ref-variables.xml') 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" COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd" KMACHINE_emenlow-noemgd = "emenlow" KBRANCH_emenlow-noemgd = "standard/base" - KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500" + KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500.scc" The KBRANCH statement identifies 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" machine: # Add netfilter to all linux-yocto kernels - KERNEL_FEATURES="features/netfilter" + KERNEL_FEATURES="features/netfilter/netfilter.scc" # Add sound support to the qemux86 machine - KERNEL_FEATURES_append_qemux86=" cfg/sound" + KERNEL_FEATURES_append_qemux86=" cfg/sound.scc" -- cgit v1.2.3-54-g00ecf