All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix "ip route get" v2
@ 2011-06-09 12:53 Paul Eggleton
  2011-06-09 12:53 ` [PATCH 1/1] iproute2: update to 2.6.38 Paul Eggleton
  2011-06-09 14:42 ` [PATCH 0/1] Fix "ip route get" v2 Richard Purdie
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Eggleton @ 2011-06-09 12:53 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.38
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/iproute-2.6.38

Paul Eggleton (1):
  iproute2: update to 2.6.38

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

-- 
1.7.4.1




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

* [PATCH 1/1] iproute2: update to 2.6.38
  2011-06-09 12:53 [PATCH 0/1] Fix "ip route get" v2 Paul Eggleton
@ 2011-06-09 12:53 ` Paul Eggleton
  2011-06-10 14:19   ` Koen Kooi
  2011-06-09 14:42 ` [PATCH 0/1] Fix "ip route get" v2 Richard Purdie
  1 sibling, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2011-06-09 12:53 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 and
http://marc.info/?l=linux-netdev&m=130038222321440&w=2 for a list of
other changes since 2.6.35.

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.38.bb}     |    4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/iproute2/{iproute2-2.6.35 => iproute2-2.6.38}/configure-cross.patch (100%)
 rename meta/recipes-connectivity/iproute2/{iproute2_2.6.35.bb => iproute2_2.6.38.bb} (50%)

diff --git a/meta/recipes-connectivity/iproute2/iproute2-2.6.35/configure-cross.patch b/meta/recipes-connectivity/iproute2/iproute2-2.6.38/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.38/configure-cross.patch
diff --git a/meta/recipes-connectivity/iproute2/iproute2_2.6.35.bb b/meta/recipes-connectivity/iproute2/iproute2_2.6.38.bb
similarity index 50%
rename from meta/recipes-connectivity/iproute2/iproute2_2.6.35.bb
rename to meta/recipes-connectivity/iproute2/iproute2_2.6.38.bb
index 93ae06c..e822750 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_2.6.35.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_2.6.38.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] = "a243bfea837e71824b7ca26c3bb45fa8"
+SRC_URI[sha256sum] = "47629a4f547f21d94d8e823a87dd8e13042cadecefea2e2dc433e4134fa9aec4"
-- 
1.7.4.1




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

* Re: [PATCH 0/1] Fix "ip route get" v2
  2011-06-09 12:53 [PATCH 0/1] Fix "ip route get" v2 Paul Eggleton
  2011-06-09 12:53 ` [PATCH 1/1] iproute2: update to 2.6.38 Paul Eggleton
@ 2011-06-09 14:42 ` Richard Purdie
  1 sibling, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2011-06-09 14:42 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, 2011-06-09 at 13:53 +0100, 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.38
>   http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/iproute-2.6.38
> 
> Paul Eggleton (1):
>   iproute2: update to 2.6.38
> 

Merged to master, thanks.

Richard




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

* Re: [PATCH 1/1] iproute2: update to 2.6.38
  2011-06-09 12:53 ` [PATCH 1/1] iproute2: update to 2.6.38 Paul Eggleton
@ 2011-06-10 14:19   ` Koen Kooi
  2011-06-10 14:42     ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2011-06-10 14:19 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Paul Eggleton


Op 9 jun 2011, om 14:53 heeft Paul Eggleton het volgende geschreven:

> 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 and
> http://marc.info/?l=linux-netdev&m=130038222321440&w=2 for a list of
> other changes since 2.6.35.
> 
> Fixes [YOCTO #1006] (reopened)
> 
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>

When building I get this:

WARNING: the following files were installed but not shipped in any package:
WARNING:   /lib/tc/m_xt.so
WARNING:   /lib/tc/m_ipt.so

I don't know anything about iproute2, so I can't say if it's bad or good to leave these out :)


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

* Re: [PATCH 1/1] iproute2: update to 2.6.38
  2011-06-10 14:19   ` Koen Kooi
@ 2011-06-10 14:42     ` Paul Eggleton
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2011-06-10 14:42 UTC (permalink / raw)
  To: Koen Kooi; +Cc: Patches and discussions about the oe-core layer

On Friday 10 June 2011 15:19:00 Koen Kooi wrote:
> When building I get this:
> 
> WARNING: the following files were installed but not shipped in any package:
> WARNING:   /lib/tc/m_xt.so
> WARNING:   /lib/tc/m_ipt.so
> 
> I don't know anything about iproute2, so I can't say if it's bad or good to
> leave these out :)

From some searching I think we may want those if we want "tc" to be able to 
handle xtables/iptables; however one packager I found chose to install 
m_ipt.so as a symlink to m_xt.so. This needs a little further research.

Thanks for pointing this out, I should really have seen it myself.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

end of thread, other threads:[~2011-06-10 14:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-09 12:53 [PATCH 0/1] Fix "ip route get" v2 Paul Eggleton
2011-06-09 12:53 ` [PATCH 1/1] iproute2: update to 2.6.38 Paul Eggleton
2011-06-10 14:19   ` Koen Kooi
2011-06-10 14:42     ` Paul Eggleton
2011-06-09 14:42 ` [PATCH 0/1] Fix "ip route get" v2 Richard Purdie

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.