summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2010-01-27bitbake/build.py: No need for this gross hack nowRichard Purdie
2010-01-22bitbake: Don't import xmlrpc server unless neededRichard Purdie
2010-01-22bin/bitbake: Add import serverRichard Purdie
2010-01-22bitbake/cooker: Drop unneeded importRichard Purdie
2010-01-21bitbake: Fix UI failure exception handling with python 2.6Richard Purdie
2010-01-21knotty: Improve task failure message handling using the uihelper codeRichard Purdie
2010-01-21runqueue.py: Use fcntl to make the worker pipes non-blockingRichard Purdie
2010-01-21bitbake/event: If the server disappears, we just exit tooRichard Purdie
2010-01-21runqueue: When a task fails, make sure the server still processes events from...Richard Purdie
2010-01-21bitbake/__init__.py: Fix bb.plain and bb.warn function, initial patch from Pe...Richard Purdie
2010-01-21bitbake/git: remove repodir usage (from bitbake master)Martin Jansa
2010-01-21bitbake/runqueue: Fix typoRichard Purdie
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie
2010-01-12bitbake: Apply modified version of a patch from Martin Jansa <martin.jansa@gm...Richard Purdie
2009-12-18taskdata.py: Improve error message if a task dependency has an incorrect formatRichard Purdie
2009-12-18bitbake/BBHandler: Only add do_ prefix to tasks if its not already presentRichard Purdie
2009-12-16bitbake/data_smart.py: Fix error where update-rc.d would not get added to the...Richard Purdie
2009-12-11bitbake/git.py: Typo fixRichard Purdie
2009-12-11bitbake/git.py: Add support for fullclone parameterRichard Purdie
2009-12-11bitbake/git.py: Move variable init into the localpath functionRichard Purdie
2009-12-11bitbake/cooker.py: Fix handling of extra configuration filesRichard Purdie
2009-12-11git.py: Improve command failure error messagesRichard Purdie
2009-11-26bitbake: Fix dict changing size problemsRichard Purdie
2009-11-13fetch/__init__.py: Try and make the sortable_revision code mode readableRichard Purdie
2009-11-13bitbake: Sync various functions with those from bitbake-dev and bitbake upstreamRichard Purdie
2009-11-13bitbake: Sync module import cleanups back from bitbake trunkRichard Purdie
2009-11-13build.py: Fix zero size logfile problemsRichard Purdie
2009-10-20bitbake: hg fetcher - sync bitbake-dev and remove debugRichard Purdie
2009-10-19bitbake: Add hg fetcher auto revisioning, patch from Carl Simonson <simonsonc...Richard Purdie
2009-10-17bitbake: Fix svk fetcherRichard Purdie
2009-10-13bitbake: Anonymous funciton improvements - use methodpool to allow cached cod...Richard Purdie
2009-10-13bitbake: Add bb and os to __builtins__, not the exec function globalRichard Purdie
2009-10-13bitbake: Remove unused and hence pointless internal__functions__ variableRichard Purdie
2009-09-24bitbake/build.py: Remove zero sized log filesRichard Purdie
2009-09-24bitbake/cache.py: Add warnings for leakage of SRCREVINACTION magic valueRichard Purdie
2009-09-24bitbake/fetch: Ensure SRCREVINACTION always resets the core flags even when p...Richard Purdie
2009-09-03bitbake cache: Add code to catch a nasty cache corruption issue to aid in tra...Richard Purdie
2009-08-26__init__.py: export GIT_PROXY_COMMAND for those behind draconian proxiesMike Turquette
2009-07-30bitbake: Remove persist_data domain renaming code as it appears to expose sql...Richard Purdie
2009-07-30bitbake: Make sure tables exist when renamingRichard Purdie
2009-07-29bitbake: Add a --revisions-changed commandline option to indicate when floati...Richard Purdie
2009-07-29bitbake: Add renameDomain and getKeyValues functions to the persistent data codeRichard Purdie
2009-07-29bitbake runqueue: Add a minor speedup to the runqueue codeRichard Purdie
2009-07-23bitbake: Make sure regexp patterns are consistent in providers.pyRichard Purdie
2009-07-23bitbake: Add a cache around PACKAGES_DYNAMIC regexps to help performance a bitRichard Purdie
2009-07-21bitbake: Factor some runqueue code into common functions making things more r...Richard Purdie
2009-07-21bitbake: Fix a bug in runqueue and optimise slightly furtherRichard Purdie
2009-07-21bitbake: Optimise runqueue recursive dependency calculations removing a bottl...Richard Purdie
2009-07-07bitbake: Fix wget fetcher bug when only checking URIs and the download doesn'...Richard Purdie
2009-07-02bitbake: Add build_environment function for building an environment based on ...Richard Purdie