[yocto] [PATCH 2/3] sys940x: Add WEBTITLE and compliance information

Darren Hart dvhart at linux.intel.com
Mon Oct 29 11:54:22 PDT 2012


The WEBTITLE will be used to publish the BSP on the Yocto Project website.
Adding the Yocto Project compliance information for the 1.3 release.

Update the DESCRIPTION in the machine config and the platform description
in the README to be consistent.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 meta-sys940x/README                           | 13 +++++++++++--
 meta-sys940x/conf/machine/sys940x-noemgd.conf |  5 +++--
 meta-sys940x/conf/machine/sys940x.conf        |  3 ++-
 3 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/meta-sys940x/README b/meta-sys940x/README
index 9058937..9bee44c 100644
--- a/meta-sys940x/README
+++ b/meta-sys940x/README
@@ -2,17 +2,26 @@ This README file contains information on building the meta-sys940x BSP
 layer, and booting the images contained in the /binary directory.
 Please see the corresponding sections below for details.
 
-The Inforce SYS940x platform consists of the Intel Atom E6xx
+The 'Queens Bay' platform consists of the Intel Atom E6xx
 processor, plus the Intel EG20T Platform Controller Hub (Tunnel Creek
 + Topcliff).
 
 It also supports the E6xx embedded on-chip graphics via the Intel
-Embedded Media and Graphics Driver (EMGD) 1.10 Driver.
+Embedded Media and Graphics Driver (EMGD).
 
 More details available on the product page:
 http://www.inforcecomputing.com/SYS940X_ECX.html
 
 
+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-sys940x/conf/machine/sys940x-noemgd.conf b/meta-sys940x/conf/machine/sys940x-noemgd.conf
index 0c04dcd..9037506 100644
--- a/meta-sys940x/conf/machine/sys940x-noemgd.conf
+++ b/meta-sys940x/conf/machine/sys940x-noemgd.conf
@@ -1,8 +1,9 @@
 #@TYPE: Machine
 #@NAME: sys940x-noemgd
 
-#@DESCRIPTION: Machine configuration for Inforce SYS940X systems
-# i.e. E660 + EG20T
+#@WEBTITLE: Intel Atom E6xx Processor with Intel EG20T Controller Hub Development Kit (Queens Bay) with Open Source VESA Graphics for Inforce SYS940X systems.
+
+#@DESCRIPTION: Machine configuration for Inforce SYS940X systems, without Intel-proprietary graphics bits
 
 require conf/machine/include/tune-atom.inc
 require conf/machine/include/ia32-base.inc
diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf
index 44de796..ce45a20 100644
--- a/meta-sys940x/conf/machine/sys940x.conf
+++ b/meta-sys940x/conf/machine/sys940x.conf
@@ -1,8 +1,9 @@
 #@TYPE: Machine
 #@NAME: sys940x
 
+#@WEBTITLE: Intel Atom E6xx Processor with Intel EG20T Controller Hub Development Kit (Queens Bay) with Proprietary IEMGD Accelerated Graphics
+
 #@DESCRIPTION: Machine configuration for Inforce SYS940x systems
-# i.e. E660 + EG20T + emgd
 
 require conf/machine/include/tune-atom.inc
 require conf/machine/include/ia32-base.inc
-- 
1.7.11.7




More information about the yocto mailing list