ltp-testsuite-20101031-disable-controllers.patch 1.0 KB

12345678910111213141516171819202122232425
  1. Disable controllers testcases
  2. The cpuset controllers testcases do not build due to bug
  3. https://sourceforge.net/tracker/?func=detail&aid=3126942&group_id=3382&atid=103382. Disabling
  4. just the cpuset controllers do not seem to be easily possible, and
  5. those controller features are rarely used on embedded systems anyway.
  6. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  7. ---
  8. testcases/kernel/Makefile | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. Index: ltp-testsuite-20101031/testcases/kernel/Makefile
  11. ===================================================================
  12. --- ltp-testsuite-20101031.orig/testcases/kernel/Makefile
  13. +++ ltp-testsuite-20101031/testcases/kernel/Makefile
  14. @@ -28,7 +28,7 @@
  15. #
  16. # KEEP THIS LIST ALPHABETIZED PLEASE!
  17. ifneq ($(UCLINUX),1)
  18. -SUBDIRS := containers connectors controllers fs hotplug io ipc mem \
  19. +SUBDIRS := containers connectors fs hotplug io ipc mem \
  20. numa performance_counters power_management pty sched \
  21. security syscalls timers tracing
  22. else