* [PATCH 0/2] binutils upgrade additional metadata
@ 2011-08-29 18:47 Paul Eggleton
2011-08-29 18:47 ` [PATCH 1/2] tcmode-default: update binutils version Paul Eggleton
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-08-29 18:47 UTC (permalink / raw)
To: openembedded-core
Some collateral updates for the binutils upgrade.
The following changes since commit 4ecf379aba11983b66be4fbe26e65aa28740ddfd:
binutils: update to 2.21.1a (2011-08-29 13:57:43 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/binutils-2211a-extra
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/binutils-2211a-extra
Paul Eggleton (2):
tcmode-default: update binutils version
distro_tracking_fields: update binutils to 2.21.1a
.../conf/distro/include/distro_tracking_fields.inc | 6 +++---
meta/conf/distro/include/tcmode-default.inc | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
--
1.7.4.1
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH 1/2] tcmode-default: update binutils version
2011-08-29 18:47 [PATCH 0/2] binutils upgrade additional metadata Paul Eggleton
@ 2011-08-29 18:47 ` Paul Eggleton
2011-08-29 18:47 ` [PATCH 2/2] distro_tracking_fields: update binutils to 2.21.1a Paul Eggleton
2011-08-30 21:04 ` [PATCH 0/2] binutils upgrade additional metadata Richard Purdie
2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-08-29 18:47 UTC (permalink / raw)
To: openembedded-core
binutils is now at version 2.21.1a.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/conf/distro/include/tcmode-default.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 0d0af38..2857215 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -18,7 +18,7 @@ PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
GCCVERSION ?= "4.6%"
SDKGCCVERSION ?= "4.6%"
-BINUVERSION ?= "2.21.1"
+BINUVERSION ?= "2.21.1a"
EGLIBCVERSION ?= "2.13"
UCLIBCVERSION ?= "0.9.32"
LINUXLIBCVERSION ?= "2.6.37.2"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] distro_tracking_fields: update binutils to 2.21.1a
2011-08-29 18:47 [PATCH 0/2] binutils upgrade additional metadata Paul Eggleton
2011-08-29 18:47 ` [PATCH 1/2] tcmode-default: update binutils version Paul Eggleton
@ 2011-08-29 18:47 ` Paul Eggleton
2011-08-30 21:04 ` [PATCH 0/2] binutils upgrade additional metadata Richard Purdie
2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-08-29 18:47 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 22042b1..6f1a462 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -2876,9 +2876,9 @@ RECIPE_LAST_UPDATE_pn-sysprof = "Dec 8, 2010"
RECIPE_MAINTAINER_pn-sysprof = "Tom Zanussi <tom.zanussi@intel.com>"
RECIPE_STATUS_pn-binutils="green"
-RECIPE_LATEST_VERSION_pn-binutils="2.21.1"
-RECIPE_LAST_UPDATE_pn-binutils = "Jul 06, 2011"
-RECIPE_MANUAL_CHECK_DATE_pn-binutils = "Jul 06, 2011"
+RECIPE_LATEST_VERSION_pn-binutils="2.21.1a"
+RECIPE_LAST_UPDATE_pn-binutils = "Aug 29, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-binutils = "Aug 29, 2011"
RECIPE_MAINTAINER_pn-binutils = "Nitin A Kamble <nitin.a.kamble@intel.com>"
RECIPE_STATUS_pn-ldconfig-native = "red"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] binutils upgrade additional metadata
2011-08-29 18:47 [PATCH 0/2] binutils upgrade additional metadata Paul Eggleton
2011-08-29 18:47 ` [PATCH 1/2] tcmode-default: update binutils version Paul Eggleton
2011-08-29 18:47 ` [PATCH 2/2] distro_tracking_fields: update binutils to 2.21.1a Paul Eggleton
@ 2011-08-30 21:04 ` Richard Purdie
2 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-08-30 21:04 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Mon, 2011-08-29 at 19:47 +0100, Paul Eggleton wrote:
> Some collateral updates for the binutils upgrade.
>
> The following changes since commit 4ecf379aba11983b66be4fbe26e65aa28740ddfd:
>
> binutils: update to 2.21.1a (2011-08-29 13:57:43 +0100)
>
> are available in the git repository at:
> git://git.openembedded.org/openembedded-core-contrib paule/binutils-2211a-extra
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/binutils-2211a-extra
>
> Paul Eggleton (2):
> tcmode-default: update binutils version
> distro_tracking_fields: update binutils to 2.21.1a
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-08-30 21:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-29 18:47 [PATCH 0/2] binutils upgrade additional metadata Paul Eggleton
2011-08-29 18:47 ` [PATCH 1/2] tcmode-default: update binutils version Paul Eggleton
2011-08-29 18:47 ` [PATCH 2/2] distro_tracking_fields: update binutils to 2.21.1a Paul Eggleton
2011-08-30 21:04 ` [PATCH 0/2] binutils upgrade additional metadata Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox