diff options
author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2015-10-08 13:02:49 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-10-21 15:59:03 -0400 |
commit | 9e75e3d136b83194496c3791cc9b43767c5a4396 (patch) | |
tree | 275cd7b07d83cf79cff7a09d1a5f803555dd52a2 /meta-initramfs/recipes-bsp | |
parent | e8557c2d8da74c5e40151afc5cbbb1d9996c72dc (diff) | |
download | meta-openembedded-9e75e3d136b83194496c3791cc9b43767c5a4396.tar.gz |
netmap-modules: fix compilation failure
If CONFIG_IXGBE is enabled in kernel. This package fails to build with
error messages like below.
| #error "unsupported ixgbe driver version"
| ^
.......
error: request for member 'count' in something not a structure or union
| na.num_rx_desc = NM_IXGBE_RX_RING(adapter, 0)->count;
| ^
| cc1: some warnings being treated as errors
Fix this problem by disabling igxbe driver in netmap-modules.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-initramfs/recipes-bsp')
0 files changed, 0 insertions, 0 deletions