summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2012-10-29 11:17:39 -0700
committerDarren Hart <dvhart@linux.intel.com>2012-10-31 08:40:15 -0700
commiteb413f9fdb34db05fd3fd40ce15bf896272acbf3 (patch)
tree53d424f1fc14877787aae518918428c1c87c9991
parent7b872a5052e9fe18054e4d7f211895384345e464 (diff)
downloadmeta-intel-eb413f9fdb34db05fd3fd40ce15bf896272acbf3.tar.gz
sys940x: Add WEBTITLE and compliance information
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@linux.intel.com>
-rw-r--r--meta-sys940x/README13
-rw-r--r--meta-sys940x/conf/machine/sys940x-noemgd.conf5
-rw-r--r--meta-sys940x/conf/machine/sys940x.conf3
3 files changed, 16 insertions, 5 deletions
diff --git a/meta-sys940x/README b/meta-sys940x/README
index 90589375..9bee44ca 100644
--- a/meta-sys940x/README
+++ b/meta-sys940x/README
@@ -2,17 +2,26 @@ This README file contains information on building the meta-sys940x BSP
2layer, and booting the images contained in the /binary directory. 2layer, 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 Inforce SYS940x platform consists of the Intel Atom E6xx 5The 'Queens Bay' platform consists of the Intel Atom E6xx
6processor, plus the Intel EG20T Platform Controller Hub (Tunnel Creek 6processor, plus the Intel EG20T Platform Controller Hub (Tunnel Creek
7+ Topcliff). 7+ Topcliff).
8 8
9It also supports the E6xx embedded on-chip graphics via the Intel 9It also supports the E6xx embedded on-chip graphics via the Intel
10Embedded Media and Graphics Driver (EMGD) 1.10 Driver. 10Embedded Media and Graphics Driver (EMGD).
11 11
12More details available on the product page: 12More details available on the product page:
13http://www.inforcecomputing.com/SYS940X_ECX.html 13http://www.inforcecomputing.com/SYS940X_ECX.html
14 14
15 15
16Compliance
17==========
18
19This BSP is compliant with the Yocto Project as per the requirements
20listed here:
21
22 http://www.yoctoproject.org/yocto-project-compatible-registration
23
24
16Dependencies 25Dependencies
17============ 26============
18 27
diff --git a/meta-sys940x/conf/machine/sys940x-noemgd.conf b/meta-sys940x/conf/machine/sys940x-noemgd.conf
index 0c04dcd3..9037506a 100644
--- a/meta-sys940x/conf/machine/sys940x-noemgd.conf
+++ b/meta-sys940x/conf/machine/sys940x-noemgd.conf
@@ -1,8 +1,9 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: sys940x-noemgd 2#@NAME: sys940x-noemgd
3 3
4#@DESCRIPTION: Machine configuration for Inforce SYS940X systems 4#@WEBTITLE: Intel Atom E6xx Processor with Intel EG20T Controller Hub Development Kit (Queens Bay) with Open Source VESA Graphics for Inforce SYS940X systems.
5# i.e. E660 + EG20T 5
6#@DESCRIPTION: Machine configuration for Inforce SYS940X systems, without Intel-proprietary graphics bits
6 7
7require conf/machine/include/tune-atom.inc 8require conf/machine/include/tune-atom.inc
8require conf/machine/include/ia32-base.inc 9require conf/machine/include/ia32-base.inc
diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf
index 44de7962..ce45a205 100644
--- a/meta-sys940x/conf/machine/sys940x.conf
+++ b/meta-sys940x/conf/machine/sys940x.conf
@@ -1,8 +1,9 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: sys940x 2#@NAME: sys940x
3 3
4#@WEBTITLE: Intel Atom E6xx Processor with Intel EG20T Controller Hub Development Kit (Queens Bay) with Proprietary IEMGD Accelerated Graphics
5
4#@DESCRIPTION: Machine configuration for Inforce SYS940x systems 6#@DESCRIPTION: Machine configuration for Inforce SYS940x systems
5# i.e. E660 + EG20T + emgd
6 7
7require conf/machine/include/tune-atom.inc 8require conf/machine/include/tune-atom.inc
8require conf/machine/include/ia32-base.inc 9require conf/machine/include/ia32-base.inc