diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2014-09-23 11:07:33 -0700 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-09-30 10:01:01 -0500 |
commit | d49bf442eb567580e7426a579c6ca34c9f980b68 (patch) | |
tree | b3754cc3d93a39417c608e167f7915cb3001fc8f /conf | |
parent | e1b6652d829ee72dcec0edd68269e6df0a495747 (diff) | |
download | meta-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')
-rw-r--r-- | conf/machine/intel-core2-32.conf | 2 |
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 | |||
8 | require conf/machine/include/intel-common-pkgarch.inc | 8 | require conf/machine/include/intel-common-pkgarch.inc |
9 | 9 | ||
10 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 10 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
11 | PREFERRED_VERSION_linux-yocto ?= "3.14%" | 11 | PREFERRED_VERSION_linux-yocto ?= "3.17%" |
12 | 12 | ||
13 | MACHINE_FEATURES += "pcbios efi" | 13 | MACHINE_FEATURES += "pcbios efi" |
14 | MACHINE_FEATURES += "va-impl-intel" | 14 | MACHINE_FEATURES += "va-impl-intel" |