[OE-core] [PATCH] kmod: avoid parallel-tests

2013-11-28 Thread Tudor Florea
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 --- meta/recipes-kernel/kmod/kmod.inc

[OE-core] [PATCH] kmod: avoid parallel-tests

2013-09-06 Thread Tudor Florea
Avoid parallel-tests for kmod as it remove buildtest-TESTS and runtest-TESTS targets required by ptest. Signed-off-by: Tudor Florea --- meta/recipes-kernel/kmod/kmod.inc|1 + .../kmod/kmod/remove_parallel_tests.patch| 18 ++ 2 files changed,