diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2023-02-07 09:39:40 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2023-02-07 09:52:17 +0800 |
commit | 42608b107a1786ca3e7fc807be3f8b1280108d28 (patch) | |
tree | 0aca70a98a4f8016c108b95f0c4498fa87a9c6bf /dynamic-layers/clang-layer/git@git.enea.com:linux | |
parent | 6e3c19f73598f0cff6a160513ba23700cb4b3556 (diff) | |
download | meta-dpdk-42608b107a1786ca3e7fc807be3f8b1280108d28.tar.gz |
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>
Diffstat (limited to 'dynamic-layers/clang-layer/git@git.enea.com:linux')
0 files changed, 0 insertions, 0 deletions