summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-raspberrypi_3.6.11.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-raspberrypi_3.6.11.bbappend')
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_3.6.11.bbappend27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.6.11.bbappend b/recipes-kernel/linux/linux-raspberrypi_3.6.11.bbappend
new file mode 100644
index 0000000..56d5fef
--- /dev/null
+++ b/recipes-kernel/linux/linux-raspberrypi_3.6.11.bbappend
@@ -0,0 +1,27 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2
3KERNEL_FEATURES="\
4 cfg/00013-localversion \
5 cfg/00006-with_modules \
6 cfg/00001-embedded \
7 cfg/00012-preempt \
8 cfg/00002-root_nfs \
9 cfg/00029-devtmpfs \
10 cfg/00021-bootlogd \
11 cfg/00022-mtd_tests \
12 cfg/00026-ltp \
13 "
14
15STAGING_KERNEL_FEATURES = "${KERNEL_FEATURES} \
16 cfg/00020-debug \
17 cfg/00033-kprobes \
18 cfg/00007-oprofile \
19 cfg/00019-i2c \
20 cfg/00027-lttng \
21 cfg/00028-perf \
22 cfg/00025-powertop \
23 cfg/00030-latencytop \
24 cfg/00004-systemtap \
25 "
26
27require recipes-kernel/linux/staging-kernel.inc