]> code.ossystems Code Review - openembedded-core.git/commit
meta/classes/testimage.bbclass: Only validate IMAGE_FSTYPES when is QEMU
authorAníbal Limón <anibal.limon@linaro.org>
Wed, 2 Jan 2019 16:08:13 +0000 (10:08 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Jan 2019 16:56:31 +0000 (16:56 +0000)
commit5fedb011f9b2d4f6d14757a7cc9c2d8300fa0223
tree7b44469badf91cb9ab78d4b49634f99e7ce73ef8
parent51423c3945d55ebabe38dd365d24f226155c1a97
meta/classes/testimage.bbclass: Only validate IMAGE_FSTYPES when is QEMU

When use simpleremote target the flash/boot process is executed
manually, the IMAGE_FSTYPES validation is only needed when execute
testimage against qemu.

The supported_fstypes comes from oeqa.core.target.qemu module.

(From OE-Core rev: e7dc5963adbacc091fe8943119262166977623ad)

Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/testimage.bbclass