meta-crystalforest: update machine conf default kernel to v3.10

Update Gladden and Server platforms to support kernel version 3.10
by default.

Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Chang, Rebecca Swee Fun 2013-10-23 09:42:12 +08:00 committed by Tom Zanussi
parent 91366de454
commit 1e9c182b80
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
# i.e. Xeon E3-1125C/E3-1105C + Intel 89xx communication Chipset
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
PREFERRED_VERSION_linux-yocto ?= "3.8%"
PREFERRED_VERSION_linux-yocto ?= "3.10%"
require conf/machine/include/tune-x86_64.inc
require conf/machine/include/ia32-base.inc

View File

@ -9,7 +9,7 @@
# i.e. Xeon E5-2600 and E5-2400 + Intel 89xx Communication Chipsets
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
PREFERRED_VERSION_linux-yocto ?= "3.8%"
PREFERRED_VERSION_linux-yocto ?= "3.10%"
require conf/machine/include/tune-x86_64.inc
require conf/machine/include/ia32-base.inc