]> code.ossystems Code Review - openembedded-core.git/commit
image_typedep.py: Add a test that ensures conversion type deps get added
authorRandy Witt <randy.e.witt@linux.intel.com>
Thu, 5 Jan 2017 23:15:43 +0000 (15:15 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jan 2017 18:01:51 +0000 (18:01 +0000)
commit9cf9c725f7d534c326ffd95ec539b041f4ad286f
tree3e7ebddedcbf144d81e7dd456717c15e8fb7b6ee
parent3428a3d1b4d250b82582d472907fb202efe25d40
image_typedep.py: Add a test that ensures conversion type deps get added

Add a test that ensures if IMAGE_TYPEDEP_* contains a conversion type,
that the corresponding CONVERSION_DEPENDS_ for that type gets added to
the dependency tree for do_rootfs.

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/image_typedep.py [new file with mode: 0644]