diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-10-13 12:29:37 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-14 18:08:37 +0300 |
commit | 556c0ea92eb32ddb9c9a5e30a74b2ca24ac69c68 (patch) | |
tree | 2a75afe64b12e91c8132fbcd138f896931e8b65e /bitbake/lib | |
parent | d302c98822efe2cb78a63b620aed1b94b4ed4a68 (diff) | |
download | poky-556c0ea92eb32ddb9c9a5e30a74b2ca24ac69c68.tar.gz |
lib/oe/image.py: Fix dependency handling for compressed types
The dependency code needs to also include the dependency of base
types. For example:
- sdcard.gz image with ext4
The dependency chain needs to include:
- sdcard
- ext4
- gz
Until this change, the ext4 dependency were not being taken into
account when using the compressed one.
(From OE-Core rev: 10e5df3503632a6e1c54612055b19f7258c3ae2f)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
0 files changed, 0 insertions, 0 deletions