mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
cedartrail: 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: Rahul Saxena <rahul.saxena@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
c19e9f51eb
commit
f0db30b7fa
|
@ -2,13 +2,23 @@ This README file contains information on building the meta-cedartrail
|
||||||
BSP layer, and booting the images contained in the /binary directory.
|
BSP layer, and booting the images contained in the /binary directory.
|
||||||
Please see the corresponding sections below for details.
|
Please see the corresponding sections below for details.
|
||||||
|
|
||||||
The 'Cedar Trail' platform consists of the Cedarview (Intel® Atom™
|
The 'Cedar Trail' platform consists of the Intel® Atom™
|
||||||
N2600, N2800 and D2550) processor, plus the Tiger Point
|
N2600/N2800/D2550 processor, plus the Intel® NM10 Express Chispset
|
||||||
(Intel® NM10 Express) Chipset.
|
(Cedarview + Tiger Point).
|
||||||
|
|
||||||
It also supports on-chip SGX545 graphics and media accelerator
|
It also supports on-chip SGX545 graphics and media accelerator
|
||||||
via the Cedar Trail Power VR (PVR) graphics driver.
|
via the Cedar Trail Power VR (PVR) graphics driver.
|
||||||
|
|
||||||
|
|
||||||
|
Compliance
|
||||||
|
==========
|
||||||
|
|
||||||
|
This BSP is compliant with the Yocto Project as per the requirements
|
||||||
|
listed here:
|
||||||
|
|
||||||
|
http://www.yoctoproject.org/yocto-project-compatible-registration
|
||||||
|
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
#@TYPE: Machine
|
#@TYPE: Machine
|
||||||
#@NAME: Cedartrail
|
#@NAME: cedartrail-nopvr
|
||||||
|
|
||||||
#@DESCRIPTION: Machine configuration for Cedartrail systems
|
#@WEBTITLE: Intel Atom N2600/N2800/D2550 (Formerly Cedarview) Processor with NM10 Chipset (Cedar Trail Platform) with Open Source VESA Graphics
|
||||||
# i.e. Cedarview processor + Tiger Point Chipset
|
|
||||||
|
#@DESCRIPTION: Machine configuration for Cedar Trail systems
|
||||||
|
# i.e. N2600/N2800/D2550 + NM10
|
||||||
|
|
||||||
require conf/machine/include/tune-atom.inc
|
require conf/machine/include/tune-atom.inc
|
||||||
require conf/machine/include/ia32-base.inc
|
require conf/machine/include/ia32-base.inc
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
#@TYPE: Machine
|
#@TYPE: Machine
|
||||||
#@NAME: Cedartrail
|
#@NAME: cedartrail
|
||||||
|
|
||||||
#@DESCRIPTION: Machine configuration for Cedartrail systems
|
#@WEBTITLE: Intel Atom N2600/N2800/D2550 (Formerly Cedarview) Processor with NM10 Chipset (Cedar Trail Platform) and PVR Accelerated Graphics
|
||||||
# i.e. Cedarview processor + Tiger Point Chipset
|
|
||||||
|
#@DESCRIPTION: Machine configuration for Cedar Trail systems
|
||||||
|
# i.e. N2600/N2800/D2550 + NM10
|
||||||
|
|
||||||
require conf/machine/include/tune-atom.inc
|
require conf/machine/include/tune-atom.inc
|
||||||
require conf/machine/include/ia32-base.inc
|
require conf/machine/include/ia32-base.inc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user