summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ls1-common.inc
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-06-08 14:44:13 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2016-06-09 17:04:01 +0200
commit92f7911635dfe561484b7aa9df513d34d204559a (patch)
tree6bf9e48dc995279be558a72354ef10e3e8a03870 /recipes-kernel/linux/linux-ls1-common.inc
parent1d66379144ea6cc28ef5e9b9fe841158b0011774 (diff)
downloadmeta-enea-bsp-arm-92f7911635dfe561484b7aa9df513d34d204559a.tar.gz
linux-ls1: Apply kernel configs
Aplpy the same kernel configs as for the qoriq kernel. meta-fsl-arm has a class overwriting the .config file in do_configure_prepend which makes it impossible to make changes to it in a .bbappend. So we are forced to change it in do_configure_append and force another configuration. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-kernel/linux/linux-ls1-common.inc')
-rw-r--r--recipes-kernel/linux/linux-ls1-common.inc27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ls1-common.inc b/recipes-kernel/linux/linux-ls1-common.inc
new file mode 100644
index 0000000..fe8a391
--- /dev/null
+++ b/recipes-kernel/linux/linux-ls1-common.inc
@@ -0,0 +1,27 @@
1require recipes-kernel/linux/enea-common.inc
2
3ENEA_KERNEL_FRAGMENTS += "\
4 cfg/localversion.cfg \
5 cfg/with_modules.cfg \
6 cfg/embedded.cfg \
7 cfg/preempt.cfg \
8 cfg/root_nfs.cfg \
9 cfg/devtmpfs.cfg \
10 cfg/bootlogd.cfg \
11 cfg/mtd_tests.cfg \
12 cfg/latencytop.cfg \
13 cfg/ltp.cfg \
14 cfg/fuse.cfg \
15 cfg/dpa.cfg \
16 cfg/kprobes.cfg \
17 cfg/i2c.cfg \
18 cfg/lttng.cfg \
19 cfg/powertop.cfg \
20 cfg/systemtap.cfg \
21 cfg/kgdb.cfg \
22 cfg/gpio.cfg \
23 cfg/cpusets.cfg \
24 cfg/nfsdv3.cfg \
25 cfg/nfsdv4.cfg \
26 cfg/nls_cp437.cfg \
27 "