]> code.ossystems Code Review - openembedded-core.git/commit
image_types.bbclass: get rid of IMAGE_DEPENDS
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 16 Jun 2017 15:21:26 +0000 (18:21 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Jun 2017 19:54:53 +0000 (20:54 +0100)
commitc5f33d466122e53be910fa448af60ef3937eb828
tree97a322d59a568110ca59127bb89aeb26289fab1e
parent8ee40c7d75e5eba43a7b36bcabbd4309660686ad
image_types.bbclass: get rid of IMAGE_DEPENDS

The IMAGE_DEPENDS_<type> variables can be set to add dependencies for
individual image types.  Those dependencies are added to the do_rootfs
task, while they really should be added to the specific image type tasks.

These variables are not documented anywhere.

Replaced usage of IMAGE_DEPENDS_<type> with explicitly added
dependencies to do_image_<type> tasks.

[YOCTO #11302]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/image_types.bbclass