dpdk/20.11: Enable libbpf PACKAGECONFIG for AF_XDP driver

AF_XDP driver depend of libbpf. Enable it so that AF_XDP
driver can be compiled.

Signed-off-by: Mohamad Noor Alim Hussin <mohamad.noor.alim.hussin@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Mohamad Noor Alim Hussin 2021-05-06 15:51:22 +08:00 committed by Anuj Mittal
parent 8fb1422a63
commit 512bad803b

View File

@ -18,6 +18,8 @@ COMPATIBLE_MACHINE = "null"
COMPATIBLE_HOST_libc-musl_class-target = "null"
COMPATIBLE_HOST_linux-gnux32 = "null"
PACKAGECONFIG ??= " afxdp"
PACKAGECONFIG[afxdp] = ",,libbpf"
PACKAGECONFIG[libvirt] = ",,libvirt"
RDEPENDS_${PN} += "pciutils python3-core"