From: He Zhe <[email protected]> 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 <[email protected]> --- 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 e70d9a6..293a404 100644 --- a/recipes-extended/dpdk/dpdk.inc +++ b/recipes-extended/dpdk/dpdk.inc @@ -62,7 +62,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" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6383): https://lists.yoctoproject.org/g/meta-intel/message/6383 Mute This Topic: https://lists.yoctoproject.org/mt/71346192/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
