mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
meta-emenlow: switch to linux-yocto-3.2 kernel
Switch emenlow to the 3.2 kernel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
59f55bb2e0
commit
9124870a6b
|
|
@ -4,6 +4,8 @@
|
|||
#@DESCRIPTION: Machine configuration for eMenlow based systems, like the
|
||||
# Webs-2120 box.
|
||||
|
||||
PREFERRED_VERSION_linux-yocto ?= "3.2%"
|
||||
|
||||
require conf/machine/include/tune-atom.inc
|
||||
require conf/machine/include/ia32-base.inc
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
COMPATIBLE_MACHINE_emenlow = "emenlow"
|
||||
KMACHINE_emenlow = "emenlow"
|
||||
|
||||
# Update the following to use a different BSP branch or meta SRCREV
|
||||
#KBRANCH_emenlow = "standard/preempt-rt/base"
|
||||
#SRCREV_machine_pn-linux-yocto-rt_emenlow ?= XXXX
|
||||
#SRCREV_meta_pn-linux-yocto-rt_emenlow ?= XXXX
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
COMPATIBLE_MACHINE_emenlow = "emenlow"
|
||||
KMACHINE_emenlow = "emenlow"
|
||||
KBRANCH_emenlow = "standard/default/emenlow"
|
||||
KERNEL_FEATURES_append_emenlow += " cfg/smp.scc"
|
||||
|
||||
SRCREV_machine_pn-linux-yocto_emenlow ?= "86d05af47be45c786c1823a76b6854fa8b411bec"
|
||||
SRCREV_meta_pn-linux-yocto_emenlow ?= "514847185c78c07f52e02750fbe0a03ca3a31d8f"
|
||||
Loading…
Reference in New Issue
Block a user