summaryrefslogtreecommitdiffstats
path: root/bitbake-dev
Commit message (Expand)AuthorAgeFilesLines
* bitbake-dev: Fix a couple of bugs that crept in breaking runtimeRichard Purdie2009-10-222-2/+2
* bitbake: hg fetcher - sync bitbake-dev and remove debugRichard Purdie2009-10-201-0/+28
* bitbake: Fix svk fetcherRichard Purdie2009-10-171-3/+2
* bitbake-dev: Sync with changes upstreamRichard Purdie2009-10-179-22/+57
* 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-2/+7
* 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-0/+5
* bitbake/fetch: Ensure SRCREVINACTION always resets the core flags even when p...Richard Purdie2009-09-241-3/+5
* bitbake-dev: Sync exported variables with bitbakeRichard Purdie2009-09-241-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-295-1/+53
* 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-dev: Remve the need for the cache for -e -b optionsRichard Purdie2009-07-232-10/+12
* bitbake-dev: Improve showEnvironment functionalityRichard Purdie2009-07-232-4/+15
* bitbake-dev: xmlrpcserver - disable some verbose debugRichard Purdie2009-07-231-2/+2
* bitbake-dev: Add taskdata infinite loop fix from upstreamRichard Purdie2009-07-231-10/+2
* bitbake-dev: Fix cooker parser for cases there are no recipesRichard Purdie2009-07-231-30/+31
* 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-dev: Note that python 2.6 is neededRichard Purdie2009-07-231-0/+4
* bitbake-dev: Catch up with bitbake changesRichard Purdie2009-07-211-35/+37
* bitbake: Optimise runqueue recursive dependency calculations removing a bottl...Richard Purdie2009-07-211-115/+75
* bitbake-dev: Turn parsing into a server idle callback allowing the client to ...Richard Purdie2009-07-082-92/+122
* bitbake-dev: Fix to work with python 2.6 by dropping the now uneeded get_requ...Richard Purdie2009-07-081-29/+17
* 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: puccho: Fix glade file locationRichard Purdie2009-06-191-2/+2
* 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-dev: Sync with upstreamRichard Purdie2009-05-1132-83/+81
* bitbake: Make sure existing environment variables are properly exportedRichard Purdie2009-05-091-0/+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-dev: Add BBCLASSEXTEND supportRichard Purdie2009-01-034-15/+79
* bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd...Richard Purdie2009-01-032-5/+4
* bitbake/cache.py: Simplify logicRichard Purdie2009-01-031-11/+9
* bitbake/BBHandler.py: Move handler finalisation code into a separate functionRichard Purdie2009-01-021-57/+35
* bitbake: Add bb.utils.prune_suffix()Richard Purdie2008-12-311-0/+12
* bitbake: Make sure the git remote head viewer preserves the usernameRichard Purdie2008-12-171-1/+6
* bitbake/bitbake-dev: Sync with upstreamRichard Purdie2008-12-068-34/+69
* Adds username support to the git fetcher, and exports SSH_AGENT_PID + SSH_AUT...Robert Bragg2008-12-032-4/+9
* bitbake-dev: Add basics of "puccho" image builder UIRob Bradford2008-12-014-5/+1508
* bitbake-dev: Refactor goggle to pull out useful components.Rob Bradford2008-12-013-145/+188
* bitbake-dev: Ignore SkipPackage and FunFailed errors when looking for python ...Richard Purdie2008-11-071-0/+4
* bitbake-dev: Fix python function task execution failure handlingRichard Purdie2008-11-071-2/+5
* bitbake-dev: Always include logs for nowRichard Purdie2008-11-071-1/+1