diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-03-14 16:44:06 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-03-14 18:30:57 -0700 |
commit | 93970e41e310ca6c6600599c42b6c544848865cd (patch) | |
tree | e0f4ca8939c2c62e4d726ef7c4185bfe127d6873 /meta/recipes-kernel | |
parent | a250829cb64b2d25918ae21ce4752f170a3345a8 (diff) | |
download | poky-93970e41e310ca6c6600599c42b6c544848865cd.tar.gz |
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.
(From OE-Core rev: e906c6ea72b0edcc509a2ef5f44cba5584432dd1)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
CC: Jessica Zhang <jessica.zhang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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" | |||
31 | KERNEL_FEATURES_append_qemux86=" cfg/sound" | 31 | KERNEL_FEATURES_append_qemux86=" cfg/sound" |
32 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound" | 32 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound" |
33 | 33 | ||
34 | # Temporary fix for oprofile and latencytop on qemux86-64 | ||
35 | KERNEL_FEATURES_append_qemux86-64=" features/profiling" | ||
36 | KERNEL_FEATURES_append_qemux86-64=" features/latencytop" | ||
37 | |||
34 | # extra tasks | 38 | # extra tasks |
35 | addtask kernel_link_vmlinux after do_compile before do_install | 39 | addtask kernel_link_vmlinux after do_compile before do_install |
36 | addtask validate_branches before do_patch after do_kernel_checkout | 40 | addtask validate_branches before do_patch after do_kernel_checkout |