mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
meta-jasperforest: switch to linux-yocto-3.2 kernel
Switch jasperforest to the 3.2 kernel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
5fd80cf218
commit
99e436c70c
|
@ -4,6 +4,8 @@
|
||||||
#@DESCRIPTION: Machine configuration for Jasper Forest Picket Post
|
#@DESCRIPTION: Machine configuration for Jasper Forest Picket Post
|
||||||
# systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak)
|
# systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak)
|
||||||
|
|
||||||
|
PREFERRED_VERSION_linux-yocto ?= "3.2%"
|
||||||
|
|
||||||
require conf/machine/include/tune-x86_64.inc
|
require conf/machine/include/tune-x86_64.inc
|
||||||
require conf/machine/include/ia32-base.inc
|
require conf/machine/include/ia32-base.inc
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||||
|
COMPATIBLE_MACHINE_jasperforest = "jasperforest"
|
||||||
|
KMACHINE_jasperforest = "jasperforest"
|
||||||
|
|
||||||
|
# Update the following to use a different BSP branch or meta SRCREV
|
||||||
|
#KBRANCH_jasperforest = "standard/preempt-rt/base"
|
||||||
|
#SRCREV_machine_pn-linux-yocto-rt_jasperforest ?= ${AUTOREV}
|
||||||
|
#SRCREV_meta_pn-linux-yocto-rt_jasperforest ?= ${AUTOREV}
|
|
@ -0,0 +1,9 @@
|
||||||
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE_jasperforest = "jasperforest"
|
||||||
|
|
||||||
|
KMACHINE_jasperforest = "jasperforest"
|
||||||
|
KBRANCH_jasperforest = "standard/default/common-pc-64/jasperforest"
|
||||||
|
|
||||||
|
SRCREV_machine_pn-linux-yocto_jasperforest ?= "d0ae8f192e046f5572040617e2ccdbd156ce19c6"
|
||||||
|
SRCREV_meta_pn-linux-yocto_jasperforest ?= "514847185c78c07f52e02750fbe0a03ca3a31d8f"
|
Loading…
Reference in New Issue
Block a user