diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-06-23 16:18:44 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-24 19:54:11 +0100 |
commit | 1f0817c276094753c664ed7717cbcc3765fe39bb (patch) | |
tree | 71b512681f39c6d1d2d53048a9fe47c7885ccaf4 | |
parent | 135ad148f94b13c509f96192b2c41687e40a6401 (diff) | |
download | poky-1f0817c276094753c664ed7717cbcc3765fe39bb.tar.gz |
iproute2: upgrade to 3.15.0
The main new features are:
* ss gets more attention
* Support for HHF qdisc
* Updates to bridge command
* Lots of vxlan related changes
* Lots of little corrections and build fixes.
(From OE-Core rev: 873bdf8ba578aa91f29cd19e9b235e81f09e156c)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_3.15.0.bb (renamed from meta/recipes-connectivity/iproute2/iproute2_3.14.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.14.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.15.0.bb index ed40648f28..7cf9115b9c 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_3.14.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_3.15.0.bb | |||
@@ -4,8 +4,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ | |||
4 | file://configure-cross.patch \ | 4 | file://configure-cross.patch \ |
5 | file://0001-iproute2-de-bash-scripts.patch \ | 5 | file://0001-iproute2-de-bash-scripts.patch \ |
6 | " | 6 | " |
7 | SRC_URI[md5sum] = "bd9d7567bbb987c88120669f5e1a1092" | 7 | SRC_URI[md5sum] = "5b1711c9d16071959052e369a2682d77" |
8 | SRC_URI[sha256sum] = "bda38951c49f89ffc2e2fe85579ce616337b5d3a2f0319921fd071c838356bd4" | 8 | SRC_URI[sha256sum] = "5359ed1f31839d8542a057c0c4233131ab9c28d8c41fc9c8484579d9c0b99af4" |
9 | 9 | ||
10 | # CFLAGS are computed in Makefile and reference CCOPTS | 10 | # CFLAGS are computed in Makefile and reference CCOPTS |
11 | # | 11 | # |