dpdk: Fix dpdk18 build with CONFIG_NAME

5eba511c5e ("dpdk: add recipe for 19.11") introduces CONFIG_NAME and
TEST_DIR for dpdk19 but not for dpdk18. Fix it.

Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
He Zhe 2020-02-17 17:30:35 +08:00 committed by Anuj Mittal
parent c29b7a480a
commit 24cd3e389b
2 changed files with 4 additions and 1 deletions

View File

@ -67,7 +67,7 @@ DPDK_RTE_TARGET_x86 = "i686-native-linuxapp-gcc"
DPDK_RTE_TARGET_aarch64 = "arm64-${DPDK_TARGET_MACH}-linuxapp-gcc"
export RTE_TARGET = "${DPDK_RTE_TARGET}"
CONFIG_FILE_NAME = "common_linux"
CONFIG_NAME = "common_linux"
TEST_DIR = "test"
# The list of intel Comms platforms and their target machine

View File

@ -1,5 +1,8 @@
include dpdk.inc
CONFIG_NAME = "common_linuxapp"
TEST_DIR = "test"
STABLE = "-stable"
BRANCH = "18.11"
SRCREV = "7df88d5d7e913146dadccf1645d558ffc0146825"