diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-10-09 15:35:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-18 15:49:56 +0100 |
commit | e83640d9dc1145c052ed235ba822afcc5dfe0d67 (patch) | |
tree | 62486a595cec7fe1d7100ba1e3ec853a4101d86c /meta/recipes-kernel/kmod/kmod.inc | |
parent | ead4a7d6e25af14b686ebb1b0272f8cb3eaaa266 (diff) | |
download | poky-e83640d9dc1145c052ed235ba822afcc5dfe0d67.tar.gz |
kmod: Add patch to fix seperate build dir of ptest
(From OE-Core rev: 68322eadd1d9456e606b375c2f4181725784c292)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod.inc')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 633258b05e..880a53aa07 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -20,6 +20,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ | |||
20 | file://run-ptest \ | 20 | file://run-ptest \ |
21 | file://ptest.patch \ | 21 | file://ptest.patch \ |
22 | file://remove_parallel_tests.patch \ | 22 | file://remove_parallel_tests.patch \ |
23 | file://fix-seperatebuilddir.patch \ | ||
23 | " | 24 | " |
24 | 25 | ||
25 | SRCREV = "3b38c7fcb58be4ddc34f90454c5f5dc3693d2d85" | 26 | SRCREV = "3b38c7fcb58be4ddc34f90454c5f5dc3693d2d85" |