summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/dpdk/dpdk_22.11.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-extended/dpdk/dpdk_22.11.bb b/recipes-extended/dpdk/dpdk_22.11.bb
index 727106e49..84bda4770 100644
--- a/recipes-extended/dpdk/dpdk_22.11.bb
+++ b/recipes-extended/dpdk/dpdk_22.11.bb
@@ -32,7 +32,6 @@ EXTRA_OEMESON = " \
32 -Denable_driver_sdk=true \ 32 -Denable_driver_sdk=true \
33 ${@bb.utils.contains('DISTRO_FEATURES', 'vpp', '-Dc_args="-Ofast -fPIC -ftls-model=local-dynamic"', '', d)} \ 33 ${@bb.utils.contains('DISTRO_FEATURES', 'vpp', '-Dc_args="-Ofast -fPIC -ftls-model=local-dynamic"', '', d)} \
34 -Denable_examples_source_install=false \ 34 -Denable_examples_source_install=false \
35 -Ddrivers_install_subdir= \
36 -Denable_apps=${DPDK_APPS} \ 35 -Denable_apps=${DPDK_APPS} \
37" 36"
38 37
@@ -41,6 +40,8 @@ do_install:append(){
41 cp -rf ${S}/nxp/* ${D}/${sysconfdir}/dpdk 40 cp -rf ${S}/nxp/* ${D}/${sysconfdir}/dpdk
42} 41}
43 42
43INSANE_SKIP:${PN} = "dev-so"
44
44RDEPENDS:${PN} += "bash pciutils python3-core python3-pyelftools" 45RDEPENDS:${PN} += "bash pciutils python3-core python3-pyelftools"
45 46
46COMPATIBLE_MACHINE = "(qoriq-arm64)" 47COMPATIBLE_MACHINE = "(qoriq-arm64)"