diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-06 22:57:34 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-11 23:26:29 +0000 |
commit | cdc0aeed9b17387ea37dcbfef7d474cce372e8db (patch) | |
tree | c06d67066cfd6a8538fba85cff5006bd93470f27 /meta/lib/oe/image.py | |
parent | 0269219fbebd4e92b9505b3d76d593dbf4e2c539 (diff) | |
download | poky-cdc0aeed9b17387ea37dcbfef7d474cce372e8db.tar.gz |
image.bbclass: Separate out image generation into a new task, do_image
I've heard complaints from people trying to create more interesting image
types about how hard it is to understand the rootfs/image generation code
and that its a pain to develop/test/debug.
Having looked at it myself, the internal construction of shell functions which
then gets passed into a multiprocessing pool is rather convoluted and it places
rather odd constraints on when variables are expanded. Its therefore no wonder
people find it confusing/complex.
This patch starts the process of splitting this up by separating out image
generation from the do_rootfs task into a new do_image task.
(From OE-Core rev: 57578d0ca6c3aaf6edf0af2c4862d43c97415156)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe/image.py')
0 files changed, 0 insertions, 0 deletions