From 24cd3e389bb6e4fe06296f918de2b72389fdeb0f Mon Sep 17 00:00:00 2001 From: He Zhe Date: Mon, 17 Feb 2020 17:30:35 +0800 Subject: dpdk: Fix dpdk18 build with CONFIG_NAME 5eba511c5e0b ("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 Signed-off-by: Anuj Mittal --- recipes-extended/dpdk/dpdk.inc | 2 +- recipes-extended/dpdk/dpdk_18.11.5.bb | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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" 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 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 @@ include dpdk.inc +CONFIG_NAME = "common_linuxapp" +TEST_DIR = "test" + STABLE = "-stable" BRANCH = "18.11" SRCREV = "7df88d5d7e913146dadccf1645d558ffc0146825" -- cgit v1.2.3-54-g00ecf