diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2014-04-01 17:46:46 -0700 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2014-04-04 09:00:04 -0500 |
commit | 25486efb37dfb760a8cc3354940da22884b9db84 (patch) | |
tree | f079df691252efc0c94c8f6bd3832d4b579331bb | |
parent | 14093e6b884f02dc9a27fc4c2d700ac4074a492b (diff) | |
download | meta-intel-25486efb37dfb760a8cc3354940da22884b9db84.tar.gz meta-intel-25486efb37dfb760a8cc3354940da22884b9db84.tar.bz2 meta-intel-25486efb37dfb760a8cc3354940da22884b9db84.zip |
intel-corei7-64: change the default kernel to v3.14
Use the latest linux-yocto kernel for the intel-corei7-64 BSP.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
-rw-r--r-- | conf/machine/intel-corei7-64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index 6f9e1f67..2d355542 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for 64 bit Intel Core i7 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. -PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-dev" +PREFERRED_VERSION_linux-yocto ?= "3.14%" require conf/machine/include/meta-intel.inc require conf/machine/include/intel-corei7-64-common.inc |