diff options
Diffstat (limited to 'meta-jasperforest')
3 files changed, 18 insertions, 1 deletions
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf index 26e08141..d661f7b8 100644 --- a/meta-jasperforest/conf/machine/jasperforest.conf +++ b/meta-jasperforest/conf/machine/jasperforest.conf | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post | 4 | #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post |
| 5 | # systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak) | 5 | # systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak) |
| 6 | 6 | ||
| 7 | PREFERRED_VERSION_linux-yocto ?= "3.2%" | 7 | PREFERRED_VERSION_linux-yocto ?= "3.4%" |
| 8 | 8 | ||
| 9 | require conf/machine/include/tune-x86_64.inc | 9 | require conf/machine/include/tune-x86_64.inc |
| 10 | require conf/machine/include/ia32-base.inc | 10 | require conf/machine/include/ia32-base.inc |
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend new file mode 100644 index 00000000..e506bf43 --- /dev/null +++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | COMPATIBLE_MACHINE_jasperforest = "jasperforest" | ||
| 3 | KMACHINE_jasperforest = "jasperforest" | ||
| 4 | |||
| 5 | # Update the following to use a different BSP branch or meta SRCREV | ||
| 6 | #KBRANCH_jasperforest = "standard/preempt-rt/base" | ||
| 7 | #SRCREV_machine_pn-linux-yocto-rt_jasperforest ?= ${AUTOREV} | ||
| 8 | #SRCREV_meta_pn-linux-yocto-rt_jasperforest ?= ${AUTOREV} | ||
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend new file mode 100644 index 00000000..abe60cdd --- /dev/null +++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_jasperforest = "jasperforest" | ||
| 4 | |||
| 5 | KMACHINE_jasperforest = "jasperforest" | ||
| 6 | KBRANCH_jasperforest = "standard/common-pc-64/jasperforest" | ||
| 7 | |||
| 8 | SRCREV_machine_pn-linux-yocto_jasperforest ?= "6297e4c1d57e1063bfce297c2e12392348598559" | ||
| 9 | SRCREV_meta_pn-linux-yocto_jasperforest ?= "c2b5ee363bf2612932301488f3ac0644ff70fc7c" | ||
