]> code.ossystems Code Review - openembedded-core.git/commit
kmod: avoid parallel-tests
authorTudor Florea <tudor.florea@enea.com>
Thu, 28 Nov 2013 12:48:05 +0000 (13:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Dec 2013 12:51:16 +0000 (12:51 +0000)
commitb7a0e1c351e396af6470e59c428128789295bd96
tree2d05bb39a2805a6c9a4ea90e4bc39de3d1cc4d94
parent1181112cf65bc0186807fc59399c5dddcb9f9449
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.

Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/kmod/kmod.inc
meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch [moved from meta/recipes-kernel/kmod/kmod/remove_parallel_tests.patch with 61% similarity]