diff options
| author | Tudor Florea <tudor.florea@enea.com> | 2013-09-06 21:11:57 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-10 15:57:20 +0100 |
| commit | 00b17ad18ee92c8a3f638298bb5e463f51f5a159 (patch) | |
| tree | 02fe010eb6f2696590e14a4cfacc228a2286879d /meta/recipes-kernel | |
| parent | fec8c28f458fe6028b23b28e24c8157af4b88573 (diff) | |
| download | poky-00b17ad18ee92c8a3f638298bb5e463f51f5a159.tar.gz | |
kmod: avoid parallel-tests
Avoid parallel-tests for kmod as it remove
buildtest-TESTS and runtest-TESTS targets required by ptest.
(From OE-Core rev: e1a3ff7d455889e4c6b899227e8ca1919a443b22)
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
| -rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 1 | ||||
| -rw-r--r-- | meta/recipes-kernel/kmod/kmod/remove_parallel_tests.patch | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 1728a4e080..633258b05e 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
| @@ -19,6 +19,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ | |||
| 19 | file://depmod-search.conf \ | 19 | file://depmod-search.conf \ |
| 20 | file://run-ptest \ | 20 | file://run-ptest \ |
| 21 | file://ptest.patch \ | 21 | file://ptest.patch \ |
| 22 | file://remove_parallel_tests.patch \ | ||
| 22 | " | 23 | " |
| 23 | 24 | ||
| 24 | SRCREV = "3b38c7fcb58be4ddc34f90454c5f5dc3693d2d85" | 25 | SRCREV = "3b38c7fcb58be4ddc34f90454c5f5dc3693d2d85" |
diff --git a/meta/recipes-kernel/kmod/kmod/remove_parallel_tests.patch b/meta/recipes-kernel/kmod/kmod/remove_parallel_tests.patch new file mode 100644 index 0000000000..ee1942806b --- /dev/null +++ b/meta/recipes-kernel/kmod/kmod/remove_parallel_tests.patch | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | Avoid parallel-tests as it remove | ||
| 2 | buildtest-TESTS and runtest-TESTS targets | ||
| 3 | |||
| 4 | Signed-off-by: Tudor Florea <tudor.florea@enea.com> | ||
| 5 | Upstream-Status: Inappropriate (disable feature incompatible with ptest) | ||
| 6 | |||
| 7 | diff -ruN a/configure.ac b/configure.ac | ||
| 8 | --- a/configure.ac 2013-09-02 15:05:18.662366800 +0200 | ||
| 9 | +++ b/configure.ac 2013-09-02 15:05:49.557066764 +0200 | ||
| 10 | @@ -8,7 +8,7 @@ | ||
| 11 | AC_CONFIG_SRCDIR([libkmod/libkmod.c]) | ||
| 12 | AC_CONFIG_AUX_DIR([build-aux]) | ||
| 13 | AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules | ||
| 14 | - tar-pax no-dist-gzip dist-xz subdir-objects color-tests parallel-tests]) | ||
| 15 | + tar-pax no-dist-gzip dist-xz subdir-objects color-tests]) | ||
| 16 | AC_PROG_CC_STDC | ||
| 17 | AC_USE_SYSTEM_EXTENSIONS | ||
| 18 | AC_SYS_LARGEFILE | ||
