summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kmod/kmod.inc
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2013-07-19 19:31:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-24 11:35:35 +0100
commit18f39e545674d7405cbdf4486a911c577177706f (patch)
tree23be69f7009d7f57f0e7e8085aa1d1b601165d61 /meta/recipes-kernel/kmod/kmod.inc
parentbbab6e78f437eedfbb7dcb09c2d5c57ee71210a3 (diff)
downloadpoky-18f39e545674d7405cbdf4486a911c577177706f.tar.gz
kmod: Add ptest
Install kmod test suite and run it as ptest. (From OE-Core rev: 152c973227e41b7736457b7f8c40849cc71b45ca) 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/kmod/kmod.inc')
-rw-r--r--meta/recipes-kernel/kmod/kmod.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index 3cd963f651..a780b6c15f 100644
--- a/meta/recipes-kernel/kmod/kmod.inc
+++ b/meta/recipes-kernel/kmod/kmod.inc
@@ -15,11 +15,13 @@ DEPENDS += "pkgconfig-native"
15LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ 15LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
16 file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ 16 file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
17 " 17 "
18inherit autotools gtk-doc 18inherit autotools gtk-doc ptest
19 19
20SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ 20SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
21 file://depmod-search.conf \ 21 file://depmod-search.conf \
22 file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \ 22 file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \
23 file://run-ptest \
24 file://ptest.patch \
23 " 25 "
24 26
25SRCREV = "62081c0f68905b22f375156d4532fd37fa5c8d33" 27SRCREV = "62081c0f68905b22f375156d4532fd37fa5c8d33"