]> code.ossystems Code Review - openembedded-core.git/commit
yocto-compat-layer.py: add test_world
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 27 Jun 2017 15:33:41 +0000 (17:33 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Jul 2017 13:38:06 +0000 (14:38 +0100)
commit1ca35d8571a92c7f8f80c909ca38666da82eb929
treea52df7fd4e098fce91d02715895e1802db5893ed
parente7fe215f50a1b75771f33fffdda529a95c026d3f
yocto-compat-layer.py: add test_world

"test_signatures" ignores wold build breakage for the sake of
reporting differences also when a world build is broken. Therefore we
need a dedicated test that a world build at least theoretically can
proceed without obvious parse time problems (dependencies, parse
errors, dangling .bbappends, etc.).

This is similar to the BSP test_machine_world. The difference is
that test_world doesn't change the MACHINE.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/compatlayer/cases/common.py