summaryrefslogtreecommitdiffstats
path: root/meta-cedartrail/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'meta-cedartrail/recipes-kernel')
-rwxr-xr-xmeta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend11
-rwxr-xr-xmeta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend10
2 files changed, 21 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 100755
index 00000000..39789519
--- /dev/null
+++ b/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
@@ -0,0 +1,11 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2COMPATIBLE_MACHINE_cedartrail = "cedartrail"
3KMACHINE_cedartrail = "cedartrail"
4
5# The Cedarview processors have hyperthreading and includes dual-core versions
6KERNEL_FEATURES_append_cedartrail += " cfg/smp.scc"
7
8# Update the following to use a different BSP branch or meta SRCREV
9#KBRANCH_cedartrail = "yocto/standard/preempt-rt/base"
10#SRCREV_machine_pn-linux-yocto-rt_cedartrail ?= XXXX
11#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 100755
index 00000000..7e746f57
--- /dev/null
+++ b/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -0,0 +1,10 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3COMPATIBLE_MACHINE_cedartrail = "cedartrail"
4KMACHINE_cedartrail = "yocto/standard/cedartrail"
5
6# The Cedarview processors have hyperthreading and includes dual-core versions
7KERNEL_FEATURES_append_cedartrail += " cfg/smp.scc"
8
9SRCREV_machine_pn-linux-yocto_cedartrail ?= "5746120ee0afefd1e28400bea4b74f285bd5e59a"
10SRCREV_meta_pn-linux-yocto_cedartrail ?= "d588bdafc0d9b4d2386144b7d76a1d379e2d16c0"