summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.2.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-02-04 14:05:07 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-06 09:37:27 +0000
commitac2671a2cb37a4e616d2375948cbfeb418d0084f (patch)
tree58c879c3cae5677f1819590d5e5d6497a11d1d95 /meta/recipes-kernel/linux/linux-yocto_3.2.bb
parentc5fe8bc2abacac32ffa16819914d3012396c4cbc (diff)
downloadpoky-ac2671a2cb37a4e616d2375948cbfeb418d0084f.tar.gz
linux-yocto: KERNEL_FEATURES should reference full scc files
Some existing KERNEL_FEATURE references use a shorcut notation, but mapping these shortcuts to actual .scc files in the tree are not obvious. So we clarify where they are found by referencing the full .scc filename in the KERNEL_FEATURE addtions. (From OE-Core rev: 26c71c895e1d56d2f3576de833a576137e970fcc) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_3.2.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.2.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.2.bb b/meta/recipes-kernel/linux/linux-yocto_3.2.bb
index 77508fcf05..d080a6918a 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.2.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.2.bb
@@ -27,7 +27,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;b
27COMPATIBLE_MACHINE = "qemuarm|qemux86|qemuppc|qemumips|qemux86-64" 27COMPATIBLE_MACHINE = "qemuarm|qemux86|qemuppc|qemumips|qemux86-64"
28 28
29# Functionality flags 29# Functionality flags
30KERNEL_FEATURES_append=" features/netfilter" 30KERNEL_FEATURES_append=" features/netfilter/netfilter.scc"
31KERNEL_FEATURES_append=" features/taskstats" 31KERNEL_FEATURES_append=" features/taskstats/taskstats.scc"
32KERNEL_FEATURES_append_qemux86=" cfg/sound" 32KERNEL_FEATURES_append_qemux86=" cfg/sound.scc"
33KERNEL_FEATURES_append_qemux86-64=" cfg/sound" 33KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc"