summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/taskdata.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: lib/bb: Replace "abort" usage in task handlingScott Murray2022-02-211-5/+5
* bitbake: lib/bb: Clean up use of len()Richard Purdie2021-11-031-2/+2
* bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt2021-02-101-21/+21
* bitbake: taskdata: Improve handling of regex in ASSUME_PROVIDEDRichard Purdie2020-06-281-2/+7
* bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews2020-01-191-1/+1
* bitbake: bitbake: lib: Cleanup /usr/bin/env pythonRobert Yang2019-06-281-1/+0
* bitbake: multiconfig: Switch from 'multiconfig' -> 'mc'Richard Purdie2019-06-101-1/+1
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-2/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-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