mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
Romley: Add new bbappend file for 3.2 kernel
Switching Romley to 3.2 kernel. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
f89405e115
commit
b669b93631
|
@ -4,6 +4,9 @@
|
||||||
#@DESCRIPTION: Machine configuration for Romley systems
|
#@DESCRIPTION: Machine configuration for Romley systems
|
||||||
# i.e. Sandy Bridge + Patsburg Chipset
|
# i.e. Sandy Bridge + Patsburg Chipset
|
||||||
|
|
||||||
|
|
||||||
|
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_romley = "romley"
|
||||||
|
KMACHINE_romley = "romley"
|
||||||
|
|
||||||
|
# Update the following to use a different BSP branch or meta SRCREV
|
||||||
|
#KBRANCH_romley = "standard/preempt-rt/base"
|
||||||
|
#SRCREV_machine_pn-linux-yocto-rt_romley ?= XXXX
|
||||||
|
#SRCREV_meta_pn-linux-yocto-rt_romley ?= XXXX
|
|
@ -0,0 +1,9 @@
|
||||||
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE_romley = "romley"
|
||||||
|
|
||||||
|
KMACHINE_romley = "romley"
|
||||||
|
KBRANCH_romley = "standard/default/common-pc-64/romley"
|
||||||
|
|
||||||
|
SRCREV_machine_pn-linux-yocto_romley ?= "5c7f1c53b5b367858ae6a86c1d4de36d8c71bedb"
|
||||||
|
SRCREV_meta_pn-linux-yocto_romley ?= "59f350ec3794e19fa806c1b73749d851f8ebf364"
|
Loading…
Reference in New Issue
Block a user