]> 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, 25 Feb 2019 22:13:05 +0000 (22:13 +0000)
commit05896e2f83ffef5262ccd3a0fa20b81b2a878957
tree67a2037c1af67cb85f6e7c040976b41175e4ea8d
parent9d8a97b43c42b87c56d3b2ac318cb5482e86c397
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