summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-04-01 17:37:11 -0700
committerTom Zanussi <tom.zanussi@intel.com>2014-04-04 08:59:01 -0500
commit640a801cc4eeb28a17726b30ffffddf133474a70 (patch)
tree1bc89a7e0ba00f8d937475ae17ba4b5098f9fce7
parent548692b1cacd3f399db7a8eecf33d476659f92d3 (diff)
downloadmeta-intel-640a801cc4eeb28a17726b30ffffddf133474a70.tar.gz
emenlow-noemgd: change the default kernel to v3.14
Use the latest linux-yocto kernel for the emenlow-noemgd BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
-rw-r--r--meta-emenlow/conf/machine/emenlow-noemgd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-emenlow/conf/machine/emenlow-noemgd.conf b/meta-emenlow/conf/machine/emenlow-noemgd.conf
index f7b11e6e..d8e5a5e4 100644
--- a/meta-emenlow/conf/machine/emenlow-noemgd.conf
+++ b/meta-emenlow/conf/machine/emenlow-noemgd.conf
@@ -5,7 +5,7 @@
5 5
6#@DESCRIPTION: Machine configuration for eMenlow based systems, like the Webs-2120 box, without the Intel-proprietary graphics bits 6#@DESCRIPTION: Machine configuration for eMenlow based systems, like the Webs-2120 box, without the Intel-proprietary graphics bits
7 7
8PREFERRED_VERSION_linux-yocto ?= "3.10%" 8PREFERRED_VERSION_linux-yocto ?= "3.14%"
9 9
10require conf/machine/include/intel-core2-32-common.inc 10require conf/machine/include/intel-core2-32-common.inc
11 11