summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-09-21 16:36:17 -0500
committerTom Zanussi <tom.zanussi@intel.com>2012-09-21 22:48:58 -0500
commitfc9265ced3ffeedbb676653763483b588d9be5dd (patch)
tree3f557b2d78831c58eabeff0613fcf449a7a8d4cd /meta-jasperforest
parent39b4168fff7bc6015ff47d2cf331a19a9b6a10f7 (diff)
downloadmeta-intel-fc9265ced3ffeedbb676653763483b588d9be5dd.tar.gz
meta-jasperforest: switch kernel back to 3.4
The preferred kernel was inadvertently changed to 3.2-rt; change it back to 3.4. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-jasperforest')
-rw-r--r--meta-jasperforest/conf/machine/jasperforest.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
index 9a47b9a6..d661f7b8 100644
--- a/meta-jasperforest/conf/machine/jasperforest.conf
+++ b/meta-jasperforest/conf/machine/jasperforest.conf
@@ -4,8 +4,7 @@
4#@DESCRIPTION: Machine configuration for Jasper Forest Picket Post 4#@DESCRIPTION: Machine configuration for Jasper Forest Picket Post
5# systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak) 5# systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak)
6 6
7PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt" 7PREFERRED_VERSION_linux-yocto ?= "3.4%"
8PREFERRED_VERSION_linux-yocto-rt ?= "3.2%"
9 8
10require conf/machine/include/tune-x86_64.inc 9require conf/machine/include/tune-x86_64.inc
11require conf/machine/include/ia32-base.inc 10require conf/machine/include/ia32-base.inc