Thanks. I've applied this patch, and will push it once build testing has completed.
Bruce On Tue, Feb 17, 2015 at 2:09 PM, Tudor Florea <[email protected]> wrote: > Remove the patch 0003-Don-t-enforce-that-dev-already-exists.patch > as the similar patch exist in poky git repo added by > commit 673bb3cffc1fdedb7c25178233c8699650194545 > Author: Roy.Li <[email protected]> > Date: Wed Oct 29 14:01:07 2014 +0800 > > Signed-off-by: Tudor Florea <[email protected]> > --- > ...003-Don-t-enforce-that-dev-already-exists.patch | 27 > ---------------------- > .../iproute2/iproute2_3.16.0.bbappend | 2 -- > 2 files changed, 29 deletions(-) > delete mode 100644 > meta-openstack/recipes-support/iproute2/iproute2/0003-Don-t-enforce-that-dev-already-exists.patch > > diff --git > a/meta-openstack/recipes-support/iproute2/iproute2/0003-Don-t-enforce-that-dev-already-exists.patch > > b/meta-openstack/recipes-support/iproute2/iproute2/0003-Don-t-enforce-that-dev-already-exists.patch > deleted file mode 100644 > index b296abe..0000000 > --- > a/meta-openstack/recipes-support/iproute2/iproute2/0003-Don-t-enforce-that-dev-already-exists.patch > +++ /dev/null > @@ -1,27 +0,0 @@ > -From 4a5577fab7490573ceaafa6e4417cf03bca178f1 Mon Sep 17 00:00:00 2001 > -Message-Id: > <4a5577fab7490573ceaafa6e4417cf03bca178f1.1407786415.git....@sigxcpu.org> > -From: =?UTF-8?q?Guido=20G=C3=BCnther?= <[email protected]> > -Date: Mon, 11 Aug 2014 21:41:51 +0200 > -Subject: [PATCH] Don't enforce that dev already exists > - > -Commit 9a02651a87d0fd56e2e7eedd63921a050a42b3ec tried to make sure > -the device can be looked up but that e.g. isn't true for > - > - ip link add vnet10 type veth peer name vnet11 > - > -where vnet10 isn't yet existent. > ---- > - ip/iplink.c | 2 -- > - 1 file changed, 2 deletions(-) > - > ---- a/ip/iplink.c > -+++ b/ip/iplink.c > -@@ -571,8 +571,6 @@ int iplink_parse(int argc, char **argv, > - duparg2("dev", *argv); > - *dev = *argv; > - dev_index = ll_name_to_index(*dev); > -- if (dev_index == 0) > -- invarg("Unknown device", *argv); > - } > - argc--; argv++; > - } > diff --git a/meta-openstack/recipes-support/iproute2/iproute2_3.16.0.bbappend > b/meta-openstack/recipes-support/iproute2/iproute2_3.16.0.bbappend > index 8949646..2fde00d 100644 > --- a/meta-openstack/recipes-support/iproute2/iproute2_3.16.0.bbappend > +++ b/meta-openstack/recipes-support/iproute2/iproute2_3.16.0.bbappend > @@ -2,5 +2,3 @@ FILESEXTRAPATHS_append := "${THISDIR}/${PN}" > > RRECOMMENDS_${PN} += "kernel-module-veth \ > " > - > -SRC_URI += " file://0003-Don-t-enforce-that-dev-already-exists.patch" > -- > 1.9.1 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
