mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
crystalforest: 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>
This commit is contained in:
parent
376fb0a2ac
commit
2216c56240
|
@ -6,12 +6,22 @@ The 'Crystal Forest' platform consists of two versions.
|
|||
1. GLADDEN
|
||||
2. SERVER
|
||||
|
||||
Gladden Platform is based on Intel Sandy Bridge Gladden Processor,plus the Cave Creek chipset.
|
||||
Server Platform is based on two Intel Sandy Bridge (SNB-EP ES2 Grade and SNB-EN ES2 Grade)
|
||||
Processors plus two Cave Creek Chipsets.
|
||||
The Gladden Platform consists of Intel Xeon E3-1125C/E3-1105C Processor,
|
||||
plus the Intel Communication Chipset 89xx for Smaller Form Factor
|
||||
Communication Infrastructure.
|
||||
|
||||
The Server Platform consists of Intel Xeon E5-2600 and E5-2400 Processors,
|
||||
plus the Intel Communication Chipset 89xx for Large-Scale Communications
|
||||
Infrastructure.
|
||||
|
||||
Both Platforms uses Matrox graphics Card.
|
||||
|
||||
Compliance
|
||||
==========
|
||||
This BSP is compliant with the Yocto Project as per the requirements
|
||||
listed here:
|
||||
|
||||
http://www.yoctoproject.org/yocto-project-compatible-registration
|
||||
|
||||
Dependencies
|
||||
============
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: crystalforest-gladden
|
||||
|
||||
#@DESCRIPTION: Machine configuration for Crystal Forest (GLADDEN) systems
|
||||
# i.e. One Sandy Bridge based Gladden Processor + One Cave Creek Chipset
|
||||
#@WEBTITLE: Intel Xeon E3-1125C/E3-1105C (Formerly Sandy Bridge-Gladden)
|
||||
#Processors with Intel Communication Chipset 89xx (Crystal Forest Gladden Platform)
|
||||
|
||||
#@DESCRIPTION: Machine configuration for Crystal Forest Gladden systems
|
||||
#for Smaller Form Factor Communication Infrastructure
|
||||
# i.e. Xeon E3-1125C/E3-1105C + Intel 89xx communication Chipset
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
||||
PREFERRED_VERSION_linux-yocto ?= "3.4%"
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: crystalforest-server
|
||||
|
||||
#@DESCRIPTION: Machine configuration for Crystal Forest Server systems
|
||||
# i.e. Two Sandy Bridge Jaketown processors (SNB-EP ES2 Grade and SNB-EN ES2 Grade) + Two Cave Creek Chipsets.
|
||||
#@WEBTITLE: Intel Xeon E5-2600 and E5-2400 (Formerly Sandy Bridge-EP/EN)
|
||||
#Processors with Intel Communication Chipset 89xx (Crystal Forest Server Platform)
|
||||
|
||||
#@DESCRIPTION: Machine configuration for Crystal Forest Server systems
|
||||
#for Large-Scale Communications Infrastructure
|
||||
# i.e. Xeon E5-2600 and E5-2400 + Intel 89xx Communication Chipsets
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
||||
PREFERRED_VERSION_linux-yocto ?= "3.4%"
|
||||
|
|
Loading…
Reference in New Issue
Block a user