summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-30AUTHORS: update my email addressMarcin Juszkiewicz
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-19manuals: Add missing options documentation (thanks to zecke for noticing and ...Richard Purdie
2008-05-19BBHandler.py: Correctly handle '-' characters in class names (#2958)Richard Purdie
2008-05-19cooker.py: Make sure Build Completed events are generated even when tasks failRichard Purdie
2008-05-12utils.py: Add md5 and sha256 checksum generation functions from Ross Burton ...Richard Purdie
2008-05-11Allow to store the PersistData in a PERSISTENT_DIR.Holger Hans Peter Freyther
2008-05-09runqueue.py: Add bb.runqueue.check_stamp_fn() for use by packaged-staging, al...Richard Purdie
2008-05-09runqueue/taskdata.py: Make sure recrdeps tasks include all inter-task depende...Richard Purdie
2008-05-09runqueue.py: Flush stdout/stderr before forking to fix duplicate console outputRichard Purdie
2008-05-09providers.py: No longer weight providers on the basis of a package being "alr...Richard Purdie
2008-05-05runqueue.py: Fix default whitelist variable valueRichard Purdie
2008-05-04runqueue.py: Add BB_STAMP_WHITELIST option which contains a list of stamps to...Richard Purdie
2008-05-04providers.py: Improve runtime PREFERRED_PROVIDERS warning messages to be more...Richard Purdie
2008-04-27fetchers: Tweak the new checkstatus code to handle some corner cases betterRichard Purdie
2008-04-27lib/bb/fetch: Add ability to fetchers to check URL validity without downloadingRichard Purdie
2008-04-11Patch from John Lee to always use UTC time for checking out files.Holger Hans Peter Freyther
2008-04-08fetch/__init__.py: Improve runfetchcmd so errors are seen and various GIT var...Richard Purdie