]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto/qemux86-64: enable profiling and latency
authorBruce Ashfield <bruce.ashfield@windriver.com>
Thu, 24 Mar 2011 20:27:10 +0000 (16:27 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Mar 2011 14:31:16 +0000 (15:31 +0100)
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>
meta/recipes-kernel/linux/linux-yocto_git.bb

index f35d1a2bf0fd6a57c6aa29c64c614fa69d7245d6..38fbba3646be2d5e7fbe81ec05646d73f5e5e9d7 100644 (file)
@@ -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