summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/dpdk/dpdk.inc2
-rw-r--r--recipes-extended/dpdk/dpdk_18.11.5.bb3
2 files changed, 4 insertions, 1 deletions
diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc
index 1ec3a98..c52f8fe 100644
--- a/recipes-extended/dpdk/dpdk.inc
+++ b/recipes-extended/dpdk/dpdk.inc
@@ -67,7 +67,7 @@ DPDK_RTE_TARGET_x86 = "i686-native-linuxapp-gcc"
67DPDK_RTE_TARGET_aarch64 = "arm64-${DPDK_TARGET_MACH}-linuxapp-gcc" 67DPDK_RTE_TARGET_aarch64 = "arm64-${DPDK_TARGET_MACH}-linuxapp-gcc"
68export RTE_TARGET = "${DPDK_RTE_TARGET}" 68export RTE_TARGET = "${DPDK_RTE_TARGET}"
69 69
70CONFIG_FILE_NAME = "common_linux" 70CONFIG_NAME = "common_linux"
71TEST_DIR = "test" 71TEST_DIR = "test"
72 72
73# The list of intel Comms platforms and their target machine 73# The list of intel Comms platforms and their target machine
diff --git a/recipes-extended/dpdk/dpdk_18.11.5.bb b/recipes-extended/dpdk/dpdk_18.11.5.bb
index 89b622f..4f2df24 100644
--- a/recipes-extended/dpdk/dpdk_18.11.5.bb
+++ b/recipes-extended/dpdk/dpdk_18.11.5.bb
@@ -1,5 +1,8 @@
1include dpdk.inc 1include dpdk.inc
2 2
3CONFIG_NAME = "common_linuxapp"
4TEST_DIR = "test"
5
3STABLE = "-stable" 6STABLE = "-stable"
4BRANCH = "18.11" 7BRANCH = "18.11"
5SRCREV = "7df88d5d7e913146dadccf1645d558ffc0146825" 8SRCREV = "7df88d5d7e913146dadccf1645d558ffc0146825"