aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/providers.py
AgeCommit message (Expand)Author
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
2008-12-06providers.py: Fix typos and add some further debug which can occassionaly be ...Richard Purdie
2008-09-30providers.py: Fix PACKAGES_DYNAMIC handling of packages with '++' in the name...Richard Purdie
2008-07-19providers.py: Fix indentation errorsRichard Purdie
2008-07-19providers.py: When a regexp fails to compile for PACKAGES_DYNAMIC, print a mo...Richard Purdie
2008-05-09providers.py: No longer weight providers on the basis of a package being "alr...Richard Purdie
2008-05-04providers.py: Improve runtime PREFERRED_PROVIDERS warning messages to be more...Richard Purdie
2007-10-21providers.py: Fix bogus preferred_version return valuesRichard Purdie
2007-08-24providers.py: Fix regressionsRichard Purdie
2007-08-23providers.py: Sort providers by default preference as well as priority before...Richard Purdie
2007-08-23ptoviders.py: Remove debuggingRichard Purdie
2007-08-23providers.py: Adjust logic so providers with a PREFERRED_VERSION set take pri...Richard Purdie
2007-08-15providers.py: Sort the list of providers before processing so dependency prob...Richard Purdie
2007-08-14providers.py: Move providers code into the providers moduleRichard Purdie
2007-08-11providers.py: Add pn-PN to overrides when evalutating PREFERRED_VERSION (from...Richard Purdie
2007-03-24Fix PE handling to use strings and update showVersions to add PE support (clo...Richard Purdie
2007-03-19Add PE (Package Epoch) support from Philipp Zabel (pH5)Richard Purdie
2007-03-04providers.py: Remove now unused parameter from filterProvidersRichard Purdie