diff options
author | Kishore Bodke <kishore.k.bodke@intel.com> | 2012-01-06 14:24:26 -0800 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-01-09 17:55:07 -0600 |
commit | 38f2b670bc37515bcb0fa7f98e338e5242d70386 (patch) | |
tree | 479f4d33a562112973087d002cf8a3d27b1d1972 /meta-cedartrail/recipes-kernel | |
parent | 7c3db7010479970f3f92501349827c517de3c36a (diff) | |
download | meta-intel-38f2b670bc37515bcb0fa7f98e338e5242d70386.tar.gz |
meta-cedartrail: Create new layer for cedartrail System.
This layer provides the initial version of the BSP for Cedar Trail
platform. The Cedar Trail platform is based on the Cedarview processor
and Tiger Point Chipset.
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')
-rw-r--r-- | meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | 8 | ||||
-rw-r--r-- | meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend | 8 |
2 files changed, 16 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 new file mode 100644 index 00000000..372b1392 --- /dev/null +++ b/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | |||
@@ -0,0 +1,8 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | COMPATIBLE_MACHINE_cedartrail = "cedartrail" | ||
3 | KMACHINE_cedartrail = "cedartrail" | ||
4 | |||
5 | # Update the following to use a different BSP branch or meta SRCREV | ||
6 | #KBRANCH_cedartrail = "yocto/standard/preempt-rt/base" | ||
7 | #SRCREV_machine_pn-linux-yocto-rt_cedartrail ?= XXXX | ||
8 | #SRCREV_meta_pn-linux-yocto-rt_cedartrail ?= XXXX | ||
diff --git a/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend new file mode 100644 index 00000000..44cd4e89 --- /dev/null +++ b/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend | |||
@@ -0,0 +1,8 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_cedartrail = "cedartrail" | ||
4 | KMACHINE_cedartrail = "yocto/standard/cedartrail" | ||
5 | KERNEL_FEATURES_append_cedartrail += " cfg/smp.scc" | ||
6 | |||
7 | SRCREV_machine_pn-linux-yocto_cedartrail ?= "153cb7313697f6638109ed6ce40009af353eeb94" | ||
8 | SRCREV_meta_pn-linux-yocto_cedartrail ?= "67ce7623909cef63927fd145026aaf371cf4abf1" | ||