]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/image.py: Handle compressed IMAGE_TYPEDEP values
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 24 Dec 2014 16:32:11 +0000 (14:32 -0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Dec 2014 17:48:56 +0000 (17:48 +0000)
commit6e7d1de6cc99ed2def346dc40310573f5f0ce5ca
tree33cd0e2048dfc832b3ee1c83b1493c582a4e649b
parentdf00cb53f0548d34e5865b6fff314bff641af6e7
lib/oe/image.py: Handle compressed IMAGE_TYPEDEP values

When computing the dependency graph for the image generation, we need
to take into account the compression type and identify the base type
it relates to. This allow for a more robust graph generation even when
using composed image types.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/image.py