summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto_4.8.bbappend
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-10-07 10:13:32 +0200
committerMartin Borg <martin.borg@enea.com>2016-10-17 15:52:39 +0200
commite16a715b2c78602ae3c394c2c3731bbe34c817f9 (patch)
tree65dd6d24ccc7707bac02d25ac935e033ded993c9 /recipes-kernel/linux/linux-yocto_4.8.bbappend
parent6434ca55813870b33c5298381f2d18d3c2fa727a (diff)
downloadmeta-enea-bsp-common-e16a715b2c78602ae3c394c2c3731bbe34c817f9.tar.gz
linux-yocto: Append the 4.8 version instead
Yocto is using the 4.8 kernel as default now, so that's the version we should be patching. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'recipes-kernel/linux/linux-yocto_4.8.bbappend')
-rw-r--r--recipes-kernel/linux/linux-yocto_4.8.bbappend28
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto_4.8.bbappend b/recipes-kernel/linux/linux-yocto_4.8.bbappend
new file mode 100644
index 0000000..a2cdfec
--- /dev/null
+++ b/recipes-kernel/linux/linux-yocto_4.8.bbappend
@@ -0,0 +1,28 @@
1require recipes-kernel/linux/enea-common.inc
2
3FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
4
5SRC_URI += ""
6
7ENEA_KERNEL_FRAGMENTS += "\
8 cfg/localversion.cfg \
9 cfg/with_modules.cfg \
10 cfg/embedded.cfg \
11 cfg/preempt.cfg \
12 cfg/root_nfs.cfg \
13 cfg/devtmpfs.cfg \
14 cfg/bootlogd.cfg \
15 cfg/mtd_tests.cfg \
16 cfg/latencytop.cfg \
17 cfg/ltp.cfg \
18 cfg/fuse.cfg \
19 cfg/dpa.cfg \
20 cfg/kprobes.cfg \
21 cfg/i2c.cfg \
22 cfg/lttng.cfg \
23 cfg/powertop.cfg \
24 cfg/systemtap.cfg \
25 cfg/kgdb.cfg \
26 cfg/gpio.cfg \
27 cfg/cpusets.cfg \
28 "