]> code.ossystems Code Review - openembedded-core.git/commitdiff
rt-tests: drop unnecessary added-missing-dependencies.patch
authorJosh Cartwright <joshc@ni.com>
Fri, 28 Aug 2015 12:59:45 +0000 (07:59 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Sep 2015 10:43:38 +0000 (11:43 +0100)
Neither the hackbench target, or the rt-migrate-test target actually
depend on librttest.a; drop this unnecessary patch.

Signed-off-by: Josh Cartwright <joshc@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch [deleted file]
meta/recipes-rt/rt-tests/rt-tests.inc

diff --git a/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch b/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
deleted file mode 100644 (file)
index 0bf768e..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-From 3f948f22d9106a2b957d1d430b16a7c51ccfc067 Mon Sep 17 00:00:00 2001
-From: "Maxin B. John" <maxin.john@enea.com>
-Date: Tue, 16 Jun 2015 22:53:23 +0200
-Subject: [PATCH] Added missing dependencies
-
-Upstream-Status: Submitted [linux-rt-users]
-
-The following targets missed dependency on librttest.a:
-rt-migrate-test
-hackbench
-
-Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
-Signed-off-by: Maxin B. John <maxin.john@enea.com>
----
- Makefile | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index a48e759..7a3f192 100644
---- a/Makefile
-+++ b/Makefile
-@@ -85,7 +85,7 @@ 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
-@@ -106,7 +106,7 @@ sendme: sendme.o librttest.a
- pip_stress: pip_stress.o librttest.a
-       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS) $(RTTESTLIB)
--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
--- 
-1.9.1
-
index 9a076ad88c819a0256c6851d40033f3d27668d41..871db136c2909479e552cf0fee3068ef6e8e655c 100644 (file)
@@ -5,7 +5,6 @@ SRCREV = "5f9f1e3fe327440a9d405f4af8feb16ff7a909eb"
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \
            file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \
            file://0002-rt-tests-Break-out-install_hwlatdetect.patch \
-           file://added-missing-dependencies.patch \
            file://hackbench-fix-error-check.patch \
            file://Makefile-fix-gzip-command.patch \
            file://fix-re-install-failure.patch \