summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-2045-956/+4948
* bitbake: Apply modified version of a patch from Martin Jansa <martin.jansa@gm...Richard Purdie2010-01-121-1/+13
* taskdata.py: Improve error message if a task dependency has an incorrect formatRichard Purdie2009-12-181-0/+2
* bitbake/BBHandler: Only add do_ prefix to tasks if its not already presentRichard Purdie2009-12-181-1/+2
* bitbake/data_smart.py: Fix error where update-rc.d would not get added to the...Richard Purdie2009-12-161-5/+6
* bitbake/git.py: Typo fixRichard Purdie2009-12-111-2/+2
* bitbake/git.py: Add support for fullclone parameterRichard Purdie2009-12-111-2/+8
* bitbake/git.py: Move variable init into the localpath functionRichard Purdie2009-12-111-19/+17
* bitbake/cooker.py: Fix handling of extra configuration filesRichard Purdie2009-12-111-5/+6
* git.py: Improve command failure error messagesRichard Purdie2009-12-111-1/+4
* bitbake: Fix dict changing size problemsRichard Purdie2009-11-261-3/+5
* fetch/__init__.py: Try and make the sortable_revision code mode readableRichard Purdie2009-11-132-4/+8
* bitbake: Sync various functions with those from bitbake-dev and bitbake upstreamRichard Purdie2009-11-136-26/+32
* bitbake: Sync module import cleanups back from bitbake trunkRichard Purdie2009-11-1311-21/+8
* build.py: Fix zero size logfile problemsRichard Purdie2009-11-131-2/+4
* bitbake: hg fetcher - sync bitbake-dev and remove debugRichard Purdie2009-10-201-4/+0
* bitbake: Add hg fetcher auto revisioning, patch from Carl Simonson <simonsonc...Richard Purdie2009-10-191-0/+32
* bitbake: Fix svk fetcherRichard Purdie2009-10-171-3/+3
* bitbake: Anonymous funciton improvements - use methodpool to allow cached cod...Richard Purdie2009-10-131-12/+17
* bitbake: Add bb and os to __builtins__, not the exec function globalRichard Purdie2009-10-131-6/+8
* bitbake: Remove unused and hence pointless internal__functions__ variableRichard Purdie2009-10-131-7/+0
* bitbake/build.py: Remove zero sized log filesRichard Purdie2009-09-241-0/+4
* bitbake/cache.py: Add warnings for leakage of SRCREVINACTION magic valueRichard Purdie2009-09-241-1/+3
* bitbake/fetch: Ensure SRCREVINACTION always resets the core flags even when p...Richard Purdie2009-09-241-3/+5
* bitbake cache: Add code to catch a nasty cache corruption issue to aid in tra...Richard Purdie2009-09-031-0/+3
* __init__.py: export GIT_PROXY_COMMAND for those behind draconian proxiesMike Turquette2009-08-261-1/+1
* bitbake: Remove persist_data domain renaming code as it appears to expose sql...Richard Purdie2009-07-302-13/+7
* bitbake: Make sure tables exist when renamingRichard Purdie2009-07-301-0/+1
* bitbake: Add a --revisions-changed commandline option to indicate when floati...Richard Purdie2009-07-293-1/+28
* bitbake: Add renameDomain and getKeyValues functions to the persistent data codeRichard Purdie2009-07-291-0/+20
* bitbake runqueue: Add a minor speedup to the runqueue codeRichard Purdie2009-07-291-2/+3
* bitbake: Make sure regexp patterns are consistent in providers.pyRichard Purdie2009-07-231-2/+1
* bitbake: Add a cache around PACKAGES_DYNAMIC regexps to help performance a bitRichard Purdie2009-07-231-6/+13
* bitbake: Factor some runqueue code into common functions making things more r...Richard Purdie2009-07-211-31/+31
* bitbake: Fix a bug in runqueue and optimise slightly furtherRichard Purdie2009-07-211-4/+6
* bitbake: Optimise runqueue recursive dependency calculations removing a bottl...Richard Purdie2009-07-211-117/+76
* bitbake: Fix wget fetcher bug when only checking URIs and the download doesn'...Richard Purdie2009-07-071-1/+1
* bitbake: Add build_environment function for building an environment based on ...Richard Purdie2009-07-021-0/+10
* bitbake: Disable sortable revision for nowRichard Purdie2009-06-101-1/+1
* bitbake: Add PN to SRCREV keyhash in the persistent database to avoid conflic...Richard Purdie2009-06-102-3/+49
* bitbake: Update to work without warnings with python 2.6Richard Purdie2009-05-125-14/+10
* bitbake: Merge further fixes from upstream 1.8 branchRichard Purdie2009-05-115-14/+21
* bitbake: Sync git fetcher with changes upstreamRichard Purdie2009-05-111-10/+15
* bitbake: Make sure existing environment variables are properly exportedRichard Purdie2009-05-091-0/+1
* bitbake: Fix a bug in the hg fetcherRichard Purdie2009-04-211-3/+6
* shell.py: stage is called populate_stagingRichard Purdie2009-01-301-1/+1
* bitbake: fetch/init: Add 'HOME' to list of variables exported when runnig fet...Richard Purdie2009-01-191-1/+1
* bitbake: Fix wget fetcher to better handle urls with ; followed by parameters...Richard Purdie2009-01-061-1/+1
* bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd...Richard Purdie2009-01-034-19/+81
* bitbake/cache.py: Simplify logicRichard Purdie2009-01-031-11/+9