summaryrefslogtreecommitdiffstats
path: root/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend')
-rw-r--r--meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
index 5a95d3e2..2248c884 100644
--- a/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ b/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
@@ -3,6 +3,14 @@ COMPATIBLE_MACHINE_cedartrail = "cedartrail"
3KMACHINE_cedartrail = "cedartrail" 3KMACHINE_cedartrail = "cedartrail"
4 4
5KERNEL_FEATURES_append_cedartrail += " cfg/smp.scc" 5KERNEL_FEATURES_append_cedartrail += " cfg/smp.scc"
6KERNEL_FEATURES_append_cedartrail += " cfg/drm-cdvpvr.scc"
7KERNEL_FEATURES_append_cedartrail += " bsp/cedartrail/cedartrail-pvr-merge.scc"
8KERNEL_FEATURES_append_cedartrail += " cfg/efi-ext.scc"
9
10COMPATIBLE_MACHINE_cedartrail-nopvr = "cedartrail"
11KMACHINE_cedartrail-nopvr = "cedartrail"
12KERNEL_FEATURES_append_cedartrail-nopvr += " cfg/smp.scc"
13
6 14
7# Update the following to use a different BSP branch or meta SRCREV 15# Update the following to use a different BSP branch or meta SRCREV
8#KBRANCH_cedartrail = "yocto/standard/preempt-rt/base" 16#KBRANCH_cedartrail = "yocto/standard/preempt-rt/base"