diff options
author | Ong Boon Leong <boon.leong.ong@intel.com> | 2013-10-21 15:03:34 (GMT) |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-10-21 22:58:25 (GMT) |
commit | 916932e0b633bb63faafafd1ffc9dae94f87ffab (patch) | |
tree | d8ebf8886ac2a9977d15b86e7347224c6ee93d4c /meta-romley/conf | |
parent | 60df241fff865454d08cae589ff5c1b062708988 (diff) | |
download | meta-intel-916932e0b633bb63faafafd1ffc9dae94f87ffab.tar.gz |
meta-romley: Update machine default kernel to v3.10
Update IVB & SNB romley platform default kernel version
to v3.10.
Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-romley/conf')
-rw-r--r-- | meta-romley/conf/machine/romley-ivb.conf | 2 | ||||
-rw-r--r-- | meta-romley/conf/machine/romley.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-romley/conf/machine/romley-ivb.conf b/meta-romley/conf/machine/romley-ivb.conf index a097122..708361d 100644 --- a/meta-romley/conf/machine/romley-ivb.conf +++ b/meta-romley/conf/machine/romley-ivb.conf | |||
@@ -8,7 +8,7 @@ | |||
8 | # i.e. Xeon E5-2600 and E5-2400 + Intel CC604/C602-J | 8 | # i.e. Xeon E5-2600 and E5-2400 + Intel CC604/C602-J |
9 | 9 | ||
10 | 10 | ||
11 | PREFERRED_VERSION_linux-yocto ?= "3.8%" | 11 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
12 | 12 | ||
13 | require conf/machine/include/tune-x86_64.inc | 13 | require conf/machine/include/tune-x86_64.inc |
14 | require conf/machine/include/ia32-base.inc | 14 | require conf/machine/include/ia32-base.inc |
diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf index 3a835e0..1c5453c 100644 --- a/meta-romley/conf/machine/romley.conf +++ b/meta-romley/conf/machine/romley.conf | |||
@@ -8,7 +8,7 @@ | |||
8 | # i.e. Xeon E5-2600 and E5-2400 + Intel CC604/C602-J | 8 | # i.e. Xeon E5-2600 and E5-2400 + Intel CC604/C602-J |
9 | 9 | ||
10 | 10 | ||
11 | PREFERRED_VERSION_linux-yocto ?= "3.8%" | 11 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
12 | 12 | ||
13 | require conf/machine/include/tune-x86_64.inc | 13 | require conf/machine/include/tune-x86_64.inc |
14 | require conf/machine/include/ia32-base.inc | 14 | require conf/machine/include/ia32-base.inc |