summaryrefslogtreecommitdiffstats
path: root/conf/machine/intel-core2-32.conf
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-09-23 11:07:33 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2014-09-30 10:01:01 -0500
commitd49bf442eb567580e7426a579c6ca34c9f980b68 (patch)
treeb3754cc3d93a39417c608e167f7915cb3001fc8f /conf/machine/intel-core2-32.conf
parente1b6652d829ee72dcec0edd68269e6df0a495747 (diff)
downloadmeta-intel-d49bf442eb567580e7426a579c6ca34c9f980b68.tar.gz
intel-core2-32: Use the v3.17 kernel by default
The linux-yocto_3.17 recipe is available for this BSP. Make it the default kernel for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'conf/machine/intel-core2-32.conf')
-rw-r--r--conf/machine/intel-core2-32.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index 3c3d2901..9c30f7df 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -8,7 +8,7 @@ require conf/machine/include/intel-core2-32-common.inc
8require conf/machine/include/intel-common-pkgarch.inc 8require conf/machine/include/intel-common-pkgarch.inc
9 9
10PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 10PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
11PREFERRED_VERSION_linux-yocto ?= "3.14%" 11PREFERRED_VERSION_linux-yocto ?= "3.17%"
12 12
13MACHINE_FEATURES += "pcbios efi" 13MACHINE_FEATURES += "pcbios efi"
14MACHINE_FEATURES += "va-impl-intel" 14MACHINE_FEATURES += "va-impl-intel"