mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-19 12:59:03 +02:00
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:
parent
8fb1422a63
commit
512bad803b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user