summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/providers.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: providers: use local variable for packages_dynamic patternMatt Madison2022-04-191-3/+3
* bitbake: providers: Use new override syntax when handling pn- "override"Peter Kjellerstedt2021-08-271-1/+1
* bitbake: providers: replace newly added logger.warn() with logger.warning()Denys Dmytriyenko2021-07-101-3/+3
* bitbake: bitbake: lib: add Required Version to Bitbake --show-versions commandCharlie Davies2021-03-151-6/+8
* bitbake: bitbake: providers: check for REQUIRED_VERSION in _filterProvidersCharlie Davies2021-03-151-2/+5
* bitbake: bitbake: providers: introduce logic for REQUIRED_VERSION variableCharlie Davies2021-03-151-15/+41
* bitbake: bitbake: providers: consistent single line formatting between functionsCharlie Davies2021-03-151-6/+0
* bitbake: bitbake: providers: remove unneeded logging callCharlie Davies2021-03-151-1/+0
* bitbake: bitbake: providers: use pythonic empty list checkCharlie Davies2021-02-211-1/+1
* bitbake: bitbake: providers: fix incorrect return type bugCharlie Davies2021-02-211-1/+1
* bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt2021-02-101-10/+10
* bitbake: providers: selected version not available should be a warningRoss Burton2020-11-241-2/+2
* bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews2020-01-191-3/+3
* 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: Fix Deprecated warnings from regexsRichard Purdie2019-01-161-2/+2
* bitbake: providers: Fix determinism issueRichard Purdie2017-12-101-3/+3
* bitbake: lib: Drop now unneeded update_data callsRichard Purdie2017-02-151-1/+0
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-6/+6
* bitbake: cooker/providers: Only add target to world build if task existsRichard Purdie2016-09-221-1/+4
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-1/+1
* bitbake: providers: Add PREFERRED_RPROVIDER supportRichard Purdie2016-04-151-22/+40
* bitbake: providers: We don't depend on previous build resultsRichard Purdie2016-04-151-3/+3
* bitbake: providers: Fix PREFERRED_VERSION lookup for '_' in PNRichard Purdie2016-02-281-4/+7
* bitbake: taskdata: add the ability to access world targets listPaul Eggleton2016-01-221-0/+26
* bitbake: providers/runqueue/taskdata: Optimise logger.debug callsRichard Purdie2014-03-101-1/+1
* bitbake: providers.py: enhance the runtime debug degbug messgaeRobert Yang2013-09-091-1/+1
* bitbake: providers.py: print a debug message for dynamic pacakgeRobert Yang2013-07-291-0/+1
* bitbake: providers: Remove pointless lambda sort functionRichard Purdie2013-05-091-2/+2
* bitbake: providers.py: Fix PREFERRED_VERSION containing epochsRichard Purdie2012-10-031-1/+1
* bitbake: bitbake: Abort build if runtime dependency conflictWenzong Fan2012-07-111-0/+2
* meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie2012-03-051-2/+2
* bitbake-layers: improve show-overlayed outputPaul Eggleton2012-02-011-0/+36
* bitbake: Add BBHandledException exception classRichard Purdie2012-01-101-2/+2
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-4/+4
* lib/bb/providers: make "checking PREFERRED_PROVIDER_%s" a debug messageDenys Dmytriyenko2011-08-151-1/+1
* bitbake/providers: list PREFERRED_VERSION candidates when unavailablePaul Eggleton2011-07-271-0/+12
* providers.py: Correct PREFERRED_VERSION handlingRichard Purdie2011-06-011-2/+2
* bitbake/providers.py: Fix runtime providers problemsRichard Purdie2011-01-201-7/+11
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-11/+14
* Formatting cleanupsChris Larson2010-07-021-8/+8
* bitbake: providers.py: Fix typoRichard Purdie2010-07-011-1/+1
* bitbake/providers: Fix merge errorRichard Purdie2010-03-221-3/+3
* Avoid unnecessary calls to keys() when iterating over dictionaries.Chris Larson2010-03-221-9/+5
* bitbake: Revert "providers.py: sort eligible providers by DEFAULT_PREFERENCE"Richard Purdie2010-02-161-2/+0
* bitbake: providers.py: sort eligible providers by DEFAULT_PREFERENCEBernhard Reutner-Fischer2010-02-151-0/+2
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-201-2/+2
* bitbake: Apply modified version of a patch from Martin Jansa <martin.jansa@gm...Richard Purdie2010-01-121-1/+13
* bitbake: Make sure regexp patterns are consistent in providers.pyRichard Purdie2009-07-231-2/+1