summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-keystone_3.10.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-keystone_3.10.bbappend')
-rw-r--r--recipes-kernel/linux/linux-keystone_3.10.bbappend12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-keystone_3.10.bbappend b/recipes-kernel/linux/linux-keystone_3.10.bbappend
new file mode 100644
index 0000000..b7f72dc
--- /dev/null
+++ b/recipes-kernel/linux/linux-keystone_3.10.bbappend
@@ -0,0 +1,12 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2
3SRC_URI += "\
4 file://cfg/00039-nohz.cfg \
5 file://patches/sched-nohz-add-debugfs-control-over-sched_tick_max_d.patch \
6 file://patches/sched-nohz-Fix-overflow-error-in-scheduler_tick_max_.patch \
7 file://patches/nohz-Drop-generic-vtime-obsolete-dependency-on-CONFI.patch \
8 "
9
10KERNEL_FEATURES += " \
11 cfg/00039-nohz \
12 "