The packaging rules are too restrictive and lead to errors when a binary is generated that is not currently captured by the rules. Use += so it at least is packaged and doesn't cause errors.
Signed-off-by: Anuj Mittal <[email protected]> --- recipes-extended/dpdk/dpdk_21.11.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/dpdk/dpdk_21.11.0.bb b/recipes-extended/dpdk/dpdk_21.11.0.bb index f7cdf0f..8f4fff5 100644 --- a/recipes-extended/dpdk/dpdk_21.11.0.bb +++ b/recipes-extended/dpdk/dpdk_21.11.0.bb @@ -47,7 +47,7 @@ do_install:append(){ PACKAGES =+ "${PN}-examples ${PN}-tools" -FILES:${PN} = " ${bindir}/dpdk-testpmd \ +FILES:${PN} += " ${bindir}/dpdk-testpmd \ ${bindir}/dpdk-proc-info \ ${libdir}/*.so* \ ${libdir}/dpdk/pmds-22.0/*.so* \ -- 2.33.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7382): https://lists.yoctoproject.org/g/meta-intel/message/7382 Mute This Topic: https://lists.yoctoproject.org/mt/87693419/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
