diff options
author | Darren Hart <dvhart@linux.intel.com> | 2012-10-29 10:51:17 -0700 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2012-10-31 08:40:14 -0700 |
commit | 7b872a5052e9fe18054e4d7f211895384345e464 (patch) | |
tree | 00c1563cf4b44e5d4a086b11aabbd3c37785cfbf | |
parent | b122617af8543c3e910e0e502f576f9e2a5de25c (diff) | |
download | meta-intel-7b872a5052e9fe18054e4d7f211895384345e464.tar.gz |
fri2: 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-fri2/README | 19 | ||||
-rw-r--r-- | meta-fri2/conf/machine/fri2-noemgd.conf | 5 | ||||
-rw-r--r-- | meta-fri2/conf/machine/fri2.conf | 3 |
3 files changed, 19 insertions, 8 deletions
diff --git a/meta-fri2/README b/meta-fri2/README index 05b72574..af33c0bc 100644 --- a/meta-fri2/README +++ b/meta-fri2/README | |||
@@ -7,13 +7,22 @@ Developer Kit, as described here: | |||
7 | 7 | ||
8 | http://us.kontron.com/products/systems+and+platforms/m2m/m2m+smart+services+developer+kit.html | 8 | http://us.kontron.com/products/systems+and+platforms/m2m/m2m+smart+services+developer+kit.html |
9 | 9 | ||
10 | The platform consists of the Intel Atom E640T processor plus the Intel | 10 | The 'Queens Bay' platform consists of the Intel Atom E640T processor plus the |
11 | EG20T Platform Controller Hub (Tunnel Creek + Topcliff), along with a | 11 | Intel EG20T Platform Controller Hub (Tunnel Creek + Topcliff). The Fish River |
12 | variety of communications options and other machine-to-machine (m2m) | 12 | Island II includes a variety of communications options and other |
13 | capabilities. | 13 | machine-to-machine (m2m) capabilities. |
14 | 14 | ||
15 | It also supports the E6xx embedded on-chip graphics via the Intel | 15 | It also supports the E6xx embedded on-chip graphics via the Intel |
16 | Embedded Media and Graphics Driver (EMGD) 1.10 Driver. | 16 | Embedded Media and Graphics Driver (EMGD). |
17 | |||
18 | |||
19 | Compliance | ||
20 | ========== | ||
21 | |||
22 | This BSP is compliant with the Yocto Project as per the requirements | ||
23 | listed here: | ||
24 | |||
25 | http://www.yoctoproject.org/yocto-project-compatible-registration | ||
17 | 26 | ||
18 | 27 | ||
19 | Dependencies | 28 | Dependencies |
diff --git a/meta-fri2/conf/machine/fri2-noemgd.conf b/meta-fri2/conf/machine/fri2-noemgd.conf index 3c25817c..cb946795 100644 --- a/meta-fri2/conf/machine/fri2-noemgd.conf +++ b/meta-fri2/conf/machine/fri2-noemgd.conf | |||
@@ -1,8 +1,9 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: fri2 | 2 | #@NAME: fri2 |
3 | 3 | ||
4 | #@DESCRIPTION: Machine configuration for Fish River Island II systems | 4 | #@WEBTITLE: Intel Atom E640T Processor with Intel EG20T Controller Hub Development Kit (Queens Bay) with Open Source VESA Graphics for Fish River Island II systems |
5 | # i.e. E660 + EG20T | 5 | |
6 | #@DESCRIPTION: Machine configuration for Fish River Island II systems, without Intel-proprietary graphics bits | ||
6 | 7 | ||
7 | require conf/machine/include/tune-atom.inc | 8 | require conf/machine/include/tune-atom.inc |
8 | require conf/machine/include/ia32-base.inc | 9 | require conf/machine/include/ia32-base.inc |
diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf index 19f2fb0d..ec343f2f 100644 --- a/meta-fri2/conf/machine/fri2.conf +++ b/meta-fri2/conf/machine/fri2.conf | |||
@@ -1,8 +1,9 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: fri2 | 2 | #@NAME: fri2 |
3 | 3 | ||
4 | #@WEBTITLE: Intel Atom E640T Processor with Intel EG20T Controller Hub Development Kit (Queens Bay) with Proprietary IEMGD Accelerated Graphics for Fish River Island II systems | ||
5 | |||
4 | #@DESCRIPTION: Machine configuration for Fish River Island II systems | 6 | #@DESCRIPTION: Machine configuration for Fish River Island II systems |
5 | # i.e. E660 + EG20T | ||
6 | 7 | ||
7 | require conf/machine/include/tune-atom.inc | 8 | require conf/machine/include/tune-atom.inc |
8 | require conf/machine/include/ia32-base.inc | 9 | require conf/machine/include/ia32-base.inc |