summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2009-04-08Make the bbpath change for includes temporary rather than permanent.Chris Larson
2009-04-08BBMASK: survive a non-existant path and don't keep the dir after globbing.Chris Larson
2009-04-08BBPKGS: act as a default that can be overridden via the cmdline.Chris Larson
2009-02-26Clean up by Otavio SalvadorHolger Hans Peter Freyther
2009-01-03cache.py: Fix whitespace damageRichard Purdie
2009-01-03cache.py: Simplfy logic (from Poky)Richard Purdie
2009-01-02BBHandler: Move handler finalisation code into a separate functionRichard Purdie
2009-01-02utils.py: Add bb.utils.prune_suffix functionRichard Purdie
2008-12-14Tag BitBake 1.8.12 (update versions, MANIFEST, ChangeLog)Holger Hans Peter Freyther
2008-12-06utils.py: Add empty_environment() function and call this from the cooker inst...Richard Purdie
2008-12-06fetch/__init__.py: export more variables to the fetcher commands to allow ssh...Richard Purdie
2008-12-06cooker.py: Update to improve handling of the trytaltconfigs option (from Poky)Richard Purdie
2008-12-06utils.py: Add clean_environment() function and call where appropriate (from P...Richard Purdie
2008-12-06BBHandler: Improve file not fuond error messageRichard Purdie
2008-12-06git.py: Add username handling to the git fetcher (Robert Bragg from Poky)Richard Purdie
2008-12-06utils.py: Improve lock file function error handling (from Poky)Richard Purdie
2008-12-06providers.py: Fix typos and add some further debug which can occassionaly be ...Richard Purdie
2008-12-06Add tryaltconfigs option to control whether bitbake trys using alternative pr...Richard Purdie
2008-12-06When SRCREV autorevisioning for a recipe is in use, don't cache the recipe (f...Richard Purdie
2008-12-06Add osc fetcher (from Joshua Lock in Poky)Richard Purdie
2008-11-03[svn] Add @rev to svn checkout commandHolger Hans Peter Freyther
2008-10-27taskdata: improved error message when BitBake is called with not existing targetMarcin Juszkiewicz
2008-10-27cache: not existing cache file is not out of dateMarcin Juszkiewicz
2008-10-26fetch/hg.py: Properly format the command if the user URI parameter is empty.Holger Hans Peter Freyther
2008-10-20runqueue.py: Fix nostamp flag handling (from Poky)Richard Purdie
2008-10-13[fetch] Always add PN to the _revision_key we get from the fetcherHolger Hans Peter Freyther
2008-10-12[git] Do not run git-rev-list everytime to increase the speedHolger Hans Peter Freyther
2008-10-12[git] Optionally use git-rev-list to get a sortable revisionHolger Hans Peter Freyther
2008-10-12[git] Do not git-fetch if we already have the rev we wantHolger Hans Peter Freyther
2008-10-12[git] Disable downloading of checkouts.Holger Hans Peter Freyther
2008-10-12Allow to conditionally implement sortable revision in the fetcherHolger Hans Peter Freyther
2008-10-12Make the revision key unique by adding the PNHolger Hans Peter Freyther
2008-10-08[bb.utils] Make prunedir cope with symlinks to directoriesHolger Hans Peter Freyther
2008-09-30fetch/perforce.py: Fix to use commandline options instead of being overriden ...Richard Purdie
2008-09-30utils.py: Fix error message (from Joshua Lock)Richard Purdie
2008-09-30bin/bitbake: Add better environmental variable handling. By default it will n...Richard Purdie
2008-09-30cooker.py: Add parseConfiguration() function and move inheritFromOS call outs...Richard Purdie
2008-09-30cooker.py: Rename __depends to __base_depends after configuration parsing so ...Richard Purdie
2008-09-30parse/__init__.py: Fix missing update_mtime function causing shell reparsing ...Richard Purdie
2008-09-30providers.py: Fix PACKAGES_DYNAMIC handling of packages with '++' in the name...Richard Purdie
2008-09-30BBHandler.py: Backport a small optimisation in PATH handling from trunkRichard Purdie
2008-09-30fetch/hg.py: Fix hg fetcher username/password handling and fix crashRichard Purdie
2008-09-30fetch/__init__.py: Raise an exception if SRCREV == 'INVALID' (from Poky)Richard Purdie
2008-09-30utils.py: Move prunedir function to utils.py and add explode_dep_versions fu...Richard Purdie
2008-07-27[cvs] Allow to checkout by date and timeHolger Hans Peter Freyther
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-06-10Revert the '-' character fix in class names since it breaks thingsRichard Purdie
2008-05-21build.py: Make sure expandKeys has been called on the data dictonary before r...Richard Purdie
2008-05-19BBHandler.py: Correctly handle '-' characters in class names (#2958)Richard Purdie