| Submitter | Paul Eggleton |
|---|---|
| Date | June 9, 2011, 12:53 p.m. |
| Message ID | <e894a1bec293052c213e828c8071d833a5631131.1307623890.git.paul.eggleton@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/5603/ |
| State | New, archived |
| Headers | show |
Comments
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 :)
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
Patch
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"
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%)