summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto_4.4.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-yocto_4.4.bbappend')
-rw-r--r--recipes-kernel/linux/linux-yocto_4.4.bbappend28
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto_4.4.bbappend b/recipes-kernel/linux/linux-yocto_4.4.bbappend
new file mode 100644
index 0000000..a2cdfec
--- /dev/null
+++ b/recipes-kernel/linux/linux-yocto_4.4.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 "