summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRahul Saxena <rahul.saxena@intel.com>2012-10-25 17:05:29 -0700
committerTom Zanussi <tom.zanussi@intel.com>2012-10-26 08:14:29 -0500
commitf0db30b7fa276e59691107b5578063c853e66766 (patch)
treedb2266a6061c569497600f5efaa19703c2d851b4
parentc19e9f51ebbdc603124994f3694fc79b0a83cf41 (diff)
downloadmeta-intel-f0db30b7fa276e59691107b5578063c853e66766.tar.gz
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>
-rwxr-xr-xmeta-cedartrail/README16
-rw-r--r--meta-cedartrail/conf/machine/cedartrail-nopvr.conf8
-rw-r--r--meta-cedartrail/conf/machine/cedartrail.conf8
3 files changed, 23 insertions, 9 deletions
diff --git a/meta-cedartrail/README b/meta-cedartrail/README
index e765e66c..0d166b22 100755
--- a/meta-cedartrail/README
+++ b/meta-cedartrail/README
@@ -2,13 +2,23 @@ This README file contains information on building the meta-cedartrail
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 'Cedar Trail' platform consists of the Cedarview (Intel® Atom™ 5The 'Cedar Trail' platform consists of the Intel® Atom™
6N2600, N2800 and D2550) processor, plus the Tiger Point 6N2600/N2800/D2550 processor, plus the Intel® NM10 Express Chispset
7(Intel® NM10 Express) Chipset. 7(Cedarview + Tiger Point).
8 8
9It also supports on-chip SGX545 graphics and media accelerator 9It also supports on-chip SGX545 graphics and media accelerator
10via the Cedar Trail Power VR (PVR) graphics driver. 10via the Cedar Trail Power VR (PVR) graphics driver.
11 11
12
13Compliance
14==========
15
16This BSP is compliant with the Yocto Project as per the requirements
17listed here:
18
19 http://www.yoctoproject.org/yocto-project-compatible-registration
20
21
12Dependencies 22Dependencies
13============ 23============
14 24
diff --git a/meta-cedartrail/conf/machine/cedartrail-nopvr.conf b/meta-cedartrail/conf/machine/cedartrail-nopvr.conf
index 767137e6..7ccc6e16 100644
--- a/meta-cedartrail/conf/machine/cedartrail-nopvr.conf
+++ b/meta-cedartrail/conf/machine/cedartrail-nopvr.conf
@@ -1,8 +1,10 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: Cedartrail 2#@NAME: cedartrail-nopvr
3 3
4#@DESCRIPTION: Machine configuration for Cedartrail systems 4#@WEBTITLE: Intel Atom N2600/N2800/D2550 (Formerly Cedarview) Processor with NM10 Chipset (Cedar Trail Platform) with Open Source VESA Graphics
5# i.e. Cedarview processor + Tiger Point Chipset 5
6#@DESCRIPTION: Machine configuration for Cedar Trail systems
7# i.e. N2600/N2800/D2550 + NM10
6 8
7require conf/machine/include/tune-atom.inc 9require conf/machine/include/tune-atom.inc
8require conf/machine/include/ia32-base.inc 10require conf/machine/include/ia32-base.inc
diff --git a/meta-cedartrail/conf/machine/cedartrail.conf b/meta-cedartrail/conf/machine/cedartrail.conf
index 1463ae24..7efe5844 100644
--- a/meta-cedartrail/conf/machine/cedartrail.conf
+++ b/meta-cedartrail/conf/machine/cedartrail.conf
@@ -1,8 +1,10 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: Cedartrail 2#@NAME: cedartrail
3 3
4#@DESCRIPTION: Machine configuration for Cedartrail systems 4#@WEBTITLE: Intel Atom N2600/N2800/D2550 (Formerly Cedarview) Processor with NM10 Chipset (Cedar Trail Platform) and PVR Accelerated Graphics
5# i.e. Cedarview processor + Tiger Point Chipset 5
6#@DESCRIPTION: Machine configuration for Cedar Trail systems
7# i.e. N2600/N2800/D2550 + NM10
6 8
7require conf/machine/include/tune-atom.inc 9require conf/machine/include/tune-atom.inc
8require conf/machine/include/ia32-base.inc 10require conf/machine/include/ia32-base.inc