Add tryaltconfigs option to control whether bitbake trys using alternative providers...
[vuplus_bitbake] / lib / bb / taskdata.py
2008-12-06 Richard PurdieAdd tryaltconfigs option to control whether bitbake...
2008-10-27 Marcin Juszkiewicztaskdata: improved error message when BitBake is called...
2008-05-09 Richard Purdierunqueue/taskdata.py: Make sure recrdeps tasks include...
2008-03-13 Richard Purdiecache.py: Improve the way various data structures are...
2008-03-06 Richard Purdietaskdata.py: When handling build target failures make...
2008-02-26 Richard PurdieRemove digraph and switch to new stamp checking code.
2008-01-19 Richard Purdietaskdata/runqueue.py: Make taskdata and runqueue errors...
2007-10-21 Richard Purdietaskdata.py: Fix 'depends' flag splitting
2007-08-17 Richard Purdietaskdata.py: Improve dump_data debugging code
2007-08-17 Holger Hans Peter... Print the list of missing DEPENDS/RDEPENDS on the ...
2007-08-15 Richard PurdieBackports to the 1.8 branch (msg.plain, providers changes)
2007-06-26 Richard Purdietaskdata: Remove supriours PREFERRED_PROVIDER warnings
2007-05-20 Richard Purdietaskdata.py: Promote certain warnings from debug to...
2007-04-01 Richard PurdieAdd code to handle inter-task dependencies (from trunk)
2007-01-04 Richard Purdietaskqueue.py: Add tasks to be queried but not created
2006-12-08 Holger Hans Peter... Add proper GPLv2 headers to all BitBake files
2006-11-14 Richard Purdietastdata.py: Minor speedup
2006-11-14 Richard Purdietaskqueue/runqueue.py: Remove matches_in_list and both_...
2006-11-14 Richard Purdietaskdata.py: Stop failed dependencies being added back...
2006-11-12 Richard Purdietaskdata.py: Add some extra debug to dump_data and...
2006-11-12 Richard Purdietaskdata.py: Add missing error message for unbuildable...
2006-11-12 Richard Purdietaskdata.py: Improve abort flag handling, fixing severa...
2006-09-28 Chris LarsonMinor bugfix in taskdata, the dump function was passing...
2006-09-16 Richard Purdietaskdata.py: Remove a seemingly incorrect line of code...
2006-09-16 Richard PurdietaskData.py: Only mark external targets as external
2006-09-14 Richard Purdietaskqueue.py: Add a small cache for task ids for a...
2006-09-10 Richard Purdietaskdata.py: Clean up mesage handling for unbuildable...
2006-09-09 Richard PurdieComplete conversion to use bb.msg
2006-08-21 Richard Purdietaskdata.py: Fix so only warn about failed providers...
2006-08-21 Richard Purdietaskdata.py: Add handling to remove/ignore files which...
2006-08-20 Richard Purdiebitbake/lib/bb/taskdata.py: