diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-03-14 16:44:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-15 01:17:47 +0000 |
commit | e906c6ea72b0edcc509a2ef5f44cba5584432dd1 (patch) | |
tree | a53823c0cb6a29a8b486272bbff923a3c33688c2 /meta/recipes-kernel | |
parent | 0dd3f7ccd170c8eae1014f5fd66a0e30fed7ad0c (diff) | |
download | openembedded-core-e906c6ea72b0edcc509a2ef5f44cba5584432dd1.tar.gz openembedded-core-e906c6ea72b0edcc509a2ef5f44cba5584432dd1.tar.bz2 openembedded-core-e906c6ea72b0edcc509a2ef5f44cba5584432dd1.zip |
qemux86-64: Enable latencytop and profiling (temporary)
Fixes [YOCTO #858] and [YOCTO #859]
common-pc-64.scc in the linux-yocto meta data omits latencytop and profiling
(but common-pc.scc includes them). The right fix is in common-pc-64.inc, but
this fix gets people people unblocked until Bruce can commit the proper fix to
linux-yocto.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
CC: Jessica Zhang <jessica.zhang@intel.com>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_git.bb b/meta/recipes-kernel/linux/linux-yocto_git.bb index 38fbba3646..f35d1a2bf0 100644 --- a/meta/recipes-kernel/linux/linux-yocto_git.bb +++ b/meta/recipes-kernel/linux/linux-yocto_git.bb @@ -31,6 +31,10 @@ 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 |