From a3c96e04c7d9ad1a015e227fa376e9066c6552a9 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 6 Sep 2018 12:24:24 +0800 Subject: dpdk-dev-libibverbs: remove The upstream repo has been taken down and the role of libibverbs has been taken over by rdma-core instead [1][2]. [1] https://www.openfabrics.org/downloads/verbs/README.html [2] https://git.kernel.org/pub/scm/libs/infiniband/libibverbs.git/tree/README Signed-off-by: Anuj Mittal --- recipes-extended/dpdk/dpdk.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'recipes-extended/dpdk') diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc index 9026dfe..3080946 100644 --- a/recipes-extended/dpdk/dpdk.inc +++ b/recipes-extended/dpdk/dpdk.inc @@ -12,9 +12,6 @@ SRC_URI = "git://dpdk.org/dpdk${STABLE};branch=${BRANCH} \ file://dpdk-17.02-dpdk-fix-installation-warning-and-issue.patch \ " -# A machine needs to enable this using: -# COMPATIBLE_MACHINE_pn-dpdk-dev-libibverbs = "" - COMPATIBLE_MACHINE = "null" COMPATIBLE_HOST_libc-musl_class-target = "null" COMPATIBLE_HOST_linux-gnux32 = "null" @@ -35,8 +32,8 @@ export CONFIG_EXAMPLE_VM_POWER_MANAGER = "${@bb.utils.contains('PACKAGECONFIG', export CONFIG_VHOST_ENABLED = "${@bb.utils.contains('PACKAGECONFIG', 'vhost', 'y', 'n', d)}" export CONFIG_HAVE_NUMA = "${@bb.utils.contains('PACKAGECONFIG', 'numa', 'y', 'n', d)}" -RDEPENDS_${PN} += "python-subprocess virtual/libibverbs" -DEPENDS = "virtual/kernel virtual/libibverbs" +RDEPENDS_${PN} += "python-subprocess" +DEPENDS = "virtual/kernel" do_configure[depends] += "virtual/kernel:do_shared_workdir" inherit module -- cgit v1.2.3-54-g00ecf