]> code.ossystems Code Review - openembedded-core.git/commit
Revert "selftest: Added MACHINE = "qemux86" to tests that use runqemu"
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 13 Mar 2016 22:25:56 +0000 (11:25 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2016 07:44:01 +0000 (07:44 +0000)
commitf60da6d5be5469ed5b834759c3822471f81fcdd2
treeabfb1f8569de7529f38717506c9e24a706c2d314
parente617b6f9bf0aa3f1a7a19019f6953d0a102f3039
Revert "selftest: Added MACHINE = "qemux86" to tests that use runqemu"

This is not the correct way to handle this - it significantly increases
the time taken to run oe-selftest anywhere MACHINE is set to some other
value (for example "qemux86-64"), because all of the artifacts for
qemux86 need to then be built as well when running the test. If we need
to skip these tests on non-QEMU machines, the devtool test already
demonstrates how to do that.

This reverts commit 169e1eaa4fc5ed03e2307b68686a7f5b1db37a36.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/devtool.py
meta/lib/oeqa/selftest/imagefeatures.py