summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/taskdata.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-06-191-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-06-191-0/+2
* bitbake: bitbake: Add support for multiconfig dependenciesAlejandro Enedino Hernandez Samaniego2018-08-011-1/+17
* bitbake: cookerdata/taskdata/runqueue: Drop remaining tryaltconfigs code and ...Richard Purdie2017-09-021-2/+1
* bitbake: taskdata.py: include more information in error message about broken ...Patrick Ohly2017-03-221-1/+1
* bitbake: taskdata.py: improve handling of depends/rdependsPatrick Ohly2016-11-231-18/+15
* bitbake: taskdata/runqueue: Rewrite without use of ID indirectionRichard Purdie2016-06-151-260/+152
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-6/+6
* bitbake: taskdata: Fix traceback issue with missing providerRichard Purdie2016-02-151-1/+3
* bitbake: taskdata: add the ability to access world targets listPaul Eggleton2016-01-221-0/+17
* bitbake: taskdata.py: add RuntimeProviders to close matchesRobert Yang2016-01-221-1/+8
* bitbake: taskdata: refactor get_providermapEd Bartosh2016-01-111-10/+7
* bitbake: taskdata: Add a function to return the virtual/ mapping dataRichard Purdie2015-10-011-0/+12
* bitbake: Fix default function parameter assignment to a listPaul Eggleton2015-08-191-3/+5
* bitbake: cooker/taskdata: Make NoProvider errors non-fatal to -e/-g optionsRichard Purdie2015-07-121-3/+5
* bitbake: providers/runqueue/taskdata: Optimise logger.debug callsRichard Purdie2014-03-101-3/+9
* bitbake: taskdata: report close matches with NoProvider errorsPaul Eggleton2013-08-161-1/+12
* bitbake: taskdata: Don't add dependencies on tasks that don't existRichard Purdie2012-08-301-0/+3
* bitbake: bitbake: Abort build if runtime dependency conflictWenzong Fan2012-07-111-1/+2
* bitbake: taskdata: Add gettask_id_fromfnid helper functionRichard Purdie2012-06-281-0/+10
* bitbake: taskdata.py: Add support for rdepends task flagRichard Purdie2012-06-251-0/+16
* taskdata: fix string formatting of an error messageChristopher Larson2011-09-201-1/+1
* Fixup remaining bb.msg.domain usersRichard Purdie2011-08-151-2/+2
* bitbake/taskdata: fix incorrect usage of rdependees instead of dependeesPaul Eggleton2011-07-271-1/+1
* bitbake: show more information for NoProvider errorsPaul Eggleton2011-07-271-5/+23
* cooker: use re match, not search in re_match_stringsChris Larson2011-01-041-1/+1
* taskdata: use 'any' in re_match_stringsChris Larson2011-01-041-7/+3
* Prefer xrange over range for small performance gain.Bob Foerster2011-01-041-4/+4
* Pre-explode rundeps/runrecs in CacheDataChris Larson2011-01-041-2/+2
* Fix providerlog NameErrorChris Larson2011-01-041-3/+3
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-29/+32
* Move the output of no provider and multiple provider messages into the UIChris Larson2010-07-021-29/+8
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-021-2/+2
* Formatting cleanupsChris Larson2010-07-021-13/+11
* Fix 7 references to undefined variables, as spotted by pyflakesChris Larson2010-03-251-1/+1
* bitbake: taskdata.py: fix typo in debug messageBernhard Reutner-Fischer2010-02-151-1/+1
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-201-13/+25
* taskdata.py: Improve error message if a task dependency has an incorrect formatRichard Purdie2009-12-181-0/+2
* bitbake: Sync various functions with those from bitbake-dev and bitbake upstreamRichard Purdie2009-11-131-10/+2
* bitbake/bitbake-dev: Sync with upstreamRichard Purdie2008-12-061-3/+12
* bitbake: Add tryaltconfigs option to disable the alternative configuration at...Richard Purdie2008-10-281-1/+2
* bitbake: Sync with 1.8 branchRichard Purdie2008-05-131-0/+10
* bitbake: Update with changes from bitbake 1.8 branchRichard Purdie2008-03-141-5/+9
* bitbake: Update to bitbake 1.8 branch headRichard Purdie2008-03-031-3/+2
* bitbake: sync with upstream stable branch bugfixes and enhancementsRichard Purdie2008-01-201-15/+26
* bitbake: Sync with upstreamRichard Purdie2007-10-301-1/+5
* bitbake: Fix taskdata whitespace splitting issuesRichard Purdie2007-10-121-1/+1
* bitbake: Sync with 1.8.8 releaseRichard Purdie2007-08-201-13/+28
* bitbake: Sync with upstream 1.8 branchRichard Purdie2007-08-151-37/+9
* bitbake/taskdata: Exit from the providers loop when the first match is found,...Richard Purdie2007-06-141-0/+1