summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-04-02 14:50:24 -0300
committerGitHub <noreply@github.com>2026-04-02 14:50:24 -0300
commit8ca5ffee50681427b158015335766bf71052763c (patch)
tree59d39f6cf0798658c2b35e819170de0a66301121
parentf7340cedd61cc89c533c14e96cdf3ad6b2b64f90 (diff)
parenta79c909e3891c11dc424438e511fba93ab2b72dc (diff)
downloadmeta-freescale-8ca5ffee50681427b158015335766bf71052763c.tar.gz
Merge pull request #2495 from remidebord-airbus/master
dpdk: Use default drivers_install_subdir value
-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)"