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:
committed by
Richard Purdie
parent
68d40e29a7
commit
fd2d16519d
@@ -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 \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user