meta-dpdk/dynamic-layers/clang-layer/recipes-support/xdp-tools
Naveen Saini 42608b107a xdp-tools: build static library
The problem with shared library is that generated object files are also
required additionally by libxdp. So build the static library instead of
installing .o files as well (which would need us to disable stripping
etc.)

Error log while building libxdp:
| libxdp: Couldn't find a BPF file with name xsk_def_xdp_prog.o
| xsk_configure(): Failed to create xsk socket

Enable production option too. Also see:

https://github.com/xdp-project/xdp-tools/issues/180

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-02-07 09:52:17 +08:00
..
xdp-tools xdp-tools: add recipe 2022-10-31 10:01:01 +08:00
xdp-tools_1.2.8.bb xdp-tools: build static library 2023-02-07 09:52:17 +08:00