diff options
Diffstat (limited to 'recipes-extended/dpdk')
-rw-r--r-- | recipes-extended/dpdk/dpdk.inc | 7 |
1 files changed, 2 insertions, 5 deletions
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} \ | |||
12 | file://dpdk-17.02-dpdk-fix-installation-warning-and-issue.patch \ | 12 | file://dpdk-17.02-dpdk-fix-installation-warning-and-issue.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | # A machine needs to enable this using: | ||
16 | # COMPATIBLE_MACHINE_pn-dpdk-dev-libibverbs = "<machine name>" | ||
17 | |||
18 | COMPATIBLE_MACHINE = "null" | 15 | COMPATIBLE_MACHINE = "null" |
19 | COMPATIBLE_HOST_libc-musl_class-target = "null" | 16 | COMPATIBLE_HOST_libc-musl_class-target = "null" |
20 | COMPATIBLE_HOST_linux-gnux32 = "null" | 17 | COMPATIBLE_HOST_linux-gnux32 = "null" |
@@ -35,8 +32,8 @@ export CONFIG_EXAMPLE_VM_POWER_MANAGER = "${@bb.utils.contains('PACKAGECONFIG', | |||
35 | export CONFIG_VHOST_ENABLED = "${@bb.utils.contains('PACKAGECONFIG', 'vhost', 'y', 'n', d)}" | 32 | export CONFIG_VHOST_ENABLED = "${@bb.utils.contains('PACKAGECONFIG', 'vhost', 'y', 'n', d)}" |
36 | export CONFIG_HAVE_NUMA = "${@bb.utils.contains('PACKAGECONFIG', 'numa', 'y', 'n', d)}" | 33 | export CONFIG_HAVE_NUMA = "${@bb.utils.contains('PACKAGECONFIG', 'numa', 'y', 'n', d)}" |
37 | 34 | ||
38 | RDEPENDS_${PN} += "python-subprocess virtual/libibverbs" | 35 | RDEPENDS_${PN} += "python-subprocess" |
39 | DEPENDS = "virtual/kernel virtual/libibverbs" | 36 | DEPENDS = "virtual/kernel" |
40 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | 37 | do_configure[depends] += "virtual/kernel:do_shared_workdir" |
41 | 38 | ||
42 | inherit module | 39 | inherit module |