aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
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 15:31:16 +0100
commit0f69382ac1eea1dea05581c29cf66e3214f0bd74 (patch)
tree28310e1eca60f84d1526249b921aef8fee81d5cb /meta/recipes-kernel
parent7dbb204266a480435f78837aa1bded30fed96378 (diff)
downloadopenembedded-core-contrib-0f69382ac1eea1dea05581c29cf66e3214f0bd74.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. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-kernel')
-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"
KERNEL_FEATURES_append_qemux86=" cfg/sound"
KERNEL_FEATURES_append_qemux86-64=" cfg/sound"
-# Temporary fix for oprofile and latencytop on qemux86-64
-KERNEL_FEATURES_append_qemux86-64=" features/profiling"
-KERNEL_FEATURES_append_qemux86-64=" features/latencytop"
-
# extra tasks
addtask kernel_link_vmlinux after do_compile before do_install
addtask validate_branches before do_patch after do_kernel_checkout