mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
package/dpdk: fixup Config.in comment about dependencies
The Config.in comment in the dpdk package was wrong for a number of
reasons:
- It didn't mention the glibc dependency
- It didn't mention the gcc >= 4.9 dependency
- It mentioned a wchar dependency that isn't listed in the dpdk
dependencies
- It mentioned a dynamic library dependency that isn't listed in the
dpdk dependencies
- It used "kernel headers >= 4.19", while for brievity we use "headers
>= 4.19" everywhere in Buildroot
- Minor nit: DPDK was written allcaps, while we write package names
lower-case in Buildroot
Fixes: d17d1b6bde ("package/dpdk: add 24.07")
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
b20c8aa1f1
commit
0e0b65781b
@@ -45,7 +45,7 @@ config BR2_PACKAGE_DPDK_TESTS
|
||||
|
||||
endif
|
||||
|
||||
comment "DPDK needs a toolchain w/ dynamic library, threads, wchar, kernel headers >= 4.19"
|
||||
comment "dpdk needs a glibc toolchain w/ threads, gcc >= 4.9, headers >= 4.19"
|
||||
depends on BR2_USE_MMU # pthread() memory mappings
|
||||
depends on BR2_PACKAGE_DPDK_ARCH_SUPPORTS
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
|
||||
Reference in New Issue
Block a user