* [PATCH 0/1][meta-intel]meta-cedartrail: add WEBTITLE & Compliance information
@ 2012-10-26 0:20 rahul.saxena
2012-10-26 0:20 ` [PATCH 1/1] cedartrail: " rahul.saxena
2012-10-26 19:11 ` [PATCH 0/1][meta-intel]meta-cedartrail: " Tom Zanussi
0 siblings, 2 replies; 3+ messages in thread
From: rahul.saxena @ 2012-10-26 0:20 UTC (permalink / raw)
To: yocto, tom.zanussi, nitin.a.kamble
From: Rahul Saxena <rahul.saxena@intel.com>
The WEBTITLE will be used to publish the BSP on the Yocto Project Website.
Also adding the Yocto Project Compliance information for the 1.3 release.
Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
--
The following changes since commit c19e9f51ebbdc603124994f3694fc79b0a83cf41:
sugarbay: add WEBTITLE & Compliance information (2012-10-25 15:05:49 -0500)
are available in the git repository at:
git://git.pokylinux.org/meta-intel-contrib rsaxena-webtitle25Oct
http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=rsaxena-webtitle25Oct
Rahul Saxena (1):
cedartrail: add WEBTITLE & Compliance information
meta-cedartrail/README | 16 +++++++++++++---
meta-cedartrail/conf/machine/cedartrail-nopvr.conf | 8 +++++---
meta-cedartrail/conf/machine/cedartrail.conf | 8 +++++---
3 files changed, 23 insertions(+), 9 deletions(-)
--
1.7.4.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] cedartrail: add WEBTITLE & Compliance information
2012-10-26 0:20 [PATCH 0/1][meta-intel]meta-cedartrail: add WEBTITLE & Compliance information rahul.saxena
@ 2012-10-26 0:20 ` rahul.saxena
2012-10-26 19:11 ` [PATCH 0/1][meta-intel]meta-cedartrail: " Tom Zanussi
1 sibling, 0 replies; 3+ messages in thread
From: rahul.saxena @ 2012-10-26 0:20 UTC (permalink / raw)
To: yocto, tom.zanussi, nitin.a.kamble
From: Rahul Saxena <rahul.saxena@intel.com>
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>
---
meta-cedartrail/README | 16 +++++++++++++---
meta-cedartrail/conf/machine/cedartrail-nopvr.conf | 8 +++++---
meta-cedartrail/conf/machine/cedartrail.conf | 8 +++++---
3 files changed, 23 insertions(+), 9 deletions(-)
diff --git a/meta-cedartrail/README b/meta-cedartrail/README
index e765e66..0d166b2 100755
--- a/meta-cedartrail/README
+++ b/meta-cedartrail/README
@@ -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.
Please see the corresponding sections below for details.
-The 'Cedar Trail' platform consists of the Cedarview (Intel® Atom™
-N2600, N2800 and D2550) processor, plus the Tiger Point
-(Intel® NM10 Express) Chipset.
+The 'Cedar Trail' platform consists of the Intel® Atom™
+N2600/N2800/D2550 processor, plus the Intel® NM10 Express Chispset
+(Cedarview + Tiger Point).
It also supports on-chip SGX545 graphics and media accelerator
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
============
diff --git a/meta-cedartrail/conf/machine/cedartrail-nopvr.conf b/meta-cedartrail/conf/machine/cedartrail-nopvr.conf
index 767137e..7ccc6e1 100644
--- a/meta-cedartrail/conf/machine/cedartrail-nopvr.conf
+++ b/meta-cedartrail/conf/machine/cedartrail-nopvr.conf
@@ -1,8 +1,10 @@
#@TYPE: Machine
-#@NAME: Cedartrail
+#@NAME: cedartrail-nopvr
-#@DESCRIPTION: Machine configuration for Cedartrail systems
-# i.e. Cedarview processor + Tiger Point Chipset
+#@WEBTITLE: Intel Atom N2600/N2800/D2550 (Formerly Cedarview) Processor with NM10 Chipset (Cedar Trail Platform) with Open Source VESA Graphics
+
+#@DESCRIPTION: Machine configuration for Cedar Trail systems
+# i.e. N2600/N2800/D2550 + NM10
require conf/machine/include/tune-atom.inc
require conf/machine/include/ia32-base.inc
diff --git a/meta-cedartrail/conf/machine/cedartrail.conf b/meta-cedartrail/conf/machine/cedartrail.conf
index 1463ae2..7efe584 100644
--- a/meta-cedartrail/conf/machine/cedartrail.conf
+++ b/meta-cedartrail/conf/machine/cedartrail.conf
@@ -1,8 +1,10 @@
#@TYPE: Machine
-#@NAME: Cedartrail
+#@NAME: cedartrail
-#@DESCRIPTION: Machine configuration for Cedartrail systems
-# i.e. Cedarview processor + Tiger Point Chipset
+#@WEBTITLE: Intel Atom N2600/N2800/D2550 (Formerly Cedarview) Processor with NM10 Chipset (Cedar Trail Platform) and PVR Accelerated Graphics
+
+#@DESCRIPTION: Machine configuration for Cedar Trail systems
+# i.e. N2600/N2800/D2550 + NM10
require conf/machine/include/tune-atom.inc
require conf/machine/include/ia32-base.inc
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1][meta-intel]meta-cedartrail: add WEBTITLE & Compliance information
2012-10-26 0:20 [PATCH 0/1][meta-intel]meta-cedartrail: add WEBTITLE & Compliance information rahul.saxena
2012-10-26 0:20 ` [PATCH 1/1] cedartrail: " rahul.saxena
@ 2012-10-26 19:11 ` Tom Zanussi
1 sibling, 0 replies; 3+ messages in thread
From: Tom Zanussi @ 2012-10-26 19:11 UTC (permalink / raw)
To: rahul.saxena; +Cc: yocto
On Thu, 2012-10-25 at 17:20 -0700, rahul.saxena@intel.com wrote:
> From: Rahul Saxena <rahul.saxena@intel.com>
>
> The WEBTITLE will be used to publish the BSP on the Yocto Project Website.
> Also adding the Yocto Project Compliance information for the 1.3 release.
>
Pulled into meta-intel/master.
Thanks,
Tom
> Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
> --
> The following changes since commit c19e9f51ebbdc603124994f3694fc79b0a83cf41:
>
> sugarbay: add WEBTITLE & Compliance information (2012-10-25 15:05:49 -0500)
>
> are available in the git repository at:
> git://git.pokylinux.org/meta-intel-contrib rsaxena-webtitle25Oct
> http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=rsaxena-webtitle25Oct
>
> Rahul Saxena (1):
> cedartrail: add WEBTITLE & Compliance information
>
> meta-cedartrail/README | 16 +++++++++++++---
> meta-cedartrail/conf/machine/cedartrail-nopvr.conf | 8 +++++---
> meta-cedartrail/conf/machine/cedartrail.conf | 8 +++++---
> 3 files changed, 23 insertions(+), 9 deletions(-)
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-26 19:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26 0:20 [PATCH 0/1][meta-intel]meta-cedartrail: add WEBTITLE & Compliance information rahul.saxena
2012-10-26 0:20 ` [PATCH 1/1] cedartrail: " rahul.saxena
2012-10-26 19:11 ` [PATCH 0/1][meta-intel]meta-cedartrail: " Tom Zanussi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.