mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
meta-chiefriver: switch to linux-yocto-3.4 kernel
Switch chiefriver to the 3.4 kernel and update kernel SRCREVs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
a944332ecf
commit
5d0c08cd8b
|
@ -4,7 +4,7 @@
|
||||||
#@DESCRIPTION: Machine configuration for Chief River systems
|
#@DESCRIPTION: Machine configuration for Chief River systems
|
||||||
# i.e. Ivy Bridge + Panther Point
|
# i.e. Ivy Bridge + Panther Point
|
||||||
|
|
||||||
PREFERRED_VERSION_linux-yocto ?= "3.2%"
|
PREFERRED_VERSION_linux-yocto ?= "3.4%"
|
||||||
|
|
||||||
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_chiefriver = "chiefriver"
|
||||||
|
KMACHINE_chiefriver = "chiefriver"
|
||||||
|
|
||||||
|
# Update the following to use a different BSP branch or meta SRCREV
|
||||||
|
#KBRANCH_chiefriver = "standard/preempt-rt/base"
|
||||||
|
#SRCREV_machine_pn-linux-yocto-rt_chiefriver ?= XXXX
|
||||||
|
#SRCREV_meta_pn-linux-yocto-rt_chiefriver ?= XXXX
|
|
@ -0,0 +1,10 @@
|
||||||
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE_chiefriver = "chiefriver"
|
||||||
|
KMACHINE_chiefriver = "chiefriver"
|
||||||
|
KBRANCH_chiefriver = "standard/common-pc-64/chiefriver"
|
||||||
|
|
||||||
|
KERNEL_FEATURES_append_chiefriver = " features/amt/mei"
|
||||||
|
|
||||||
|
SRCREV_machine_pn-linux-yocto_chiefriver ?= "6297e4c1d57e1063bfce297c2e12392348598559"
|
||||||
|
SRCREV_meta_pn-linux-yocto_chiefriver ?= "c2b5ee363bf2612932301488f3ac0644ff70fc7c"
|
Loading…
Reference in New Issue
Block a user