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.bbappend16
1 files changed, 16 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..382f5e4
--- /dev/null
+++ b/recipes-kernel/linux/linux-raspberrypi_3.6.11.bbappend
@@ -0,0 +1,16 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2
3KERNEL_FEATURES="cfg/localversion \
4 cfg/with_modules \
5 cfg/embedded \
6 cfg/preempt \
7 cfg/root_nfs \
8 cfg/devtmpfs \
9 cfg/bootlogd \
10 cfg/mtd_tests \
11 cfg/ltp \
12 "
13
14STAGING_KERNEL_FEATURES = "${KERNEL_FEATURES} cfg/debug cfg/kprobes cfg/oprofile cfg/i2c cfg/lttng cfg/perf cfg/powertop cfg/latencytop cfg/systemtap"
15
16require recipes-kernel/linux/staging-kernel.inc