summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt
diff options
context:
space:
mode:
authorJosh Cartwright <joshc@ni.com>2015-08-28 07:59:45 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-01 11:44:04 +0100
commit71b0568fa43285f0946fae93fb43cea5f3bbecec (patch)
tree91bc577862275339b609d527ac50fe686f0177f3 /meta/recipes-rt
parent0491a7e7659ba12e8c3c1b249ef381591c4012b0 (diff)
downloadpoky-71b0568fa43285f0946fae93fb43cea5f3bbecec.tar.gz
rt-tests: drop unnecessary added-missing-dependencies.patch
Neither the hackbench target, or the rt-migrate-test target actually depend on librttest.a; drop this unnecessary patch. (From OE-Core rev: bdeb32b4cdbe316f17c2fd854d59e05e8f2e8ffc) Signed-off-by: Josh Cartwright <joshc@ni.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt')
-rw-r--r--meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch42
-rw-r--r--meta/recipes-rt/rt-tests/rt-tests.inc1
2 files changed, 0 insertions, 43 deletions
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
index 0bf768eb9d..0000000000
--- a/meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
+++ /dev/null
@@ -1,42 +0,0 @@
1From 3f948f22d9106a2b957d1d430b16a7c51ccfc067 Mon Sep 17 00:00:00 2001
2From: "Maxin B. John" <maxin.john@enea.com>
3Date: Tue, 16 Jun 2015 22:53:23 +0200
4Subject: [PATCH] Added missing dependencies
5
6Upstream-Status: Submitted [linux-rt-users]
7
8The following targets missed dependency on librttest.a:
9rt-migrate-test
10hackbench
11
12Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
13Signed-off-by: Maxin B. John <maxin.john@enea.com>
14---
15 Makefile | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18diff --git a/Makefile b/Makefile
19index a48e759..7a3f192 100644
20--- a/Makefile
21+++ b/Makefile
22@@ -85,7 +85,7 @@ hwlatdetect: src/hwlatdetect/hwlatdetect.py
23 chmod +x src/hwlatdetect/hwlatdetect.py
24 ln -s src/hwlatdetect/hwlatdetect.py hwlatdetect
25
26-rt-migrate-test: rt-migrate-test.o
27+rt-migrate-test: rt-migrate-test.o librttest.a
28 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS)
29
30 ptsematest: ptsematest.o librttest.a
31@@ -106,7 +106,7 @@ sendme: sendme.o librttest.a
32 pip_stress: pip_stress.o librttest.a
33 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS) $(RTTESTLIB)
34
35-hackbench: hackbench.o
36+hackbench: hackbench.o librttest.a
37 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS)
38
39 librttest.a: rt-utils.o error.o rt-get_cpu.o rt-sched.o
40--
411.9.1
42
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
index 9a076ad88c..871db136c2 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -5,7 +5,6 @@ SRCREV = "5f9f1e3fe327440a9d405f4af8feb16ff7a909eb"
5SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \ 5SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \
6 file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \ 6 file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \
7 file://0002-rt-tests-Break-out-install_hwlatdetect.patch \ 7 file://0002-rt-tests-Break-out-install_hwlatdetect.patch \
8 file://added-missing-dependencies.patch \
9 file://hackbench-fix-error-check.patch \ 8 file://hackbench-fix-error-check.patch \
10 file://Makefile-fix-gzip-command.patch \ 9 file://Makefile-fix-gzip-command.patch \
11 file://fix-re-install-failure.patch \ 10 file://fix-re-install-failure.patch \