diff options
author | Josh Cartwright <joshc@ni.com> | 2015-08-28 07:59:45 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-01 11:44:04 +0100 |
commit | 71b0568fa43285f0946fae93fb43cea5f3bbecec (patch) | |
tree | 91bc577862275339b609d527ac50fe686f0177f3 /meta/recipes-rt/rt-tests | |
parent | 0491a7e7659ba12e8c3c1b249ef381591c4012b0 (diff) | |
download | poky-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/rt-tests')
-rw-r--r-- | meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch | 42 | ||||
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests.inc | 1 |
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 @@ | |||
1 | From 3f948f22d9106a2b957d1d430b16a7c51ccfc067 Mon Sep 17 00:00:00 2001 | ||
2 | From: "Maxin B. John" <maxin.john@enea.com> | ||
3 | Date: Tue, 16 Jun 2015 22:53:23 +0200 | ||
4 | Subject: [PATCH] Added missing dependencies | ||
5 | |||
6 | Upstream-Status: Submitted [linux-rt-users] | ||
7 | |||
8 | The following targets missed dependency on librttest.a: | ||
9 | rt-migrate-test | ||
10 | hackbench | ||
11 | |||
12 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | ||
13 | Signed-off-by: Maxin B. John <maxin.john@enea.com> | ||
14 | --- | ||
15 | Makefile | 4 ++-- | ||
16 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
17 | |||
18 | diff --git a/Makefile b/Makefile | ||
19 | index 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 | -- | ||
41 | 1.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" | |||
5 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \ | 5 | SRC_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 \ |