mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-19 21:09:04 +02:00
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:
parent
c29b7a480a
commit
24cd3e389b
|
@ -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
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
include dpdk.inc
|
||||
|
||||
CONFIG_NAME = "common_linuxapp"
|
||||
TEST_DIR = "test"
|
||||
|
||||
STABLE = "-stable"
|
||||
BRANCH = "18.11"
|
||||
SRCREV = "7df88d5d7e913146dadccf1645d558ffc0146825"
|
||||
|
|
Loading…
Reference in New Issue
Block a user