* [Patch v3 1/7] MAINTAINERS: correct pathname
2012-10-25 17:49 [Patch v3 0/7] meta-intel README updates nitin.a.kamble
@ 2012-10-25 17:49 ` nitin.a.kamble
2012-10-25 17:49 ` [Patch v3 2/7] chiefriver: add WEBTITLE & Compliance information nitin.a.kamble
` (6 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: nitin.a.kamble @ 2012-10-25 17:49 UTC (permalink / raw)
To: yocto, tom.zanussi, darren.hart
From: Nitin A Kamble <nitin.a.kamble@intel.com>
The commmon directory has more stuff than just recipes-core.
All this need to be maintained together as part of the meta-intel layer.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
MAINTAINERS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index d63ed31..eac592b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -42,7 +42,7 @@ F: meta-chiefriver/
COMMON
M: Nitin A Kamble<nitin.a.kamble@intel.com>
-F: common/recipes-core/
+F: common/
CROWNBAY
M: Nitin A Kamble<nitin.a.kamble@intel.com>
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Patch v3 2/7] chiefriver: add WEBTITLE & Compliance information
2012-10-25 17:49 [Patch v3 0/7] meta-intel README updates nitin.a.kamble
2012-10-25 17:49 ` [Patch v3 1/7] MAINTAINERS: correct pathname nitin.a.kamble
@ 2012-10-25 17:49 ` nitin.a.kamble
2012-10-25 17:49 ` [Patch v3 3/7] crownbay: " nitin.a.kamble
` (5 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: nitin.a.kamble @ 2012-10-25 17:49 UTC (permalink / raw)
To: yocto, tom.zanussi, darren.hart
From: Nitin A Kamble <nitin.a.kamble@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: Nitin A Kamble <nitin.a.kamble@intel.com>
---
meta-chiefriver/README | 8 ++++++++
meta-chiefriver/conf/machine/chiefriver.conf | 2 ++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/meta-chiefriver/README b/meta-chiefriver/README
index 7c47b02..43050de 100644
--- a/meta-chiefriver/README
+++ b/meta-chiefriver/README
@@ -7,6 +7,14 @@ plus the Panther Point PCH. This BSP assumes that the Ivy Bridge
integrated graphics are being used.
+Compliance
+==========
+
+This BSP is compliant with Yocto Project as per the requirements listed
+here:
+ http://www.yoctoproject.org/yocto-project-compatible-registration
+
+
Dependencies
============
diff --git a/meta-chiefriver/conf/machine/chiefriver.conf b/meta-chiefriver/conf/machine/chiefriver.conf
index 6d8d3a5..754acda 100644
--- a/meta-chiefriver/conf/machine/chiefriver.conf
+++ b/meta-chiefriver/conf/machine/chiefriver.conf
@@ -1,6 +1,8 @@
#@TYPE: Machine
#@NAME: chiefriver
+#@WEBTITLE: Intel 3rd Generation Core Platforms: Core i3, i5, i7 (Ivy Bridge)
+
#@DESCRIPTION: Machine configuration for Chief River systems
# i.e. Ivy Bridge + Panther Point
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Patch v3 3/7] crownbay: add WEBTITLE & Compliance information
2012-10-25 17:49 [Patch v3 0/7] meta-intel README updates nitin.a.kamble
2012-10-25 17:49 ` [Patch v3 1/7] MAINTAINERS: correct pathname nitin.a.kamble
2012-10-25 17:49 ` [Patch v3 2/7] chiefriver: add WEBTITLE & Compliance information nitin.a.kamble
@ 2012-10-25 17:49 ` nitin.a.kamble
2012-10-25 17:49 ` [Patch v3 4/7] emenlow: " nitin.a.kamble
` (4 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: nitin.a.kamble @ 2012-10-25 17:49 UTC (permalink / raw)
To: yocto, tom.zanussi, darren.hart
From: Nitin A Kamble <nitin.a.kamble@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: Nitin A Kamble <nitin.a.kamble@intel.com>
---
meta-crownbay/README | 10 +++++++++-
meta-crownbay/conf/machine/crownbay-noemgd.conf | 2 ++
meta-crownbay/conf/machine/crownbay.conf | 2 ++
3 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/meta-crownbay/README b/meta-crownbay/README
index 4bc9f31..1f164f4 100644
--- a/meta-crownbay/README
+++ b/meta-crownbay/README
@@ -2,13 +2,21 @@ This README file contains information on building the meta-crownbay
BSP layer, and booting the images contained in the /binary directory.
Please see the corresponding sections below for details.
-The Crown Bay platform consists of the Intel Atom Z6xx processor,
+The Crown 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.14 Driver.
+Compliance
+==========
+
+This BSP is compliant with Yocto Project as per the requirements listed
+here:
+ http://www.yoctoproject.org/yocto-project-compatible-registration
+
+
Dependencies
============
diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf
index 4c869ee..c6f816a 100644
--- a/meta-crownbay/conf/machine/crownbay-noemgd.conf
+++ b/meta-crownbay/conf/machine/crownbay-noemgd.conf
@@ -1,6 +1,8 @@
#@TYPE: Machine
#@NAME: crownbay-noemgd
+#@WEBTITLE: Intel Atom E6xx Processor With Intel EG20T Controller Hub Development Kit (Crown Bay) With Open Source VESA Graphics
+
#@DESCRIPTION: Machine configuration for Crown Bay systems, without Intel-proprietary graphics bits
# i.e. E660 + EG20T
diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf
index 624ca56..1fd9fe8 100644
--- a/meta-crownbay/conf/machine/crownbay.conf
+++ b/meta-crownbay/conf/machine/crownbay.conf
@@ -1,6 +1,8 @@
#@TYPE: Machine
#@NAME: crownbay
+#@WEBTITLE: Intel Atom E6xx Processor With Intel EG20T Controller Hub Development Kit (Crown Bay) With Proprietary IEMGD Accelerated Graphics
+
#@DESCRIPTION: Machine configuration for Crown Bay systems
# i.e. E660 + EG20T
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Patch v3 0/7] meta-intel README updates
@ 2012-10-25 17:49 nitin.a.kamble
2012-10-25 17:49 ` [Patch v3 1/7] MAINTAINERS: correct pathname nitin.a.kamble
` (7 more replies)
0 siblings, 8 replies; 10+ messages in thread
From: nitin.a.kamble @ 2012-10-25 17:49 UTC (permalink / raw)
To: yocto, tom.zanussi, darren.hart
From: Nitin A Kamble <nitin.a.kamble@intel.com>
This is v3 of the pull request based on the latest feedback from Tom.
Thanks,
Nitin
The following changes since commit 49a8eb06bd75bb898a1b9bc4212b3db3a6d26b97:
meta-crystalforest: update kernel SRCREVs (2012-10-25 09:44:26 -0500)
are available in the git repository at:
git://git.yoctoproject.org/meta-intel-contrib nitin/misc
http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=nitin/misc
Nitin A Kamble (7):
MAINTAINERS: correct pathname
chiefriver: add WEBTITLE & Compliance information
crownbay: add WEBTITLE & Compliance information
emenlow: add WEBTITLE & Compliance information
jasperforest: add WEBTITLE & Compliance information
sugarbay: add WEBTITLE & Compliance information
crownbay: add more information in README
MAINTAINERS | 2 +-
meta-chiefriver/README | 8 ++++++++
meta-chiefriver/conf/machine/chiefriver.conf | 2 ++
meta-crownbay/README | 12 +++++++++++-
meta-crownbay/conf/machine/crownbay-noemgd.conf | 2 ++
meta-crownbay/conf/machine/crownbay.conf | 2 ++
meta-emenlow/README | 8 ++++++++
meta-emenlow/conf/machine/emenlow.conf | 2 ++
meta-jasperforest/README | 7 +++++++
meta-jasperforest/conf/machine/jasperforest.conf | 2 ++
meta-sugarbay/README | 8 ++++++++
meta-sugarbay/conf/machine/sugarbay.conf | 2 ++
12 files changed, 55 insertions(+), 2 deletions(-)
--
1.7.3.4
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Patch v3 4/7] emenlow: add WEBTITLE & Compliance information
2012-10-25 17:49 [Patch v3 0/7] meta-intel README updates nitin.a.kamble
` (2 preceding siblings ...)
2012-10-25 17:49 ` [Patch v3 3/7] crownbay: " nitin.a.kamble
@ 2012-10-25 17:49 ` nitin.a.kamble
2012-10-25 17:49 ` [Patch v3 5/7] jasperforest: " nitin.a.kamble
` (3 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: nitin.a.kamble @ 2012-10-25 17:49 UTC (permalink / raw)
To: yocto, tom.zanussi, darren.hart
From: Nitin A Kamble <nitin.a.kamble@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: Nitin A Kamble <nitin.a.kamble@intel.com>
---
meta-emenlow/README | 8 ++++++++
meta-emenlow/conf/machine/emenlow.conf | 2 ++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/meta-emenlow/README b/meta-emenlow/README
index 3932718..8795864 100644
--- a/meta-emenlow/README
+++ b/meta-emenlow/README
@@ -13,6 +13,14 @@ depending on which BSP tarball you downloaded.
Please see the corresponding sections below for details.
+Compliance
+==========
+
+This BSP is compliant with Yocto Project as per the requirements listed
+here:
+ http://www.yoctoproject.org/yocto-project-compatible-registration
+
+
Dependencies
============
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index d1efbc3..1a4aa81 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -1,6 +1,8 @@
#@TYPE: Machine
#@NAME: emenlow
+#@WEBTITLE: Intel Atom Z5xx Processor With Intel US15W Controller Hub (eMenlow)
+
#@DESCRIPTION: Machine configuration for eMenlow based systems, like the
# Webs-2120 box.
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Patch v3 5/7] jasperforest: add WEBTITLE & Compliance information
2012-10-25 17:49 [Patch v3 0/7] meta-intel README updates nitin.a.kamble
` (3 preceding siblings ...)
2012-10-25 17:49 ` [Patch v3 4/7] emenlow: " nitin.a.kamble
@ 2012-10-25 17:49 ` nitin.a.kamble
2012-10-25 17:49 ` [Patch v3 6/7] sugarbay: " nitin.a.kamble
` (2 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: nitin.a.kamble @ 2012-10-25 17:49 UTC (permalink / raw)
To: yocto, tom.zanussi, darren.hart
From: Nitin A Kamble <nitin.a.kamble@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: Nitin A Kamble <nitin.a.kamble@intel.com>
---
meta-jasperforest/README | 7 +++++++
meta-jasperforest/conf/machine/jasperforest.conf | 2 ++
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/meta-jasperforest/README b/meta-jasperforest/README
index 12f84c2..deedb28 100644
--- a/meta-jasperforest/README
+++ b/meta-jasperforest/README
@@ -8,6 +8,13 @@ combined with the Intel 3420 PCH chipset (Ibex Peak) make up the
'Picket Post' CRB this BSP was developed on.
+Compliance
+==========
+
+This BSP is compliant with Yocto Project as per requirements listed here:
+http://www.yoctoproject.org/yocto-project-compatible-registration
+
+
Dependencies
============
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
index d661f7b..ba50b99 100644
--- a/meta-jasperforest/conf/machine/jasperforest.conf
+++ b/meta-jasperforest/conf/machine/jasperforest.conf
@@ -1,6 +1,8 @@
#@TYPE: Machine
#@NAME: jasperforest
+#@WEBTITLE: Intel Xeon C5500/C3500 Series Processors With Intel 3420 PCH Chipset (Jasper Forest)
+
#@DESCRIPTION: Machine configuration for Jasper Forest Picket Post
# systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak)
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Patch v3 6/7] sugarbay: add WEBTITLE & Compliance information
2012-10-25 17:49 [Patch v3 0/7] meta-intel README updates nitin.a.kamble
` (4 preceding siblings ...)
2012-10-25 17:49 ` [Patch v3 5/7] jasperforest: " nitin.a.kamble
@ 2012-10-25 17:49 ` nitin.a.kamble
2012-10-25 17:49 ` [Patch v3 7/7] crownbay: add more information in README nitin.a.kamble
2012-10-25 20:14 ` [Patch v3 0/7] meta-intel README updates Tom Zanussi
7 siblings, 0 replies; 10+ messages in thread
From: nitin.a.kamble @ 2012-10-25 17:49 UTC (permalink / raw)
To: yocto, tom.zanussi, darren.hart
From: Nitin A Kamble <nitin.a.kamble@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: Nitin A Kamble <nitin.a.kamble@intel.com>
---
meta-sugarbay/README | 8 ++++++++
meta-sugarbay/conf/machine/sugarbay.conf | 2 ++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/meta-sugarbay/README b/meta-sugarbay/README
index c8a99d7..9201adf 100644
--- a/meta-sugarbay/README
+++ b/meta-sugarbay/README
@@ -7,6 +7,14 @@ plus the Cougar Point PCH (Q67 Express or B65 Express chipsets). This
BSP assumes that the Sandy Bridge integrated graphics are being used.
+Compliance
+==========
+
+This BSP is compliant with Yocto Project as per the requirements listed
+here:
+ http://www.yoctoproject.org/yocto-project-compatible-registration
+
+
Dependencies
============
diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf
index 616c2c5..afa3328 100644
--- a/meta-sugarbay/conf/machine/sugarbay.conf
+++ b/meta-sugarbay/conf/machine/sugarbay.conf
@@ -1,6 +1,8 @@
#@TYPE: Machine
#@NAME: sugarbay
+#@WEBTITLE: Intel 2nd Generation Core Platforms: Core i3, i5, i7 (Sandy Bridge)
+
#@DESCRIPTION: Machine configuration for Sugar Bay systems
# i.e. Sandy Bridge + Cougar Point
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Patch v3 7/7] crownbay: add more information in README
2012-10-25 17:49 [Patch v3 0/7] meta-intel README updates nitin.a.kamble
` (5 preceding siblings ...)
2012-10-25 17:49 ` [Patch v3 6/7] sugarbay: " nitin.a.kamble
@ 2012-10-25 17:49 ` nitin.a.kamble
2012-10-25 20:13 ` Tom Zanussi
2012-10-25 20:14 ` [Patch v3 0/7] meta-intel README updates Tom Zanussi
7 siblings, 1 reply; 10+ messages in thread
From: nitin.a.kamble @ 2012-10-25 17:49 UTC (permalink / raw)
To: yocto, tom.zanussi, darren.hart
From: Nitin A Kamble <nitin.a.kamble@intel.com>
Mention Little Bay & Shell Bay boards from the crownbay kit
in the readme.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
meta-crownbay/README | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta-crownbay/README b/meta-crownbay/README
index 1f164f4..525b2e6 100644
--- a/meta-crownbay/README
+++ b/meta-crownbay/README
@@ -5,6 +5,8 @@ Please see the corresponding sections below for details.
The Crown Bay platform consists of the Intel Atom E6xx processor,
plus the Intel EG20T Platform Controller Hub (Tunnel Creek + Topcliff).
+The crownbay kit consists of two boards, Shell Bay & Little Bay.
+
It also supports the E6xx embedded on-chip graphics via the Intel
Embedded Media and Graphics Driver (EMGD) 1.14 Driver.
--
1.7.3.4
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [Patch v3 7/7] crownbay: add more information in README
2012-10-25 17:49 ` [Patch v3 7/7] crownbay: add more information in README nitin.a.kamble
@ 2012-10-25 20:13 ` Tom Zanussi
0 siblings, 0 replies; 10+ messages in thread
From: Tom Zanussi @ 2012-10-25 20:13 UTC (permalink / raw)
To: nitin.a.kamble; +Cc: yocto, darren.hart
On Thu, 2012-10-25 at 10:49 -0700, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
>
> Mention Little Bay & Shell Bay boards from the crownbay kit
> in the readme.
>
> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
> ---
> meta-crownbay/README | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/meta-crownbay/README b/meta-crownbay/README
> index 1f164f4..525b2e6 100644
> --- a/meta-crownbay/README
> +++ b/meta-crownbay/README
> @@ -5,6 +5,8 @@ Please see the corresponding sections below for details.
> The Crown Bay platform consists of the Intel Atom E6xx processor,
> plus the Intel EG20T Platform Controller Hub (Tunnel Creek + Topcliff).
>
> +The crownbay kit consists of two boards, Shell Bay & Little Bay.
> +
This seems like a sort of random fact thrown in and doesn't explain what
Shell Bay or Little Bay are (and shouldn't it be Crown Bay kit to match,
instead of crownbay?).
I guess I'd like to see the text explaining the hardware fit together as
a whole and not just be a collection of facts about various aspects of
the hardware listed out randomly.
Tom
> It also supports the E6xx embedded on-chip graphics via the Intel
> Embedded Media and Graphics Driver (EMGD) 1.14 Driver.
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Patch v3 0/7] meta-intel README updates
2012-10-25 17:49 [Patch v3 0/7] meta-intel README updates nitin.a.kamble
` (6 preceding siblings ...)
2012-10-25 17:49 ` [Patch v3 7/7] crownbay: add more information in README nitin.a.kamble
@ 2012-10-25 20:14 ` Tom Zanussi
7 siblings, 0 replies; 10+ messages in thread
From: Tom Zanussi @ 2012-10-25 20:14 UTC (permalink / raw)
To: nitin.a.kamble; +Cc: yocto, darren.hart
On Thu, 2012-10-25 at 10:49 -0700, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
>
> This is v3 of the pull request based on the latest feedback from Tom.
>
> Thanks,
> Nitin
>
> The following changes since commit 49a8eb06bd75bb898a1b9bc4212b3db3a6d26b97:
>
> meta-crystalforest: update kernel SRCREVs (2012-10-25 09:44:26 -0500)
>
> are available in the git repository at:
> git://git.yoctoproject.org/meta-intel-contrib nitin/misc
> http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=nitin/misc
>
> Nitin A Kamble (7):
> MAINTAINERS: correct pathname
> chiefriver: add WEBTITLE & Compliance information
> crownbay: add WEBTITLE & Compliance information
> emenlow: add WEBTITLE & Compliance information
> jasperforest: add WEBTITLE & Compliance information
> sugarbay: add WEBTITLE & Compliance information
Pulled into meta-intel/master.
I fixed up the compliance sections a bit though i.e. changed 'Yocto
Project to 'the Yocto Project' and added a blank line before the URLs.
Tom
> crownbay: add more information in README
>
> MAINTAINERS | 2 +-
> meta-chiefriver/README | 8 ++++++++
> meta-chiefriver/conf/machine/chiefriver.conf | 2 ++
> meta-crownbay/README | 12 +++++++++++-
> meta-crownbay/conf/machine/crownbay-noemgd.conf | 2 ++
> meta-crownbay/conf/machine/crownbay.conf | 2 ++
> meta-emenlow/README | 8 ++++++++
> meta-emenlow/conf/machine/emenlow.conf | 2 ++
> meta-jasperforest/README | 7 +++++++
> meta-jasperforest/conf/machine/jasperforest.conf | 2 ++
> meta-sugarbay/README | 8 ++++++++
> meta-sugarbay/conf/machine/sugarbay.conf | 2 ++
> 12 files changed, 55 insertions(+), 2 deletions(-)
>
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2012-10-26 4:45 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-25 17:49 [Patch v3 0/7] meta-intel README updates nitin.a.kamble
2012-10-25 17:49 ` [Patch v3 1/7] MAINTAINERS: correct pathname nitin.a.kamble
2012-10-25 17:49 ` [Patch v3 2/7] chiefriver: add WEBTITLE & Compliance information nitin.a.kamble
2012-10-25 17:49 ` [Patch v3 3/7] crownbay: " nitin.a.kamble
2012-10-25 17:49 ` [Patch v3 4/7] emenlow: " nitin.a.kamble
2012-10-25 17:49 ` [Patch v3 5/7] jasperforest: " nitin.a.kamble
2012-10-25 17:49 ` [Patch v3 6/7] sugarbay: " nitin.a.kamble
2012-10-25 17:49 ` [Patch v3 7/7] crownbay: add more information in README nitin.a.kamble
2012-10-25 20:13 ` Tom Zanussi
2012-10-25 20:14 ` [Patch v3 0/7] meta-intel README updates 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.