From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: [PATCH 1/8] netmap-modules: fix for --no-drivers
Date: Sun, 22 Nov 2015 14:55:44 +0800 [thread overview]
Message-ID: <565166F0.3000303@windriver.com> (raw)
In-Reply-To: <20151120094122.GB2241@jama>
On 11/20/2015 05:41 PM, Martin Jansa wrote:
> On Fri, Nov 20, 2015 at 01:32:40AM -0800, Robert Yang wrote:
>> Issue: LIN8-1697
>>
>> The --no-drivers=virtio_net.c overrided --no-drivers=ixgbe, then errors:
>> git/LINUX/ixgbe_netmap_linux.h:52:2: error: #error "unsupported ixgbe driver version"
>> #error "unsupported ixgbe driver version"
>> ^
>
> There is better fix for this on ML already.
I had sent a V2, and this had been drop in V2.
// Robert
>
>>
>> (LOCAL REV: NOT UPSTREAM) -- Jackie will will merge into his
>> netmap-modules work and send.
>
> Next time don't include this.
>
>>
>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> ---
>> .../recipes-kernel/netmap/netmap-modules_git.bb | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb b/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb
>> index 6365fee..628c870 100644
>> --- a/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb
>> +++ b/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb
>> @@ -15,7 +15,7 @@ EXTRA_OECONF = "--kernel-dir=${STAGING_KERNEL_BUILDDIR} \
>> --driver-suffix="-netmap" \
>> "
>>
>> -EXTRA_OECONF += "--no-drivers=ixgbe --no-drivers=virtio_net.c"
>> +EXTRA_OECONF += "--no-drivers=ixgbe,virtio_net.c"
>>
>> LDFLAGS := "${@'${LDFLAGS}'.replace('-Wl,-O1', '')}"
>> LDFLAGS := "${@'${LDFLAGS}'.replace('-Wl,--as-needed', '')}"
>> --
>> 1.7.9.5
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>
>
next prev parent reply other threads:[~2015-11-22 6:55 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-20 9:32 [PATCH 0/8] meta-openembedded: fix QA issues Robert Yang
2015-11-20 9:32 ` [PATCH 1/8] netmap-modules: fix for --no-drivers Robert Yang
2015-11-20 9:41 ` Martin Jansa
2015-11-22 6:55 ` Robert Yang [this message]
2015-11-20 9:32 ` [PATCH 2/8] lldpad: fix installed-vs-shipped Robert Yang
2015-12-11 13:54 ` Martin Jansa
2015-11-20 9:32 ` [PATCH 3/8] nbd: use BPN in Files Robert Yang
2015-11-20 9:32 ` [PATCH 4/8] dracut: fix host-user-contaminated Robert Yang
2015-11-20 9:32 ` [PATCH 5/8] cim-schema-exper: " Robert Yang
2015-11-20 9:42 ` Martin Jansa
2015-11-22 6:55 ` Robert Yang
2015-11-20 9:32 ` [PATCH 6/8] ctdb: RDEPENDS on bash Robert Yang
2015-11-20 9:32 ` [PATCH 7/8] ctdb: add PACKAGECONFIG for libtdb Robert Yang
2015-11-20 9:32 ` [PATCH 8/8] netkit-ftp: fixed invalid symlink Robert Yang
2015-11-20 9:35 ` [PATCH 0/8] meta-openembedded: fix QA issues Robert Yang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=565166F0.3000303@windriver.com \
--to=liezhi.yang@windriver.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.