summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2017-02-24 13:52:48 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2017-02-27 14:33:09 +0100
commit132f6868aa75c878423c51973e3d0b825faba791 (patch)
treef35e5535f9276b778d0c4698ad8a5d4f11327c0e
parente9f286ff715b7d1004ea69958d163d71d362becd (diff)
downloadmeta-enea-bsp-x86-132f6868aa75c878423c51973e3d0b825faba791.tar.gz
dpdk: fix path to ethtool lib
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-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'