dpdk/21.11.2: add libxdp library in PACKAGECONFIG

With latest libbpf version (>=0.7.0), additional libxdp
library also require to build net/af_xdp libs.

xdp-tools provides libxdp library.

Ref:
https://git.dpdk.org/dpdk-stable/commit/drivers/net/af_xdp?h=21.11&id=6721fb14eb1f91a0afc629c61eb99e63b247c1f3

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Naveen Saini 2022-10-21 09:40:51 +08:00 committed by Anuj Mittal
parent 12900bd7b1
commit a4c830bec3

View File

@ -28,7 +28,7 @@ COMPATIBLE_HOST:libc-musl:class-target = "null"
COMPATIBLE_HOST:linux-gnux32 = "null"
PACKAGECONFIG ??= " "
PACKAGECONFIG[afxdp] = ",,libbpf"
PACKAGECONFIG[afxdp] = ",,libbpf xdp-tools"
PACKAGECONFIG[libvirt] = ",,libvirt"
RDEPENDS:${PN} += "pciutils python3-core"