1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

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>
This commit is contained in:
Tudor Florea
2013-11-28 13:48:05 +01:00
committed by Richard Purdie
parent 68d40e29a7
commit fd2d16519d
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
file://depmod-search.conf \
file://run-ptest \
file://ptest.patch \
file://remove_parallel_tests.patch \
file://avoid_parallel_tests.patch \
file://fix-seperatebuilddir.patch \
"