summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-04-01 17:35:44 -0700
committerTom Zanussi <tom.zanussi@intel.com>2014-04-04 08:58:53 -0500
commit548692b1cacd3f399db7a8eecf33d476659f92d3 (patch)
tree9fe94b584553983a0d68ea03837a5e4999a8e45b
parent71a0812b1df94fbaafaa9ecbb82870aeecf7012a (diff)
downloadmeta-intel-548692b1cacd3f399db7a8eecf33d476659f92d3.tar.gz
crownbay-noemgd: change the default kernel to v3.14
Use the latest linux-yocto kernel for the crownbay-noemgd BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
-rw-r--r--meta-crownbay/conf/machine/crownbay-noemgd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf
index 42bbfb12..307d9bd2 100644
--- a/meta-crownbay/conf/machine/crownbay-noemgd.conf
+++ b/meta-crownbay/conf/machine/crownbay-noemgd.conf
@@ -6,7 +6,7 @@
6#@DESCRIPTION: Machine configuration for Crown Bay systems, without Intel-proprietary graphics bits 6#@DESCRIPTION: Machine configuration for Crown Bay systems, without Intel-proprietary graphics bits
7# i.e. E660 + EG20T 7# i.e. E660 + EG20T
8 8
9PREFERRED_VERSION_linux-yocto ?= "3.10%" 9PREFERRED_VERSION_linux-yocto ?= "3.14%"
10 10
11require conf/machine/include/intel-core2-32-common.inc 11require conf/machine/include/intel-core2-32-common.inc
12 12