dpdk/20.11: disable afxdp PACKAGECONFIG by default

libbpf is in meta-oe and dpdk layer doesn't depend on oe layer.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Anuj Mittal 2021-05-07 16:31:28 +08:00
parent 512bad803b
commit c011004a49

View File

@ -18,7 +18,7 @@ COMPATIBLE_MACHINE = "null"
COMPATIBLE_HOST_libc-musl_class-target = "null"
COMPATIBLE_HOST_linux-gnux32 = "null"
PACKAGECONFIG ??= " afxdp"
PACKAGECONFIG ??= " "
PACKAGECONFIG[afxdp] = ",,libbpf"
PACKAGECONFIG[libvirt] = ",,libvirt"