aboutsummaryrefslogtreecommitdiffstats
path: root/package/ltp-testsuite/ltp-testsuite-20101031-disable-controllers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/ltp-testsuite/ltp-testsuite-20101031-disable-controllers.patch')
-rw-r--r--package/ltp-testsuite/ltp-testsuite-20101031-disable-controllers.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/package/ltp-testsuite/ltp-testsuite-20101031-disable-controllers.patch b/package/ltp-testsuite/ltp-testsuite-20101031-disable-controllers.patch
deleted file mode 100644
index 57d603864..000000000
--- a/package/ltp-testsuite/ltp-testsuite-20101031-disable-controllers.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Disable controllers testcases
-
-The cpuset controllers testcases do not build due to bug
-https://sourceforge.net/tracker/?func=detail&aid=3126942&group_id=3382&atid=103382. Disabling
-just the cpuset controllers do not seem to be easily possible, and
-those controller features are rarely used on embedded systems anyway.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
----
- testcases/kernel/Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: ltp-testsuite-20101031/testcases/kernel/Makefile
-===================================================================
---- ltp-testsuite-20101031.orig/testcases/kernel/Makefile
-+++ ltp-testsuite-20101031/testcases/kernel/Makefile
-@@ -28,7 +28,7 @@
- #
- # KEEP THIS LIST ALPHABETIZED PLEASE!
- ifneq ($(UCLINUX),1)
--SUBDIRS := containers connectors controllers fs hotplug io ipc mem \
-+SUBDIRS := containers connectors fs hotplug io ipc mem \
- numa performance_counters power_management pty sched \
- security syscalls timers tracing
- else