* [PATCH 0/4] meta-intel: remove obsolete .bbappends and update READMEs
@ 2011-12-01 18:05 tom.zanussi
2011-12-01 18:05 ` [PATCH 1/4] meta-jasperforest: Remove xserver-xorg .bbappend tom.zanussi
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: tom.zanussi @ 2011-12-01 18:05 UTC (permalink / raw)
To: dvhart, kishore.k.bodke, yocto
From: Tom Zanussi <tom.zanussi@intel.com>
This patchset fixes some dangling .bbappend problems caused by an oe-core update
in the middle of the night, and adds some usability to READMES.
The following changes since commit f5b0682e5add5def4b59cdfa9daf52bfb1a96338:
Richard Purdie (1):
meta-jaspterforest: Sync with xserver-xorg version update
are available in the git repository at:
git://git.yoctoproject.org/meta-intel.git tzanussi/upstream-bbappend-borkage-fixups
http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/upstream-bbappend-borkage-fixups
Tom Zanussi (4):
meta-jasperforest: Remove xserver-xorg .bbappend.
meta-intel: add Patches section to BSP READMEs
meta-intel: point the top-level README to the BSP READMEs
meta-romley: Remove xserver-xorg .bbappend.
README | 5 ++++-
meta-crownbay/README | 11 +++++++++++
meta-emenlow/README | 11 +++++++++++
meta-fishriver/README | 11 +++++++++++
meta-fri2/README | 11 +++++++++++
meta-jasperforest/README | 11 +++++++++++
.../xorg-xserver/xserver-xorg_1.11.2.bbappend | 1 -
meta-n450/ReleaseNotes | 11 +++++++++++
meta-romley/README | 11 +++++++++++
.../xorg-xserver/xserver-xorg_1.11.1.bbappend | 1 -
meta-sugarbay/README | 11 +++++++++++
11 files changed, 92 insertions(+), 3 deletions(-)
delete mode 100644 meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bbappend
delete mode 100644 meta-romley/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bbappend
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/4] meta-jasperforest: Remove xserver-xorg .bbappend.
2011-12-01 18:05 [PATCH 0/4] meta-intel: remove obsolete .bbappends and update READMEs tom.zanussi
@ 2011-12-01 18:05 ` tom.zanussi
2011-12-01 18:05 ` [PATCH 2/4] meta-intel: add Patches section to BSP READMEs tom.zanussi
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: tom.zanussi @ 2011-12-01 18:05 UTC (permalink / raw)
To: dvhart, kishore.k.bodke, yocto
From: Tom Zanussi <tom.zanussi@intel.com>
The configuration that was being done in it is now forever redundant,
since it's enabled in oe-core.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
.../xorg-xserver/xserver-xorg_1.11.2.bbappend | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
delete mode 100644 meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bbappend
diff --git a/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bbappend b/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bbappend
deleted file mode 100644
index b2808ef..0000000
--- a/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-EXTRA_OECONF += "--enable-dga"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/4] meta-intel: add Patches section to BSP READMEs
2011-12-01 18:05 [PATCH 0/4] meta-intel: remove obsolete .bbappends and update READMEs tom.zanussi
2011-12-01 18:05 ` [PATCH 1/4] meta-jasperforest: Remove xserver-xorg .bbappend tom.zanussi
@ 2011-12-01 18:05 ` tom.zanussi
2011-12-01 18:05 ` [PATCH 3/4] meta-intel: point the top-level README to the " tom.zanussi
2011-12-01 18:05 ` [PATCH 4/4] meta-romley: Remove xserver-xorg .bbappend tom.zanussi
3 siblings, 0 replies; 5+ messages in thread
From: tom.zanussi @ 2011-12-01 18:05 UTC (permalink / raw)
To: dvhart, kishore.k.bodke, yocto
From: Tom Zanussi <tom.zanussi@intel.com>
Based on community input, it might be more user-friendly to have some
basic information about submitting patches in the BSP README itself.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
meta-crownbay/README | 11 +++++++++++
meta-emenlow/README | 11 +++++++++++
meta-fishriver/README | 11 +++++++++++
meta-fri2/README | 11 +++++++++++
meta-jasperforest/README | 11 +++++++++++
meta-n450/ReleaseNotes | 11 +++++++++++
meta-romley/README | 11 +++++++++++
meta-sugarbay/README | 11 +++++++++++
8 files changed, 88 insertions(+), 0 deletions(-)
diff --git a/meta-crownbay/README b/meta-crownbay/README
index c0e8119..e1cf28d 100644
--- a/meta-crownbay/README
+++ b/meta-crownbay/README
@@ -26,6 +26,17 @@ This layer depends on:
branch: master
+Patches
+=======
+
+Please submit any patches against this BSP to the Yocto mailing list
+(yocto@yoctoproject.org) and cc: the maintainer:
+
+Maintainer: Tom Zanussi <tom.zanussi@intel.com>
+
+Please see the meta-intel/MAINTAINERS file for more details.
+
+
Table of Contents
=================
diff --git a/meta-emenlow/README b/meta-emenlow/README
index 53c0528..9bef671 100644
--- a/meta-emenlow/README
+++ b/meta-emenlow/README
@@ -30,6 +30,17 @@ This layer depends on:
branch: master
+Patches
+=======
+
+Please submit any patches against this BSP to the Yocto mailing list
+(yocto@yoctoproject.org) and cc: the maintainer:
+
+Maintainer: Tom Zanussi <tom.zanussi@intel.com>
+
+Please see the meta-intel/MAINTAINERS file for more details.
+
+
Table of Contents
=================
diff --git a/meta-fishriver/README b/meta-fishriver/README
index 77262de..1dd0a4c 100644
--- a/meta-fishriver/README
+++ b/meta-fishriver/README
@@ -20,6 +20,17 @@ This layer depends on:
branch: master
+Patches
+=======
+
+Please submit any patches against this BSP to the Yocto mailing list
+(yocto@yoctoproject.org) and cc: the maintainer:
+
+Maintainer: Tom Zanussi <tom.zanussi@intel.com>
+
+Please see the meta-intel/MAINTAINERS file for more details.
+
+
Table of Contents
=================
diff --git a/meta-fri2/README b/meta-fri2/README
index d337b2a..2f8a5a4 100644
--- a/meta-fri2/README
+++ b/meta-fri2/README
@@ -28,6 +28,17 @@ This layer depends on:
branch: master
+Patches
+=======
+
+Please submit any patches against this BSP to the Yocto mailing list
+(yocto@yoctoproject.org) and cc: the maintainer:
+
+Maintainer: Darren Hart <dvhart@linux.intel.com>
+
+Please see the meta-intel/MAINTAINERS file for more details.
+
+
Table of Contents
=================
diff --git a/meta-jasperforest/README b/meta-jasperforest/README
index 6af4b37..78852bd 100644
--- a/meta-jasperforest/README
+++ b/meta-jasperforest/README
@@ -25,6 +25,17 @@ This layer depends on:
branch: master
+Patches
+=======
+
+Please submit any patches against this BSP to the Yocto mailing list
+(yocto@yoctoproject.org) and cc: the maintainer:
+
+Maintainer: Tom Zanussi <tom.zanussi@intel.com>
+
+Please see the meta-intel/MAINTAINERS file for more details.
+
+
Table of Contents
=================
diff --git a/meta-n450/ReleaseNotes b/meta-n450/ReleaseNotes
index 2d08f1c..67e3ff2 100644
--- a/meta-n450/ReleaseNotes
+++ b/meta-n450/ReleaseNotes
@@ -38,6 +38,17 @@ poky repository can at the present time be used to satisfy all
meta-intel dependencies.
+PATCHES
+=======
+
+Please submit any patches against this BSP to the Yocto mailing list
+(yocto@yoctoproject.org) and cc: the maintainer:
+
+Maintainer: Darren Hart <dvhart@linux.intel.com>
+
+Please see the meta-intel/MAINTAINERS file for more details.
+
+
FEATURES AND UPDATES
====================
diff --git a/meta-romley/README b/meta-romley/README
index a6be1d5..6ddbaf2 100644
--- a/meta-romley/README
+++ b/meta-romley/README
@@ -23,6 +23,17 @@ This layer depends on:
branch: master
+Patches
+=======
+
+Please submit any patches against this BSP to the Yocto mailing list
+(yocto@yoctoproject.org) and cc: the maintainer:
+
+Maintainer: Kishore Bodke <kishore.k.bodke@intel.com>
+
+Please see the meta-intel/MAINTAINERS file for more details.
+
+
Table of Contents
=================
diff --git a/meta-sugarbay/README b/meta-sugarbay/README
index d198f61..413b2ab 100644
--- a/meta-sugarbay/README
+++ b/meta-sugarbay/README
@@ -24,6 +24,17 @@ This layer depends on:
branch: master
+Patches
+=======
+
+Please submit any patches against this BSP to the Yocto mailing list
+(yocto@yoctoproject.org) and cc: the maintainer:
+
+Maintainer: Tom Zanussi <tom.zanussi@intel.com>
+
+Please see the meta-intel/MAINTAINERS file for more details.
+
+
Table of Contents
=================
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 3/4] meta-intel: point the top-level README to the BSP READMEs
2011-12-01 18:05 [PATCH 0/4] meta-intel: remove obsolete .bbappends and update READMEs tom.zanussi
2011-12-01 18:05 ` [PATCH 1/4] meta-jasperforest: Remove xserver-xorg .bbappend tom.zanussi
2011-12-01 18:05 ` [PATCH 2/4] meta-intel: add Patches section to BSP READMEs tom.zanussi
@ 2011-12-01 18:05 ` tom.zanussi
2011-12-01 18:05 ` [PATCH 4/4] meta-romley: Remove xserver-xorg .bbappend tom.zanussi
3 siblings, 0 replies; 5+ messages in thread
From: tom.zanussi @ 2011-12-01 18:05 UTC (permalink / raw)
To: dvhart, kishore.k.bodke, yocto
From: Tom Zanussi <tom.zanussi@intel.com>
Based on community feedback, it might be more user-friendly to have
the top-level README make users aware that there might be BSP-specific
READMEs to consult.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
README | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/README b/README
index 87631ab..363a754 100644
--- a/README
+++ b/README
@@ -1,4 +1,7 @@
meta-intel
==========
-This is the location for Intel maintained BSP's
+This is the location for Intel maintained BSPs.
+
+Please see the README files contained in the individual BSP layers for
+BSP-specific information.
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 4/4] meta-romley: Remove xserver-xorg .bbappend.
2011-12-01 18:05 [PATCH 0/4] meta-intel: remove obsolete .bbappends and update READMEs tom.zanussi
` (2 preceding siblings ...)
2011-12-01 18:05 ` [PATCH 3/4] meta-intel: point the top-level README to the " tom.zanussi
@ 2011-12-01 18:05 ` tom.zanussi
3 siblings, 0 replies; 5+ messages in thread
From: tom.zanussi @ 2011-12-01 18:05 UTC (permalink / raw)
To: dvhart, kishore.k.bodke, yocto
From: Tom Zanussi <tom.zanussi@intel.com>
The configuration that was being done in it is now forever redundant,
since it's enabled in oe-core.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
.../xorg-xserver/xserver-xorg_1.11.1.bbappend | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
delete mode 100644 meta-romley/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bbappend
diff --git a/meta-romley/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bbappend b/meta-romley/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bbappend
deleted file mode 100644
index b2808ef..0000000
--- a/meta-romley/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-EXTRA_OECONF += "--enable-dga"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-12-01 18:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-01 18:05 [PATCH 0/4] meta-intel: remove obsolete .bbappends and update READMEs tom.zanussi
2011-12-01 18:05 ` [PATCH 1/4] meta-jasperforest: Remove xserver-xorg .bbappend tom.zanussi
2011-12-01 18:05 ` [PATCH 2/4] meta-intel: add Patches section to BSP READMEs tom.zanussi
2011-12-01 18:05 ` [PATCH 3/4] meta-intel: point the top-level README to the " tom.zanussi
2011-12-01 18:05 ` [PATCH 4/4] meta-romley: Remove xserver-xorg .bbappend 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.