mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-04 20:54:47 +02:00
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:
parent
12900bd7b1
commit
a4c830bec3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user