diff options
author | 2013-08-30 16:50:25 +0000 | |
---|---|---|
committer | 2013-09-23 09:00:48 -0500 | |
commit | 19f9f3e1b57f1829fa031c1688ddee1ac019e606 (patch) | |
tree | b843b77e93df64d82d841516b40a3a66bc947e8a | |
parent | 04a30a25286bd0e03734db915df585f7505ef016 (diff) | |
download | meta-intel-19f9f3e1b57f1829fa031c1688ddee1ac019e606.tar.gz meta-intel-19f9f3e1b57f1829fa031c1688ddee1ac019e606.tar.bz2 meta-intel-19f9f3e1b57f1829fa031c1688ddee1ac019e606.zip |
sys940x-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-sys940x/conf/machine/sys940x-noemgd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-sys940x/conf/machine/sys940x-noemgd.conf b/meta-sys940x/conf/machine/sys940x-noemgd.conf index 8852ccea..7e58655f 100644 --- a/meta-sys940x/conf/machine/sys940x-noemgd.conf +++ b/meta-sys940x/conf/machine/sys940x-noemgd.conf @@ -11,7 +11,7 @@ require conf/machine/include/ia32-base.inc # Add "pcbios" if you have a non-efi version of the firmware MACHINE_FEATURES += "efi pcbios" -PREFERRED_VERSION_linux-yocto ?= "3.8%" +PREFERRED_VERSION_linux-yocto ?= "3.10%" XSERVER ?= "${XSERVER_IA32_BASE} \ ${XSERVER_IA32_EXT} \ |