summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-romley/conf/machine/romley.conf3
-rw-r--r--meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend8
-rw-r--r--meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend9
3 files changed, 20 insertions, 0 deletions
diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf
index aa334c08..e6a755be 100644
--- a/meta-romley/conf/machine/romley.conf
+++ b/meta-romley/conf/machine/romley.conf
@@ -4,6 +4,9 @@
4#@DESCRIPTION: Machine configuration for Romley systems 4#@DESCRIPTION: Machine configuration for Romley systems
5# i.e. Sandy Bridge + Patsburg Chipset 5# i.e. Sandy Bridge + Patsburg Chipset
6 6
7
8PREFERRED_VERSION_linux-yocto ?= "3.2%"
9
7require conf/machine/include/tune-x86_64.inc 10require conf/machine/include/tune-x86_64.inc
8require conf/machine/include/ia32-base.inc 11require conf/machine/include/ia32-base.inc
9 12
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
new file mode 100644
index 00000000..7a617490
--- /dev/null
+++ b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
@@ -0,0 +1,8 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2COMPATIBLE_MACHINE_romley = "romley"
3KMACHINE_romley = "romley"
4
5# Update the following to use a different BSP branch or meta SRCREV
6#KBRANCH_romley = "standard/preempt-rt/base"
7#SRCREV_machine_pn-linux-yocto-rt_romley ?= XXXX
8#SRCREV_meta_pn-linux-yocto-rt_romley ?= XXXX
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
new file mode 100644
index 00000000..803e772c
--- /dev/null
+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -0,0 +1,9 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3COMPATIBLE_MACHINE_romley = "romley"
4
5KMACHINE_romley = "romley"
6KBRANCH_romley = "standard/default/common-pc-64/romley"
7
8SRCREV_machine_pn-linux-yocto_romley ?= "5c7f1c53b5b367858ae6a86c1d4de36d8c71bedb"
9SRCREV_meta_pn-linux-yocto_romley ?= "59f350ec3794e19fa806c1b73749d851f8ebf364"