]> 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, 27 Jul 2017 21:35:05 +0000 (22:35 +0100)
commitda18bea6808aaddf3fa3fe72ac7e2d87d7e78b95
tree872120ced683fbd73ba4be48445cf179d99e7fda
parente4dce65ce604a74da0f09ee2742cf8b13cf96c8e
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/lib/compatlayer/cases/common.py