diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-03-24 16:27:10 -0400 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-06 17:44:22 -0700 |
commit | 5ec8233e2f2892b7746564724fbac738ed19450d (patch) | |
tree | 410d72b12b71c81b47a505b8cdbfab5b163cbf15 /meta/recipes-kernel | |
parent | c7301228c086004f60a10649fa61fc1c127f93c6 (diff) | |
download | poky-5ec8233e2f2892b7746564724fbac738ed19450d.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.
(From OE-Core rev: 0f69382ac1eea1dea05581c29cf66e3214f0bd74)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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, 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" | |||
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 | |||
38 | # extra tasks | 34 | # extra tasks |
39 | addtask kernel_link_vmlinux after do_compile before do_install | 35 | addtask kernel_link_vmlinux after do_compile before do_install |
40 | addtask validate_branches before do_patch after do_kernel_checkout | 36 | addtask validate_branches before do_patch after do_kernel_checkout |