]> code.ossystems Code Review - openembedded-core.git/commit
EXTRA_IMAGEDEPENDS is used to ensure things like qemu-native are built and
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Jun 2012 10:38:16 +0000 (10:38 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Jul 2012 15:44:42 +0000 (16:44 +0100)
commitfa13e83ec3f91dce866ac212e91b62db24b6486d
tree4f35524825b215fb97e3afeffd0aa462ac15b894
parentff3f912eed0270afa14d706fc1e57f8a1de2614b
EXTRA_IMAGEDEPENDS is used to ensure things like qemu-native are built and
these are not strictly dependencies of the do_rootfs task. This patch
moves them to the do_build task allowing bitbake a little more flexibility
about when things need to get built by.

I noticed this when qemu-native failed to build and a rootfs was not generated
which is not the intended behaviour.

Also update the syntax to use appendVarFlag instead of get/setVarFlag

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