summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_git.bb4
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"
31KERNEL_FEATURES_append_qemux86=" cfg/sound" 31KERNEL_FEATURES_append_qemux86=" cfg/sound"
32KERNEL_FEATURES_append_qemux86-64=" cfg/sound" 32KERNEL_FEATURES_append_qemux86-64=" cfg/sound"
33 33
34# Temporary fix for oprofile and latencytop on qemux86-64
35KERNEL_FEATURES_append_qemux86-64=" features/profiling"
36KERNEL_FEATURES_append_qemux86-64=" features/latencytop"
37
34# extra tasks 38# extra tasks
35addtask kernel_link_vmlinux after do_compile before do_install 39addtask kernel_link_vmlinux after do_compile before do_install
36addtask validate_branches before do_patch after do_kernel_checkout 40addtask validate_branches before do_patch after do_kernel_checkout