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')
-rwxr-xr-xmeta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend13
1 files changed, 12 insertions, 1 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 39789519..828e6fd5 100755
--- a/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ b/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
@@ -2,10 +2,21 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2COMPATIBLE_MACHINE_cedartrail = "cedartrail" 2COMPATIBLE_MACHINE_cedartrail = "cedartrail"
3KMACHINE_cedartrail = "cedartrail" 3KMACHINE_cedartrail = "cedartrail"
4 4
5# The Cedarview processors have hyperthreading and includes dual-core versions 5COMPATIBLE_MACHINE_cedartrail-nopvr = "cedartrail"
6KMACHINE_cedartrail-nopvr = "cedartrail"
7KERNEL_FEATURES_append_cedartrail-nopvr += " cfg/smp.scc"
8
9COMPATIBLE_MACHINE_cedartrail = "cedartrail"
10KMACHINE_cedartrail = "cedartrail"
6KERNEL_FEATURES_append_cedartrail += " cfg/smp.scc" 11KERNEL_FEATURES_append_cedartrail += " cfg/smp.scc"
12KERNEL_FEATURES_append_cedartrail += " cfg/drm-cdvpvr.scc"
13KERNEL_FEATURES_append_cedartrail += " bsp/cedartrail/cedartrail-pvr-merge.scc"
7 14
8# 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
16#KBRANCH_cedartrail-nopvr = "yocto/standard/preempt-rt/base"
17#SRCREV_machine_pn-linux-yocto-rt_cedartrail-nopvr ?= XXXX
18#SRCREV_meta_pn-linux-yocto-rt_cedartrail-nopvr ?= XXXX
19
9#KBRANCH_cedartrail = "yocto/standard/preempt-rt/base" 20#KBRANCH_cedartrail = "yocto/standard/preempt-rt/base"
10#SRCREV_machine_pn-linux-yocto-rt_cedartrail ?= XXXX 21#SRCREV_machine_pn-linux-yocto-rt_cedartrail ?= XXXX
11#SRCREV_meta_pn-linux-yocto-rt_cedartrail ?= XXXX 22#SRCREV_meta_pn-linux-yocto-rt_cedartrail ?= XXXX