diff options
author | 2013-08-30 16:48:41 +0000 | |
---|---|---|
committer | 2013-09-23 09:00:04 -0500 | |
commit | 26d394b4cf86bd6fb7df2fe774d7b1fb3ec3db37 (patch) | |
tree | feace424e783842a2fda4760c6cecf9a71721bea | |
parent | d708012ed6f8b486aaae51c0626c4d804cc06fc3 (diff) | |
download | meta-intel-26d394b4cf86bd6fb7df2fe774d7b1fb3ec3db37.tar.gz meta-intel-26d394b4cf86bd6fb7df2fe774d7b1fb3ec3db37.tar.bz2 meta-intel-26d394b4cf86bd6fb7df2fe774d7b1fb3ec3db37.zip |
emenlow-noemgd: move BSP to the v3.10 kernel
Now a v3.10 linux yocto kernel recipe is available for this BSP,
making the newer kernel as the default kernel.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r-- | meta-emenlow/conf/machine/emenlow-noemgd.conf | 2 |
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 751e8e45..132fcc51 100644 --- a/meta-emenlow/conf/machine/emenlow-noemgd.conf +++ b/meta-emenlow/conf/machine/emenlow-noemgd.conf @@ -5,7 +5,7 @@ #@DESCRIPTION: Machine configuration for eMenlow based systems, like the Webs-2120 box, without the Intel-proprietary graphics bits -PREFERRED_VERSION_linux-yocto ?= "3.8%" +PREFERRED_VERSION_linux-yocto ?= "3.10%" require conf/machine/include/tune-atom.inc require conf/machine/include/ia32-base.inc |