diff options
| -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 \ |
