diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-10-23 12:59:38 -0700 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-10-25 15:05:26 -0500 |
| commit | 36ef2ec76e5da82408078b9ee9be0288986e5807 (patch) | |
| tree | 42d258fab4b516b8484af1ee648affda5fc1b008 | |
| parent | 3906dcbdea58a2147fe295dfb9504e283e05fcf2 (diff) | |
| download | meta-intel-36ef2ec76e5da82408078b9ee9be0288986e5807.tar.gz | |
crownbay: 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: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| -rw-r--r-- | meta-crownbay/README | 11 | ||||
| -rw-r--r-- | meta-crownbay/conf/machine/crownbay-noemgd.conf | 2 | ||||
| -rw-r--r-- | meta-crownbay/conf/machine/crownbay.conf | 2 |
3 files changed, 14 insertions, 1 deletions
diff --git a/meta-crownbay/README b/meta-crownbay/README index 4bc9f31a..fffcb65e 100644 --- a/meta-crownbay/README +++ b/meta-crownbay/README | |||
| @@ -2,13 +2,22 @@ This README file contains information on building the meta-crownbay | |||
| 2 | BSP layer, and booting the images contained in the /binary directory. | 2 | BSP layer, and booting the images contained in the /binary directory. |
| 3 | Please see the corresponding sections below for details. | 3 | Please see the corresponding sections below for details. |
| 4 | 4 | ||
| 5 | The Crown Bay platform consists of the Intel Atom Z6xx processor, | 5 | The Crown Bay platform consists of the Intel Atom E6xx processor, |
| 6 | plus the Intel EG20T Platform Controller Hub (Tunnel Creek + Topcliff). | 6 | plus the Intel EG20T Platform Controller Hub (Tunnel Creek + Topcliff). |
| 7 | 7 | ||
| 8 | It also supports the E6xx embedded on-chip graphics via the Intel | 8 | It also supports the E6xx embedded on-chip graphics via the Intel |
| 9 | Embedded Media and Graphics Driver (EMGD) 1.14 Driver. | 9 | Embedded Media and Graphics Driver (EMGD) 1.14 Driver. |
| 10 | 10 | ||
| 11 | 11 | ||
| 12 | Compliance | ||
| 13 | ========== | ||
| 14 | |||
| 15 | This BSP is compliant with the Yocto Project as per the requirements | ||
| 16 | listed here: | ||
| 17 | |||
| 18 | http://www.yoctoproject.org/yocto-project-compatible-registration | ||
| 19 | |||
| 20 | |||
| 12 | Dependencies | 21 | Dependencies |
| 13 | ============ | 22 | ============ |
| 14 | 23 | ||
diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf index 4c869ee5..c6f816ad 100644 --- a/meta-crownbay/conf/machine/crownbay-noemgd.conf +++ b/meta-crownbay/conf/machine/crownbay-noemgd.conf | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
| 2 | #@NAME: crownbay-noemgd | 2 | #@NAME: crownbay-noemgd |
| 3 | 3 | ||
| 4 | #@WEBTITLE: Intel Atom E6xx Processor With Intel EG20T Controller Hub Development Kit (Crown Bay) With Open Source VESA Graphics | ||
| 5 | |||
| 4 | #@DESCRIPTION: Machine configuration for Crown Bay systems, without Intel-proprietary graphics bits | 6 | #@DESCRIPTION: Machine configuration for Crown Bay systems, without Intel-proprietary graphics bits |
| 5 | # i.e. E660 + EG20T | 7 | # i.e. E660 + EG20T |
| 6 | 8 | ||
diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf index 624ca56f..1fd9fe8a 100644 --- a/meta-crownbay/conf/machine/crownbay.conf +++ b/meta-crownbay/conf/machine/crownbay.conf | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
| 2 | #@NAME: crownbay | 2 | #@NAME: crownbay |
| 3 | 3 | ||
| 4 | #@WEBTITLE: Intel Atom E6xx Processor With Intel EG20T Controller Hub Development Kit (Crown Bay) With Proprietary IEMGD Accelerated Graphics | ||
| 5 | |||
| 4 | #@DESCRIPTION: Machine configuration for Crown Bay systems | 6 | #@DESCRIPTION: Machine configuration for Crown Bay systems |
| 5 | # i.e. E660 + EG20T | 7 | # i.e. E660 + EG20T |
| 6 | 8 | ||
