]> code.ossystems Code Review - openembedded-core.git/commit
image_types.bbclass: fix image dependency chain collection
authorAndre McCurdy <armccurdy@gmail.com>
Mon, 6 Feb 2017 03:42:48 +0000 (19:42 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Feb 2017 14:48:56 +0000 (14:48 +0000)
commit8a9f249a9166347cc0468191ce130003e3d306e1
treed6bba911d27f7f600666a8b83982e65bcc67c4c2
parent4aabdddf67859cd8518e5cb672fb391c859817e0
image_types.bbclass: fix image dependency chain collection

If image type "foo" depends on image type "bar.xz", then dependencies
should be collected from the base image type (ie "IMAGE_DEPENDS_bar")
not from "IMAGE_DEPENDS_bar.xz".

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image_types.bbclass