mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Robert Schwebel <r.schwebel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Robert Schwebel <r.schwebel@pengutronix.de>
Subject: [ptxdist] [PATCHv2] rt-tests: version bump 0.91 -> 0.92
Date: Thu, 11 Jun 2015 18:36:42 +0200	[thread overview]
Message-ID: <1434040602-17946-1-git-send-email-r.schwebel@pengutronix.de> (raw)

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>
---
Changes in v2:
  * removed old patches
  * adapted commit message

 ...s-that-are-linked-with-lrttest-must-depen.patch | 40 ----------------------
 patches/rt-tests-0.91/series                       |  4 ---
 rules/rt-tests.make                                |  4 +--
 3 files changed, 2 insertions(+), 46 deletions(-)
 delete mode 100644 patches/rt-tests-0.91/0001-all-programs-that-are-linked-with-lrttest-must-depen.patch
 delete mode 100644 patches/rt-tests-0.91/series

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 bbd9715..0000000
--- 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 f515256..0000000
--- 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
diff --git a/rules/rt-tests.make b/rules/rt-tests.make
index e7877ba..df5587a 100644
--- a/rules/rt-tests.make
+++ b/rules/rt-tests.make
@@ -19,8 +19,8 @@ PACKAGES-$(PTXCONF_RT_TESTS) += rt-tests
 #
 # Paths and names
 #
-RT_TESTS_VERSION	:= 0.91
-RT_TESTS_MD5		:= e21a0ab9bd6f4e23ef26825f553d1a0d
+RT_TESTS_VERSION	:= 0.92
+RT_TESTS_MD5		:= 2831d089d12139861338694134f586c4
 RT_TESTS_LICENSE	:= GPLv2, GPLv2+
 RT_TESTS		:= rt-tests-$(RT_TESTS_VERSION)
 RT_TESTS_SUFFIX		:= tar.xz
-- 
2.1.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

                 reply	other threads:[~2015-06-11 16:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1434040602-17946-1-git-send-email-r.schwebel@pengutronix.de \
    --to=r.schwebel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox