summaryrefslogtreecommitdiffstats
path: root/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
diff options
context:
space:
mode:
authorKishore Bodke <kishore.k.bodke@intel.com>2012-04-10 11:21:03 -0700
committerTom Zanussi <tom.zanussi@intel.com>2012-04-12 09:07:09 -0500
commit6402a13cc4bc1842c1f03c75465733c5df2ba596 (patch)
tree48ca3ac27ca1c8a9299951c839df155aeb7c65f6 /meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
parent9bb6e5047d177d18d03220895ad506d0934869dd (diff)
downloadmeta-intel-6402a13cc4bc1842c1f03c75465733c5df2ba596.tar.gz
Cedartrail: Update SRCREVS and add EFI Support.
Add EFI support and update the SRCREVS for pvr version of build. Add pvr merge scc file to pull in the pvr patches. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
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"