dpdk-devbind tool relies on lspci tool with specific options which are not provided by lspci from busybox.
Signed-off-by: Eloi Bail <[email protected]> --- recipes-extended/dpdk/dpdk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc index 4966ef4..c8376a4 100644 --- a/recipes-extended/dpdk/dpdk.inc +++ b/recipes-extended/dpdk/dpdk.inc @@ -34,7 +34,7 @@ export CONFIG_HAVE_NUMA = "${@bb.utils.contains('PACKAGECONFIG', 'numa', 'y', 'n # specific directory datadir[unexport] = "1" -RDEPENDS_${PN} += "python3-core" +RDEPENDS_${PN} += "pciutils python3-core" DEPENDS = "virtual/kernel" do_configure[depends] += "virtual/kernel:do_shared_workdir" -- 2.26.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6523): https://lists.yoctoproject.org/g/meta-intel/message/6523 Mute This Topic: https://lists.yoctoproject.org/mt/73373933/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/leave/6694807/1869269227/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
