]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: No need to run most tasks except do_rootfs
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Oct 2011 22:09:49 +0000 (23:09 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Oct 2011 21:43:08 +0000 (22:43 +0100)
commitb3d1c440feb7fd7b3e3374ca528195ab9bd3a7ce
tree10af4524b85412c6eb85fc3ee00b3be6f747d690
parent7a58911f6951abd56db9ebb37f8d6284d91fa514
image.bbclass: No need to run most tasks except do_rootfs

Running fetch/unpack/patch/compile/install etc. is pointless
since the only image task that does anything is the rootfs task.

Hence mark the useless tasks as noexec so we don't bother running them.

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