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
committerSaul Wold <sgw@linux.intel.com>2013-07-22 09:44:11 -0700
commit152c973227e41b7736457b7f8c40849cc71b45ca (patch)
tree3b66bd1720370d84862b491d4a8b79aa30fac5aa /meta/recipes-kernel/kmod/kmod.inc
parent795db65706d28bc194244a2ebbe6624ded584a33 (diff)
downloadopenembedded-core-contrib-152c973227e41b7736457b7f8c40849cc71b45ca.tar.gz
kmod: Add ptest
Install kmod test suite and run it as ptest. Signed-off-by: Tudor Florea <tudor.florea@enea.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
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"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
"
-inherit autotools gtk-doc
+inherit autotools gtk-doc ptest
SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
file://depmod-search.conf \
file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \
+ file://run-ptest \
+ file://ptest.patch \
"
SRCREV = "62081c0f68905b22f375156d4532fd37fa5c8d33"