]> code.ossystems Code Review - openembedded-core.git/commit
udev: don't keep ptest testdata laying around
authorMax Krummenacher <max.oss.09@gmail.com>
Sun, 25 Jan 2015 15:33:39 +0000 (16:33 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Jan 2015 10:37:51 +0000 (10:37 +0000)
commit3f799b173d871160ab24666920f5e7ab4e09fd42
treef692f40d4d2103c80927133935ed0f3406182138
parent2c9773e71ed757f1ff3306eb716d22a71defeb25
udev: don't keep ptest testdata laying around

Only unpack udev's testdata right before executing the tests and cleanup
afterwards.

udev's testsuite can be used by ptest. However currently the testdata against
which its functionality is tested is installed in the sysroot at udev install
time.
If the sysroot is used with qemu the testdata makes qemu entering an infinite
loop.
http://lists.openembedded.org/pipermail/openembedded-core/2014-September/097098.html

This has already been fixed for the systemd udev flavour.
https://bugzilla.yoctoproject.org/show_bug.cgi?id=5664

Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/udev/udev/add-install-ptest.patch
meta/recipes-core/udev/udev/run-ptest