summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2015-06-11 18:36:42 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-06-16 14:34:29 +0200
commit8a3a1c395e090483c2d51c06fad07b3829e1fb31 (patch)
tree31ed3b0ee077596947cee1a35030a8ebdf04f066 /patches
parent6a2c4c75985ede3169f72abcd4b85e87ee3b73cd (diff)
downloadptxdist-8a3a1c395e090483c2d51c06fad07b3829e1fb31.tar.gz
ptxdist-8a3a1c395e090483c2d51c06fad07b3829e1fb31.tar.xz
rt-tests: version bump 0.91 -> 0.92
The patches for rt-test-0.91 are not necessary any more: programs which link against librttest have the right dependencies now. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/rt-tests-0.91/0001-all-programs-that-are-linked-with-lrttest-must-depen.patch40
-rw-r--r--patches/rt-tests-0.91/series4
2 files changed, 0 insertions, 44 deletions
diff --git a/patches/rt-tests-0.91/0001-all-programs-that-are-linked-with-lrttest-must-depen.patch b/patches/rt-tests-0.91/0001-all-programs-that-are-linked-with-lrttest-must-depen.patch
deleted file mode 100644
index bbd97154d..000000000
--- a/patches/rt-tests-0.91/0001-all-programs-that-are-linked-with-lrttest-must-depen.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From: Michael Olbrich <m.olbrich@pengutronix.de>
-Date: Mon, 3 Feb 2014 11:27:53 +0100
-Subject: [PATCH] all programs that are linked with -lrttest must depend on
- librttest.a
-
-Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
----
- Makefile | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 9e479d3c0dca..4ee553849cce 100644
---- a/Makefile
-+++ b/Makefile
-@@ -73,14 +73,14 @@ cyclictest: cyclictest.o librttest.a
- signaltest: signaltest.o librttest.a
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
-
--pi_stress: pi_stress.o
-+pi_stress: pi_stress.o librttest.a
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
-
- hwlatdetect: src/hwlatdetect/hwlatdetect.py
- chmod +x src/hwlatdetect/hwlatdetect.py
- ln -s src/hwlatdetect/hwlatdetect.py hwlatdetect
-
--rt-migrate-test: rt-migrate-test.o
-+rt-migrate-test: rt-migrate-test.o librttest.a
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
-
- ptsematest: ptsematest.o librttest.a
-@@ -101,7 +101,7 @@ sendme: sendme.o librttest.a
- pip_stress: pip_stress.o librttest.a
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
-
--hackbench: hackbench.o
-+hackbench: hackbench.o librttest.a
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
-
- librttest.a: rt-utils.o error.o rt-get_cpu.o rt-sched.o
diff --git a/patches/rt-tests-0.91/series b/patches/rt-tests-0.91/series
deleted file mode 100644
index f51525690..000000000
--- a/patches/rt-tests-0.91/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-all-programs-that-are-linked-with-lrttest-must-depen.patch
-# 67f678fc027d38db8e760f6dacabe9a5 - git-ptx-patches magic