summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/dpdk/dpdk_16.11.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/dpdk/dpdk_16.11.bbappend b/recipes-extended/dpdk/dpdk_16.11.bbappend
index f88ec3d..ca155d0 100644
--- a/recipes-extended/dpdk/dpdk_16.11.bbappend
+++ b/recipes-extended/dpdk/dpdk_16.11.bbappend
@@ -5,6 +5,7 @@ COMPATIBLE_MACHINE_qemux86-64 = "qemux86-64"
5RDEPENDS_${PN} += "pciutils" 5RDEPENDS_${PN} += "pciutils"
6 6
7export RTE_TARGET="${@bb.utils.contains("TUNE_FEATURES", "m64", "x86_64-native-linuxapp-gcc", "i686-native-linuxapp-gcc", d)}" 7export RTE_TARGET="${@bb.utils.contains("TUNE_FEATURES", "m64", "x86_64-native-linuxapp-gcc", "i686-native-linuxapp-gcc", d)}"
8export ETHTOOL_LIB_PATH = "${S}/examples/ethtool/lib/${RTE_TARGET}/lib/"
8 9
9# Overrides the default value set to DPDK_TARGET_MACH in dpdk.inc, 10# Overrides the default value set to DPDK_TARGET_MACH in dpdk.inc,
10# with the purpose adding 'inteld1521' to 'multiarch_options' 11# with the purpose adding 'inteld1521' to 'multiarch_options'