summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKishore Bodke <kishore.k.bodke@intel.com>2013-03-26 14:19:18 -0700
committerTom Zanussi <tom.zanussi@intel.com>2013-03-26 15:39:19 -0500
commit4328e6506aac0ec5e4a2edaa21d8c901a72afd08 (patch)
treee27cc56ed9246731fd2a8f04bb013eceff3df4ae
parent8bc4fb67dea783725a23990f52792133e783ef70 (diff)
downloadmeta-intel-4328e6506aac0ec5e4a2edaa21d8c901a72afd08.tar.gz
crystalforest gladden/server: Move BSPs to the v3.8 kernel
Now the v3.8 kernel recipes are available in the oecore & meta-intel layers. And also the v3.8 kernel is validated for these BSPs. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
-rw-r--r--meta-crystalforest/conf/machine/crystalforest-gladden.conf2
-rw-r--r--meta-crystalforest/conf/machine/crystalforest-server.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-crystalforest/conf/machine/crystalforest-gladden.conf b/meta-crystalforest/conf/machine/crystalforest-gladden.conf
index 8405b959..5eb3daff 100644
--- a/meta-crystalforest/conf/machine/crystalforest-gladden.conf
+++ b/meta-crystalforest/conf/machine/crystalforest-gladden.conf
@@ -9,7 +9,7 @@
9# i.e. Xeon E3-1125C/E3-1105C + Intel 89xx communication Chipset 9# i.e. Xeon E3-1125C/E3-1105C + Intel 89xx communication Chipset
10 10
11PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 11PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
12PREFERRED_VERSION_linux-yocto ?= "3.4%" 12PREFERRED_VERSION_linux-yocto ?= "3.8%"
13 13
14require conf/machine/include/tune-x86_64.inc 14require conf/machine/include/tune-x86_64.inc
15require conf/machine/include/ia32-base.inc 15require conf/machine/include/ia32-base.inc
diff --git a/meta-crystalforest/conf/machine/crystalforest-server.conf b/meta-crystalforest/conf/machine/crystalforest-server.conf
index 9a0bf7c6..2e567978 100644
--- a/meta-crystalforest/conf/machine/crystalforest-server.conf
+++ b/meta-crystalforest/conf/machine/crystalforest-server.conf
@@ -9,7 +9,7 @@
9# i.e. Xeon E5-2600 and E5-2400 + Intel 89xx Communication Chipsets 9# i.e. Xeon E5-2600 and E5-2400 + Intel 89xx Communication Chipsets
10 10
11PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 11PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
12PREFERRED_VERSION_linux-yocto ?= "3.4%" 12PREFERRED_VERSION_linux-yocto ?= "3.8%"
13 13
14require conf/machine/include/tune-x86_64.inc 14require conf/machine/include/tune-x86_64.inc
15require conf/machine/include/ia32-base.inc 15require conf/machine/include/ia32-base.inc