summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-03-24 16:27:10 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-31 22:02:42 +0100
commitcddd8821e12981f6d1d49e5a65eddfca56fc8105 (patch)
treee5623814c400577eb3010fe9035064e5e455cf4a /meta
parent0b420dae4b102bac4dff8f915702b82cd78f0261 (diff)
downloadpoky-cddd8821e12981f6d1d49e5a65eddfca56fc8105.tar.gz
linux-yocto/qemux86-64: enable profiling and latency
The configuration chunks for profiling and latency top have been enabled in tree now, so we can drop optional feature additions in the recipe itself. build tests show identical configurations. (From OE-Core rev: 0f69382ac1eea1dea05581c29cf66e3214f0bd74) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_git.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_git.bb b/meta/recipes-kernel/linux/linux-yocto_git.bb
index f35d1a2bf0..38fbba3646 100644
--- a/meta/recipes-kernel/linux/linux-yocto_git.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_git.bb
@@ -31,10 +31,6 @@ KERNEL_FEATURES="features/netfilter"
31KERNEL_FEATURES_append_qemux86=" cfg/sound" 31KERNEL_FEATURES_append_qemux86=" cfg/sound"
32KERNEL_FEATURES_append_qemux86-64=" cfg/sound" 32KERNEL_FEATURES_append_qemux86-64=" cfg/sound"
33 33
34# Temporary fix for oprofile and latencytop on qemux86-64
35KERNEL_FEATURES_append_qemux86-64=" features/profiling"
36KERNEL_FEATURES_append_qemux86-64=" features/latencytop"
37
38# extra tasks 34# extra tasks
39addtask kernel_link_vmlinux after do_compile before do_install 35addtask kernel_link_vmlinux after do_compile before do_install
40addtask validate_branches before do_patch after do_kernel_checkout 36addtask validate_branches before do_patch after do_kernel_checkout