buildroot/package/stress/Config.in
Fabrice Fontaine 4022f5fe44 package/stress: bump to version 1.0.5
Switch to an active fork:

"The original stress went unmaintained; the source of the last version,
1.0.4, was imported from Debian. After, patches from Debian and other
changes were applied to create the 1.0.5 release. The details of each
release are registered in the ChangeLog file. Now, stress is maintained
by volunteers under Resurrecting Open Source Projects."

https://github.com/resurrecting-open-source-projects/stress/blob/1.0.5/ChangeLog

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-10-31 15:41:55 +01:00

10 lines
299 B
Plaintext

config BR2_PACKAGE_STRESS
bool "stress"
depends on BR2_USE_MMU # fork()
help
A deliberately simple workload generator for POSIX systems.
It imposes a configurable amount of CPU, memory, I/O, and
disk stress on the system.
https://github.com/resurrecting-open-source-projects/stress/