Re: [OE-core] [PATCH] iproute2: add devlink support to iproute2

2020-02-18 Thread Scott Branden via Openembedded-core
On 2020-02-18 2:32 p.m., Mittal, Anuj wrote: On Sun, 2020-02-09 at 12:26 -0800, Scott Branden via Openembedded-core wrote: -EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_INCDIR} DOCDIR=${docdir}/iproute2 SUBDIRS='lib tc ip bridge misc genl \ +EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${S

Re: [OE-core] [PATCH] iproute2: add devlink support to iproute2

2020-02-18 Thread Mittal, Anuj
On Sun, 2020-02-09 at 12:26 -0800, Scott Branden via Openembedded-core wrote: > -EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_INCDIR} > DOCDIR=${docdir}/iproute2 SUBDIRS='lib tc ip bridge misc genl \ > +EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_INCDIR} > DOCDIR=${docdir}/iproute2 S

Re: [OE-core] [PATCH] iproute2: add devlink support to iproute2

2020-02-18 Thread Scott Branden via Openembedded-core
Could somebody have a look at merging this patch? On 2020-02-09 12:26 p.m., Scott Branden wrote: Add devlink support to iproute2 recipe. Signed-off-by: Scott Branden --- meta/recipes-connectivity/iproute2/iproute2.inc | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --

[OE-core] [PATCH] iproute2: add devlink support to iproute2

2020-02-09 Thread Scott Branden via Openembedded-core
Add devlink support to iproute2 recipe. Signed-off-by: Scott Branden --- meta/recipes-connectivity/iproute2/iproute2.inc | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.i