diff options
author | Kishore Bodke <kishore.k.bodke@intel.com> | 2012-10-29 17:30:32 (GMT) |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-10-29 19:59:37 (GMT) |
commit | 20c289289ef1fa84bbef323c77d2c39e9e8a9882 (patch) | |
tree | 3ab9fc8c1250c66a569c03522f0f125f3aa6c80e /meta-romley/conf | |
parent | 0863d731696fef57d356346635980259649a3e33 (diff) | |
download | meta-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/conf')
-rw-r--r-- | meta-romley/conf/machine/romley.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf index ab4d3c0..18d6757 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 | ||
8 | PREFERRED_VERSION_linux-yocto ?= "3.2%" | 11 | PREFERRED_VERSION_linux-yocto ?= "3.2%" |