summaryrefslogtreecommitdiffstats
path: root/conf/machine/intel-core2-32.conf
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-04-01 17:45:53 -0700
committerTom Zanussi <tom.zanussi@intel.com>2014-04-04 08:59:56 -0500
commit14093e6b884f02dc9a27fc4c2d700ac4074a492b (patch)
tree69eeb1ce5854cab01d58d208813e826e7437f2ea /conf/machine/intel-core2-32.conf
parent2839beb8ddfcf24163c7e01d842f289acdf07fee (diff)
downloadmeta-intel-14093e6b884f02dc9a27fc4c2d700ac4074a492b.tar.gz
intel-core2-32: change the default kernel to v3.14
Use the latest linux-yocto kernel for the intel-core2-32 BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@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 92c2ec6a..5c3e714c 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -3,7 +3,7 @@
3 3
4#@DESCRIPTION: Machine configuration for 32 bit Intel Core 2 CPU (and later) with MMX, SSE, SSE2, SSE3, and SSSE3 instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. 4#@DESCRIPTION: Machine configuration for 32 bit Intel Core 2 CPU (and later) with MMX, SSE, SSE2, SSE3, and SSSE3 instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
5 5
6PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-dev" 6PREFERRED_VERSION_linux-yocto ?= "3.14%"
7 7
8require conf/machine/include/meta-intel.inc 8require conf/machine/include/meta-intel.inc
9require conf/machine/include/intel-core2-32-common.inc 9require conf/machine/include/intel-core2-32-common.inc