summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2022-10-21 09:40:51 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-10-31 10:01:01 +0800
commita4c830bec35b372635f76f794c937cb6b8cc192c (patch)
treefe33ccf1bf1eaf09b059a4b199c2d9c7bc898fea
parent12900bd7b17d18eb05ed9e7ad337cb6d861eef00 (diff)
downloadmeta-dpdk-a4c830bec35b372635f76f794c937cb6b8cc192c.tar.gz
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>
-rw-r--r--recipes-extended/dpdk/dpdk_21.11.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/dpdk/dpdk_21.11.2.bb b/recipes-extended/dpdk/dpdk_21.11.2.bb
index 25987aa..bb812e1 100644
--- a/recipes-extended/dpdk/dpdk_21.11.2.bb
+++ b/recipes-extended/dpdk/dpdk_21.11.2.bb
@@ -28,7 +28,7 @@ COMPATIBLE_HOST:libc-musl:class-target = "null"
28COMPATIBLE_HOST:linux-gnux32 = "null" 28COMPATIBLE_HOST:linux-gnux32 = "null"
29 29
30PACKAGECONFIG ??= " " 30PACKAGECONFIG ??= " "
31PACKAGECONFIG[afxdp] = ",,libbpf" 31PACKAGECONFIG[afxdp] = ",,libbpf xdp-tools"
32PACKAGECONFIG[libvirt] = ",,libvirt" 32PACKAGECONFIG[libvirt] = ",,libvirt"
33 33
34RDEPENDS:${PN} += "pciutils python3-core" 34RDEPENDS:${PN} += "pciutils python3-core"