mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/cpuinfo: add thread requirement comment
When the package was introduced in [1], it lacked a kconfig comment indicating that it requires a toolchain with thread support. [1]ea1cc1af55package/cpuinfo: new package Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Romain Naour <romain.naour@smile.fr> (cherry picked from commit38107ec40c) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
@@ -15,3 +15,6 @@ config BR2_PACKAGE_CPUINFO
|
||||
host CPU.
|
||||
|
||||
https://github.com/pytorch/cpuinfo
|
||||
|
||||
comment "cpuinfo needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
Reference in New Issue
Block a user