diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2014-09-23 11:09:27 -0700 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-09-30 10:01:01 -0500 |
commit | 2033f399aa120eeed924e30ad3896a1f205b9730 (patch) | |
tree | efe574e2989d7f9bbe323cabe58669a7dc83074e | |
parent | d49bf442eb567580e7426a579c6ca34c9f980b68 (diff) | |
download | meta-intel-2033f399aa120eeed924e30ad3896a1f205b9730.tar.gz meta-intel-2033f399aa120eeed924e30ad3896a1f205b9730.tar.bz2 meta-intel-2033f399aa120eeed924e30ad3896a1f205b9730.zip |
intel-corei7-64: 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>
-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 97d57b31..a4563239 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf @@ -8,7 +8,7 @@ require conf/machine/include/intel-corei7-64-common.inc require conf/machine/include/intel-common-pkgarch.inc PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "3.14%" +PREFERRED_VERSION_linux-yocto ?= "3.17%" MACHINE_FEATURES += "pcbios efi" MACHINE_FEATURES += "va-impl-intel" |