summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: usermanual.xml: Add section for ?= var setting.Theodore A. Roth2010-02-101-0/+5
* bitbake: fix invalid method and logicJoshua Lock2010-02-051-3/+3
* bitbake: Test premirrors and mirrors in checkstatus()Joshua Lock2010-02-051-4/+18
* bitbake: Fix try_mirrors() logic, was only trying the first mirror.Joshua Lock2010-02-041-1/+2
* bitbake: if PREMIRRORS set test for local file in FetchData.setup_localpathJoshua Lock2010-02-041-8/+22
* bitbake: Enhance the fetchers' support for local mirrorsJoshua Lock2010-02-041-7/+15
* bitbake: unify mirror support and make it independant of the fetcherJoshua Lock2010-02-0410-99/+53
* bitbake/build.py: No need for this gross hack nowRichard Purdie2010-01-271-3/+1
* bitbake: Don't import xmlrpc server unless neededRichard Purdie2010-01-222-3/+2
* bin/bitbake: Add import serverRichard Purdie2010-01-221-0/+1
* bitbake/cooker: Drop unneeded importRichard Purdie2010-01-221-1/+0
* bitbake: Fix UI failure exception handling with python 2.6Richard Purdie2010-01-211-1/+1
* knotty: Improve task failure message handling using the uihelper codeRichard Purdie2010-01-213-10/+31
* runqueue.py: Use fcntl to make the worker pipes non-blockingRichard Purdie2010-01-211-1/+6
* bitbake/event: If the server disappears, we just exit tooRichard Purdie2010-01-211-3/+6
* runqueue: When a task fails, make sure the server still processes events from...Richard Purdie2010-01-211-1/+11
* bitbake/__init__.py: Fix bb.plain and bb.warn function, initial patch from Pe...Richard Purdie2010-01-211-2/+2
* bitbake/git: remove repodir usage (from bitbake master)Martin Jansa2010-01-211-1/+1
* bitbake/runqueue: Fix typoRichard Purdie2010-01-211-1/+1
* 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