]> code.ossystems Code Review - openembedded-core.git/commit
image: Move pre/post process commands to bbclass
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Jan 2016 22:57:40 +0000 (22:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Jan 2016 15:54:34 +0000 (15:54 +0000)
commit800528eaa421d451b596545125cb218e08989151
tree1eb806292cc521d9b232a66cc72380f4499e804b
parent57578d0ca6c3aaf6edf0af2c4862d43c97415156
image: Move pre/post process commands to bbclass

As the next step in splitting up do_image, move the pre and post processing
commands to separate tasks. This also creates the do_image_complete task
which acts as the end marker task for image generation.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass
meta/lib/oe/image.py