diff options
author | Jiajun Xu <jiajun.xu@intel.com> | 2011-12-22 00:45:59 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-21 17:16:29 +0000 |
commit | 2d1a411dc4f50d149e623cfb2b40b4fab7877b96 (patch) | |
tree | d97874fcf2dcfa9d75c43880fa518402fbe091b2 | |
parent | 2ee3156284a3941457c99e003ea5afc0f7af75aa (diff) | |
download | poky-2d1a411dc4f50d149e623cfb2b40b4fab7877b96.tar.gz |
ltp: Add recipe from OE
Port ltp recipe from OE and upgraged to latest version(20110915).
Install ltp into ${D}/opt/ltp and POSIX test suite is also copied
into ${D}/opt/ltp/testcases.
TODO: Some cases are removed since they depend on command 'expect'.
It is not in Poky or OE and we will add it for enhancement next.
(From OE-Core rev: 73faa95042bbecfe7b3ba3b43364d9471f9c3a6e)
Signed-off-by: Jiajun Xu <jiajun.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20110915.bb | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20110915.bb b/meta/recipes-extended/ltp/ltp_20110915.bb new file mode 100644 index 0000000000..dabc0f02e5 --- /dev/null +++ b/meta/recipes-extended/ltp/ltp_20110915.bb | |||
@@ -0,0 +1,68 @@ | |||
1 | SUMMARY = "Linux Test Project" | ||
2 | DESCRIPTION = "The Linux Test Project is a joint project with SGI, IBM, OSDL, and Bull with a goal to deliver test suites to the open source community that validate the reliability, robustness, and stability of Linux. The Linux Test Project is a collection of tools for testing the Linux kernel and related features." | ||
3 | HOMEPAGE = "http://ltp.sourceforge.net" | ||
4 | SECTION = "console/utils" | ||
5 | |||
6 | PR = "r0" | ||
7 | |||
8 | LICENSE = "GPLv2 & GPLv2+ & LGPLv2+ & LGPLv2.1+ & BSD-2-Clause" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | ||
10 | file://testcases/kernel/mce-test/COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | ||
11 | file://testcases/kernel/controllers/freezer/COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | ||
12 | file://testcases/kernel/controllers/freezer/run_freezer.sh;startline=5;endline=17;md5=aeac3f7691caa2e76fd5a732fbd6510d \ | ||
13 | file://testcases/kernel/fs/ext4-new-features/ffsb-6.0-rc2/COPYING;md5=c46082167a314d785d012a244748d803 \ | ||
14 | file://testcases/kernel/hotplug/memory_hotplug/COPYING;md5=e04a2e542b2b8629bf9cd2ba29b0fe41 \ | ||
15 | file://testcases/kernel/hotplug/cpu_hotplug/COPYING;md5=e04a2e542b2b8629bf9cd2ba29b0fe41 \ | ||
16 | file://testcases/open_posix_testsuite/COPYING;md5=216e43b72efbe4ed9017cc19c4c68b01 \ | ||
17 | file://tools/netpipe-2.4/COPYING;md5=18810669f13b87348459e611d31ab760 \ | ||
18 | file://tools/netpipe-2.4-ipv6/COPYING;md5=18810669f13b87348459e611d31ab760 \ | ||
19 | file://tools/top-LTP/proc/COPYING;md5=6e29c688d912da12b66b73e32b03d812 \ | ||
20 | file://tools/pounder21/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
21 | file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
22 | " | ||
23 | |||
24 | SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2" | ||
25 | |||
26 | SRC_URI[md5sum] = "582fb78d7bf78a624a4387f29327d166" | ||
27 | SRC_URI[sha256sum] = "013f7f2f6fdf46b7d73216533c3d4c2d91f0a2cec522bf026f7c8920ede83d2c" | ||
28 | |||
29 | export prefix = "/opt/ltp" | ||
30 | export exec_prefix = "/opt/ltp" | ||
31 | |||
32 | inherit autotools | ||
33 | |||
34 | FILES_${PN}-dbg += "/opt/ltp/runtest/.debug" | ||
35 | FILES_${PN}-dbg += "/opt/ltp/testcases/bin/.debug" | ||
36 | FILES_${PN}-dbg += "/opt/ltp/testcases/bin/*/bin/.debug" | ||
37 | FILES_${PN}-dbg += "/opt/ltp/testcases/bin/*/test/.debug" | ||
38 | FILES_${PN}-dbg += "/opt/ltp/scenario_groups/.debug" | ||
39 | FILES_${PN}-dbg += "/opt/ltp/testscripts/.debug" | ||
40 | FILES_${PN}-dbg += "/opt/ltp/testscripts/open_posix_testsuite/.debug" | ||
41 | |||
42 | FILES_${PN} += "/opt/ltp/* /opt/ltp/runtest/* /opt/ltp/scenario_groups/* /opt/ltp/testcases/bin/* /opt/ltp/testcases/bin/*/bin/* /opt/ltp/testscripts/* /opt/ltp/testcases/open_posix_testsuite/* /opt/ltp/testcases/open_posix_testsuite/conformance/* /opt/ltp/testcases/open_posix_testsuite/Documentation/* /opt/ltp/testcases/open_posix_testsuite/functional/* /opt/ltp/testcases/open_posix_testsuite/include/* /opt/ltp/testcases/open_posix_testsuite/scripts/* /opt/ltp/testcases/open_posix_testsuite/stress/* /opt/ltp/testcases/open_posix_testsuite/tools/*" | ||
43 | |||
44 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
45 | |||
46 | do_unpack_append() { | ||
47 | bb.build.exec_func('do_extract_tarball', d) | ||
48 | } | ||
49 | |||
50 | do_extract_tarball() { | ||
51 | if test -f ${WORKDIR}/ltp-full-${PV} ; then | ||
52 | tar x --no-same-owner -f ${WORKDIR}/ltp-full-${PV} -C ${WORKDIR} | ||
53 | rm -rf ${WORKDIR}/ltp-${PV} | ||
54 | mv ${WORKDIR}/ltp-full-${PV} ${WORKDIR}/ltp-${PV} | ||
55 | fi | ||
56 | } | ||
57 | |||
58 | do_install(){ | ||
59 | install -d ${D}/opt/ltp/ | ||
60 | oe_runmake DESTDIR=${D} SKIP_IDCHECK=1 install | ||
61 | |||
62 | # Copy POSIX test suite into ${D}/opt/ltp/testcases by manual | ||
63 | cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases | ||
64 | |||
65 | # We need to remove all scripts which depend on /usr/bin/expect, since expect is not supported in poky | ||
66 | # We will add expect for enhancement in future | ||
67 | find ${D} -type f -print | xargs grep "\!.*\/usr\/bin\/expect" | awk -F":" '{print $1}' | xargs rm -f | ||
68 | } | ||