summaryrefslogtreecommitdiffstats
path: root/meta-romley
diff options
context:
space:
mode:
authorKishore Bodke <kishore.k.bodke@intel.com>2012-10-29 10:30:32 -0700
committerTom Zanussi <tom.zanussi@intel.com>2012-10-29 14:59:37 -0500
commit20c289289ef1fa84bbef323c77d2c39e9e8a9882 (patch)
tree3ab9fc8c1250c66a569c03522f0f125f3aa6c80e /meta-romley
parent0863d731696fef57d356346635980259649a3e33 (diff)
downloadmeta-intel-20c289289ef1fa84bbef323c77d2c39e9e8a9882.tar.gz
romley: add WEBTITLE & Compliance information
The WEBTITLE will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-romley')
-rw-r--r--meta-romley/README11
-rw-r--r--meta-romley/conf/machine/romley.conf5
2 files changed, 13 insertions, 3 deletions
diff --git a/meta-romley/README b/meta-romley/README
index 6ddbaf20..c35c2092 100644
--- a/meta-romley/README
+++ b/meta-romley/README
@@ -2,9 +2,16 @@ This README file contains information on building the meta-romley
2BSP layer, and booting the images contained in the /binary directory. 2BSP layer, and booting the images contained in the /binary directory.
3Please see the corresponding sections below for details. 3Please see the corresponding sections below for details.
4 4
5The 'romley' platform consists of the Intel Sandy Bridge processor, 5The 'romley' platform consists of the Intel Xeon E5-2600 and E5-2400
6plus the Patsburg chipset. This BSP assumes Matrox graphics is being used. 6Series Processors, plus the Intel C604/C602-J Chipset.
7This BSP assumes Matrox graphics is being used.
7 8
9Compliance
10==========
11This BSP is compliant with the Yocto Project as per the requirements
12listed here:
13
14 http://www.yoctoproject.org/yocto-project-compatible-registration
8 15
9Dependencies 16Dependencies
10============ 17============
diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf
index ab4d3c01..18d67575 100644
--- a/meta-romley/conf/machine/romley.conf
+++ b/meta-romley/conf/machine/romley.conf
@@ -1,8 +1,11 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: romley 2#@NAME: romley
3 3
4#@WEBTITLE: Intel Xeon E5-2600 and E5-2400 Series (Formerly Sandy Bridge-EP/EN)
5#Processors with Intel C604/C602-J Chipset (Romley-EP/EN Platform)
6
4#@DESCRIPTION: Machine configuration for Romley systems 7#@DESCRIPTION: Machine configuration for Romley systems
5# i.e. Sandy Bridge + Patsburg Chipset 8# i.e. Xeon E5-2600 and E5-2400 + Intel CC604/C602-J
6 9
7 10
8PREFERRED_VERSION_linux-yocto ?= "3.2%" 11PREFERRED_VERSION_linux-yocto ?= "3.2%"