summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-03-25 13:22:01 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-29 14:01:56 +0100
commitb4268c08c350a7928a0b1a041b04ffe5a44e77b4 (patch)
tree6ee7c5aaa7c40e47e7350c4e3fabf63485fb0f46 /documentation/yocto-project-qs
parent68baef906513c1abef5372d92c769dc5d695e054 (diff)
downloadpoky-b4268c08c350a7928a0b1a041b04ffe5a44e77b4.tar.gz
bitbake/runqueue: fix clash when setscene & real tasks done in same build
If a build causes a real task to be run when the setscene task has already run then it was possible for dependent packages to be rebuilding at the same time as a rebuild of the packages they depended on, resulting in failures when files were missing. This change looks in the setscene covered list and removes anything where a dependency of the real task is going to be run (e.g. do_install is going to be run even though the setscene equivalent of do_populate_sysroot has already been run). As an additional safeguard we also delete the stamp file for the setscene task under these circumstances. Fixes [YOCTO #792] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'documentation/yocto-project-qs')
0 files changed, 0 insertions, 0 deletions