diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-25 18:58:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-26 14:55:22 +0100 |
commit | 0984853cedca11a748076b788c4fc9c561ecb291 (patch) | |
tree | 1becdbb8db7560e1c396a9807efedb45b2b4b429 /meta/recipes-devtools/opkg | |
parent | b22592af8145a8c7c4ada2fa7c1dee2e753eca46 (diff) | |
download | poky-0984853cedca11a748076b788c4fc9c561ecb291.tar.gz |
bitbake: runqueue.py: Allow the setsceneverify function to have a list of tasks that are invalid and need to run
There was some odd behaviour if some task was run from setcene whilst there were
existing valid stamps for a depepdency. For example, do_populate_sysroot might
be installed at setscene time but if there were other tasks not installed from
setscene such as do_populate_lic which depend on do_configure, the setsceneverify
function would think that do_configure needed to be rerun and would hence void the
do_populate_sysroot and force that to rerun too.
The setsceneverify function needs to know which tasks are going to be rerun, not just
what the overall task list is and what setscene functions have run. This patch adds
that information and maintains backwards compatibility in a slightly ugly but effective
way. The metadata needs updating to take advantage of this change.
(Bitbake rev: 1423aafff97f17169e95ec3ba973eb002ff98c1c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg')
0 files changed, 0 insertions, 0 deletions