mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
meta-crownbay: switch to linux-yocto-3.2 kernel
Switch crownbay and crownbay-noemgd to the 3.2 kernel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
53ae200809
commit
add666e2d8
|
@ -4,6 +4,8 @@
|
|||
#@DESCRIPTION: Machine configuration for Crown Bay systems, without Intel-proprietary graphics bits
|
||||
# i.e. E660 + EG20T
|
||||
|
||||
PREFERRED_VERSION_linux-yocto ?= "3.2%"
|
||||
|
||||
require conf/machine/include/tune-atom.inc
|
||||
require conf/machine/include/ia32-base.inc
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
#@DESCRIPTION: Machine configuration for Crown Bay systems
|
||||
# i.e. E660 + EG20T
|
||||
|
||||
PREFERRED_VERSION_linux-yocto ?= "3.2%"
|
||||
|
||||
require conf/machine/include/tune-atom.inc
|
||||
require conf/machine/include/ia32-base.inc
|
||||
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
|
||||
KMACHINE_crownbay-noemgd = "crownbay"
|
||||
|
||||
KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc"
|
||||
|
||||
COMPATIBLE_MACHINE_crownbay = "crownbay"
|
||||
KMACHINE_crownbay = "crownbay"
|
||||
|
||||
KERNEL_FEATURES_append_crownbay += " cfg/smp.scc"
|
||||
|
||||
# Update the following to use a different BSP branch or meta SRCREV
|
||||
#KBRANCH_crownbay-noemgd = "yocto/standard/preempt-rt/base"
|
||||
#SRCREV_machine_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX
|
||||
#SRCREV_meta_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX
|
||||
|
||||
#KBRANCH_crownbay = "yocto/standard/preempt-rt/base"
|
||||
#SRCREV_machine_pn-linux-yocto-rt_crownbay ?= XXXX
|
||||
#SRCREV_meta_pn-linux-yocto-rt_crownbay ?= XXXX
|
17
meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
Normal file
17
meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
Normal file
|
@ -0,0 +1,17 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
COMPATIBLE_MACHINE_crownbay = "crownbay"
|
||||
KMACHINE_crownbay = "crownbay"
|
||||
KBRANCH_crownbay = "standard/default/crownbay"
|
||||
KERNEL_FEATURES_append_crownbay += " cfg/smp.scc"
|
||||
|
||||
COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
|
||||
KMACHINE_crownbay-noemgd = "crownbay"
|
||||
KBRANCH_crownbay-noemgd = "standard/default/crownbay"
|
||||
KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc"
|
||||
|
||||
SRCREV_machine_pn-linux-yocto_crownbay ?= "211fc7f4d10ec2b82b424286aabbaff9254b7cbd"
|
||||
SRCREV_meta_pn-linux-yocto_crownbay ?= "514847185c78c07f52e02750fbe0a03ca3a31d8f"
|
||||
|
||||
SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "211fc7f4d10ec2b82b424286aabbaff9254b7cbd"
|
||||
SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "514847185c78c07f52e02750fbe0a03ca3a31d8f"
|
Loading…
Reference in New Issue
Block a user