From cddd8821e12981f6d1d49e5a65eddfca56fc8105 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 24 Mar 2011 16:27:10 -0400 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto_git.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta') 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 -- cgit v1.2.3-54-g00ecf