diff options
author | Tudor Florea <tudor.florea@enea.com> | 2013-11-28 13:48:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 17:45:51 +0000 |
commit | fd2d16519d964ef3420cb83ac9680a4b6206cefa (patch) | |
tree | 9cc79134a0e8f8c4632944d2c5bbbd2f3ea1cf2f /meta/recipes-kernel/kmod/kmod.inc | |
parent | 68d40e29a741da3a0ed502cd8c5da788d061046f (diff) | |
download | poky-fd2d16519d964ef3420cb83ac9680a4b6206cefa.tar.gz |
kmod: avoid parallel-tests
buildtest-TESTS and runtest-TESTS targets are required by ptest.
In order to have those targets in automake 1.13.4, serial-tests
should be specified since parallel test is assumed by default
and serial-tests is optional.
(From OE-Core rev: b7a0e1c351e396af6470e59c428128789295bd96)
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod.inc')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 8a18547c55..f8d5bac743 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -23,7 +23,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ | |||
23 | file://depmod-search.conf \ | 23 | file://depmod-search.conf \ |
24 | file://run-ptest \ | 24 | file://run-ptest \ |
25 | file://ptest.patch \ | 25 | file://ptest.patch \ |
26 | file://remove_parallel_tests.patch \ | 26 | file://avoid_parallel_tests.patch \ |
27 | file://fix-seperatebuilddir.patch \ | 27 | file://fix-seperatebuilddir.patch \ |
28 | " | 28 | " |
29 | 29 | ||