summaryrefslogtreecommitdiffstats
path: root/common/recipes-extended/dpdk/dpdk.inc
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-extended/dpdk/dpdk.inc')
-rw-r--r--common/recipes-extended/dpdk/dpdk.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-extended/dpdk/dpdk.inc b/common/recipes-extended/dpdk/dpdk.inc
index 483c7a5e..fd0e1c95 100644
--- a/common/recipes-extended/dpdk/dpdk.inc
+++ b/common/recipes-extended/dpdk/dpdk.inc
@@ -38,7 +38,7 @@ inherit module
38 38
39export MODULE_DIR="/lib/modules/${KERNEL_VERSION}/kernel/drivers/net" 39export MODULE_DIR="/lib/modules/${KERNEL_VERSION}/kernel/drivers/net"
40export RTE_SDK = "${S}" 40export RTE_SDK = "${S}"
41export RTE_TARGET="${@bb.utils.contains("TUNE_FEATURES", "corei7", "x86_64-native-linuxapp-gcc", "i686-native-linuxapp-gcc", d)}" 41export RTE_TARGET="${@bb.utils.contains("TUNE_FEATURES", "m64", "x86_64-native-linuxapp-gcc", "i686-native-linuxapp-gcc", d)}"
42 42
43export ICP_ROOT = "${PKG_CONFIG_SYSROOT_DIR}/usr/include" 43export ICP_ROOT = "${PKG_CONFIG_SYSROOT_DIR}/usr/include"
44export ICP_LIB_ROOT= "${PKG_CONFIG_SYSROOT_DIR}/usr/lib" 44export ICP_LIB_ROOT= "${PKG_CONFIG_SYSROOT_DIR}/usr/lib"