summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto_3.10.bbappend
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:53:30 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:53:30 +0200
commitc2da06c175b7ce286c2acdf44d891bfdf8cd8def (patch)
treec8a087a3fc67757076dad105f45ed86d618e2ae6 /recipes-kernel/linux/linux-yocto_3.10.bbappend
downloadmeta-nohz-c2da06c175b7ce286c2acdf44d891bfdf8cd8def.tar.gz
initial commit for Enea Linux 4.0HEADdaisy-eneadaisy
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-kernel/linux/linux-yocto_3.10.bbappend')
-rw-r--r--recipes-kernel/linux/linux-yocto_3.10.bbappend9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.10.bbappend b/recipes-kernel/linux/linux-yocto_3.10.bbappend
new file mode 100644
index 0000000..c7365b1
--- /dev/null
+++ b/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -0,0 +1,9 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2
3SRC_URI += "\
4 file://cfg/00038-hotplug_cpu.cfg \
5 file://cfg/00039-nohz.cfg \
6 file://patches/sched-nohz-add-debugfs-control-over-sched_tick_max_d.patch \
7 file://patches/sched-nohz-Fix-overflow-error-in-scheduler_tick_max_.patch \
8 file://patches/nohz-Drop-generic-vtime-obsolete-dependency-on-CONFI.patch \
9 "