aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/providers.py
AgeCommit message (Expand)Author
2021-08-27providers: Use new override syntax when handling pn- "override"Peter Kjellerstedt
2021-07-10providers: replace newly added logger.warn() with logger.warning()Denys Dmytriyenko
2021-03-12bitbake: lib: add Required Version to Bitbake --show-versions commandCharlie Davies
2021-03-12bitbake: providers: check for REQUIRED_VERSION in _filterProvidersCharlie Davies
2021-03-12bitbake: providers: introduce logic for REQUIRED_VERSION variableCharlie Davies
2021-03-12bitbake: providers: consistent single line formatting between functionsCharlie Davies
2021-03-12bitbake: providers: remove unneeded logging callCharlie Davies
2021-02-20bitbake: providers: use pythonic empty list checkCharlie Davies
2021-02-20bitbake: providers: fix incorrect return type bugCharlie Davies
2021-02-10logging: Make bitbake logger compatible with python loggerJoshua Watt
2020-11-20providers: selected version not available should be a warningRoss Burton
2020-01-19lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-01-14bitbake: Fix Deprecated warnings from regexsRichard Purdie
2017-12-10providers: Fix determinism issueRichard Purdie
2017-02-13lib: Drop now unneeded update_data callsRichard Purdie
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-09-21cooker/providers: Only add target to world build if task existsRichard Purdie
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-04-14providers: Add PREFERRED_RPROVIDER supportRichard Purdie
2016-04-14providers: We don't depend on previous build resultsRichard Purdie
2016-02-28providers: Fix PREFERRED_VERSION lookup for '_' in PNRichard Purdie
2016-01-22taskdata: add the ability to access world targets listPaul Eggleton
2014-03-09providers/runqueue/taskdata: Optimise logger.debug callsRichard Purdie
2013-09-09providers.py: enhance the runtime debug degbug messgaeRobert Yang
2013-07-29providers.py: print a debug message for dynamic pacakgeRobert Yang
2013-05-09providers: Remove pointless lambda sort functionRichard Purdie
2012-10-03providers.py: Fix PREFERRED_VERSION containing epochsRichard Purdie
2012-07-11bitbake: Abort build if runtime dependency conflictWenzong Fan
2012-03-03bitbake: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie
2012-02-01bitbake-layers: improve show-overlayed outputPaul Eggleton
2012-01-10bitbake: Add BBHandledException exception classRichard Purdie
2011-11-27Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-08-15lib/bb/providers: make "checking PREFERRED_PROVIDER_%s" a debug messageDenys Dmytriyenko
2011-07-27bitbake/providers: list PREFERRED_VERSION candidates when unavailablePaul Eggleton
2011-05-31providers.py: Correct PREFERRED_VERSION handlingRichard Purdie
2011-02-21bitbake/providers.py: Fix runtime providers problemsRichard Purdie
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-02-25Avoid unnecessary calls to keys() when iterating over dictionaries.Chris Larson
2010-02-16Revert "providers.py: sort eligible providers by DEFAULT_PREFERENCE"Richard Purdie
2010-02-10providers.py: sort eligible providers by DEFAULT_PREFERENCEBernhard Reutner-Fischer
2010-02-10providers.py: commentary typo fixBernhard Reutner-Fischer
2010-01-19providers: Apply modified version of a patch from Martin Jansa <martin.jansa@...Richard Purdie
2009-11-06providers.py: Fix package sorting order to reflect prioritiesChris Conroy
2009-07-23providers.py: Add caching for the dynamic package regexps (from Poky)Richard Purdie
2009-05-12providers.py: Fix + character escaping from PACKAGES_DYNAMIC (thanks Otavio S...Richard Purdie
2009-05-11[bb] Remove unused imports reported by pyflakesHolger Hans Peter Freyther