Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix "ip route get"
@ 2011-06-08 13:44 Paul Eggleton
  2011-06-08 13:44 ` [PATCH 1/1] iproute2: update to 2.6.37 Paul Eggleton
  2011-06-08 18:06 ` [PATCH 0/1] Fix "ip route get" Tom Rini
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Eggleton @ 2011-06-08 13:44 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 30101d4153aa8e116892063933b868d325bdd79c:

  distro tracking: Manual Updates (2011-06-06 23:51:26 -0700)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib paule/iproute-2.6.37
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/iproute-2.6.37

Paul Eggleton (1):
  iproute2: update to 2.6.37

 .../configure-cross.patch                          |    0
 .../{iproute2_2.6.35.bb => iproute2_2.6.37.bb}     |    4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/iproute2/{iproute2-2.6.35 => iproute2-2.6.37}/configure-cross.patch (100%)
 rename meta/recipes-connectivity/iproute2/{iproute2_2.6.35.bb => iproute2_2.6.37.bb} (50%)

-- 
1.7.4.1




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/1] iproute2: update to 2.6.37
  2011-06-08 13:44 [PATCH 0/1] Fix "ip route get" Paul Eggleton
@ 2011-06-08 13:44 ` Paul Eggleton
  2011-06-08 18:06 ` [PATCH 0/1] Fix "ip route get" Tom Rini
  1 sibling, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2011-06-08 13:44 UTC (permalink / raw)
  To: openembedded-core

Fixes "ip route get" not producing any output (a regression in 2.6.35).
See http://marc.info/?l=linux-netdev&m=129442470405398&w=2 for a list of
other changes in this new release.

Fixes [YOCTO #1006] (reopened)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 .../configure-cross.patch                          |    0
 .../{iproute2_2.6.35.bb => iproute2_2.6.37.bb}     |    4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/iproute2/{iproute2-2.6.35 => iproute2-2.6.37}/configure-cross.patch (100%)
 rename meta/recipes-connectivity/iproute2/{iproute2_2.6.35.bb => iproute2_2.6.37.bb} (50%)

diff --git a/meta/recipes-connectivity/iproute2/iproute2-2.6.35/configure-cross.patch b/meta/recipes-connectivity/iproute2/iproute2-2.6.37/configure-cross.patch
similarity index 100%
rename from meta/recipes-connectivity/iproute2/iproute2-2.6.35/configure-cross.patch
rename to meta/recipes-connectivity/iproute2/iproute2-2.6.37/configure-cross.patch
diff --git a/meta/recipes-connectivity/iproute2/iproute2_2.6.35.bb b/meta/recipes-connectivity/iproute2/iproute2_2.6.37.bb
similarity index 50%
rename from meta/recipes-connectivity/iproute2/iproute2_2.6.35.bb
rename to meta/recipes-connectivity/iproute2/iproute2_2.6.37.bb
index 93ae06c..337f93f 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_2.6.35.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_2.6.37.bb
@@ -5,5 +5,5 @@ PR = "r0"
 SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}.tar.bz2 \
 	   file://configure-cross.patch"
 
-SRC_URI[md5sum] = "b0f281b3124bf04669e18f5fe16d4934"
-SRC_URI[sha256sum] = "8ab2f47e129925fb8acb09421008d07aeafa01b2ddd1fcba4a056de079f090a3"
+SRC_URI[md5sum] = "9774ff9d74ebd301bf56bd8d74473786"
+SRC_URI[sha256sum] = "71754f8ad68facdb97d0cb9d7a298dc7f1ba069370bce902b661e06959f264e3"
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/1] Fix "ip route get"
  2011-06-08 13:44 [PATCH 0/1] Fix "ip route get" Paul Eggleton
  2011-06-08 13:44 ` [PATCH 1/1] iproute2: update to 2.6.37 Paul Eggleton
@ 2011-06-08 18:06 ` Tom Rini
  2011-06-08 22:13   ` Paul Eggleton
  1 sibling, 1 reply; 5+ messages in thread
From: Tom Rini @ 2011-06-08 18:06 UTC (permalink / raw)
  To: openembedded-core

On 06/08/2011 06:44 AM, Paul Eggleton wrote:
> The following changes since commit 30101d4153aa8e116892063933b868d325bdd79c:
> 
>   distro tracking: Manual Updates (2011-06-06 23:51:26 -0700)
> 
> are available in the git repository at:
>   git://git.openembedded.org/openembedded-core-contrib paule/iproute-2.6.37
>   http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/iproute-2.6.37
> 
> Paul Eggleton (1):
>   iproute2: update to 2.6.37
> 
>  .../configure-cross.patch                          |    0
>  .../{iproute2_2.6.35.bb => iproute2_2.6.37.bb}     |    4 ++--
>  2 files changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-connectivity/iproute2/{iproute2-2.6.35 => iproute2-2.6.37}/configure-cross.patch (100%)
>  rename meta/recipes-connectivity/iproute2/{iproute2_2.6.35.bb => iproute2_2.6.37.bb} (50%)

2.6.38 is current (and in oe.dev), so why not that one?

-- 
Tom Rini
Mentor Graphics Corporation



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/1] Fix "ip route get"
  2011-06-08 18:06 ` [PATCH 0/1] Fix "ip route get" Tom Rini
@ 2011-06-08 22:13   ` Paul Eggleton
  2011-06-08 22:26     ` Tom Rini
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2011-06-08 22:13 UTC (permalink / raw)
  To: openembedded-core

On Wednesday 08 June 2011 19:06:23 Tom Rini wrote:
> 2.6.38 is current (and in oe.dev), so why not that one?

I guess I was being conservative given we just got burned by upgrading to a 
newer version (well, I say just, it was November IIRC). However if we want to 
bite the bullet and go to 2.6.38 then I'll test & submit a patch to update to 
that.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/1] Fix "ip route get"
  2011-06-08 22:13   ` Paul Eggleton
@ 2011-06-08 22:26     ` Tom Rini
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2011-06-08 22:26 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-core

On 06/08/2011 03:13 PM, Paul Eggleton wrote:
> On Wednesday 08 June 2011 19:06:23 Tom Rini wrote:
>> 2.6.38 is current (and in oe.dev), so why not that one?
> 
> I guess I was being conservative given we just got burned by upgrading to a 
> newer version (well, I say just, it was November IIRC). However if we want to 
> bite the bullet and go to 2.6.38 then I'll test & submit a patch to update to 
> that.

Or tell upstream something is broken again :)  Yes, I'd vote for .38,
anyhow...

-- 
Tom Rini
Mentor Graphics Corporation



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-06-08 22:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-08 13:44 [PATCH 0/1] Fix "ip route get" Paul Eggleton
2011-06-08 13:44 ` [PATCH 1/1] iproute2: update to 2.6.37 Paul Eggleton
2011-06-08 18:06 ` [PATCH 0/1] Fix "ip route get" Tom Rini
2011-06-08 22:13   ` Paul Eggleton
2011-06-08 22:26     ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox