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

Scott Branden scott.branden at broadcom.com
Tue Feb 18 22:43:19 UTC 2020



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=${STAGING_INCDIR}
>> DOCDIR=${docdir}/iproute2 SUBDIRS='lib devlink tc ip bridge misc genl
>> \
>> +                ${@bb.utils.contains('PACKAGECONFIG', 'devlink',
>> 'devlink', '', d)}                                               \
>>                   ${@bb.utils.contains('PACKAGECONFIG', 'tipc',
>> 'tipc', '', d)}'
> Looks like you added devlink twice in SUBDIRS. The one being added
> unconditionally should be removed.
Yes, thanks for pointing that out.  Will send v2 patch.
>
> Thanks,
>
> Anuj



More information about the Openembedded-core mailing list