summaryrefslogtreecommitdiffstats
path: root/bitbake-dev/lib
Commit message (Collapse)AuthorAgeFilesLines
* bitbake: Remove persist_data domain renaming code as it appears to expose ↵Richard Purdie2009-07-302-13/+7
| | | | | | sqlite bugs and data consistency issues Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: Make sure tables exist when renamingRichard Purdie2009-07-301-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: Add a --revisions-changed commandline option to indicate when ↵Richard Purdie2009-07-294-1/+50
| | | | | | floating srcrevs have changed Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: Add renameDomain and getKeyValues functions to the persistent data codeRichard Purdie2009-07-291-0/+20
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake runqueue: Add a minor speedup to the runqueue codeRichard Purdie2009-07-291-2/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake-dev: Remve the need for the cache for -e -b optionsRichard Purdie2009-07-232-10/+12
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake-dev: Improve showEnvironment functionalityRichard Purdie2009-07-232-4/+15
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake-dev: xmlrpcserver - disable some verbose debugRichard Purdie2009-07-231-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake-dev: Add taskdata infinite loop fix from upstreamRichard Purdie2009-07-231-10/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake-dev: Fix cooker parser for cases there are no recipesRichard Purdie2009-07-231-30/+31
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: Make sure regexp patterns are consistent in providers.pyRichard Purdie2009-07-231-2/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: Add a cache around PACKAGES_DYNAMIC regexps to help performance a bitRichard Purdie2009-07-231-6/+13
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake-dev: Catch up with bitbake changesRichard Purdie2009-07-211-35/+37
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: Optimise runqueue recursive dependency calculations removing a ↵Richard Purdie2009-07-211-115/+75
| | | | | | bottleneck in world builds Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake-dev: Turn parsing into a server idle callback allowing the client to ↵Richard Purdie2009-07-082-92/+122
| | | | | | interrupt parsing and improving user interactvity. Also now specify whether async commands need the cache or not Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake-dev: Fix to work with python 2.6 by dropping the now uneeded ↵Richard Purdie2009-07-081-29/+17
| | | | | | get_request overloaded function and using timeouts instead Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: Fix wget fetcher bug when only checking URIs and the download ↵Richard Purdie2009-07-071-1/+1
| | | | | | doesn't exist Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: Add build_environment function for building an environment based on ↵Richard Purdie2009-07-021-0/+10
| | | | | | the data dictonary Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: puccho: Fix glade file locationRichard Purdie2009-06-191-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: Disable sortable revision for nowRichard Purdie2009-06-101-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: Add PN to SRCREV keyhash in the persistent database to avoid ↵Richard Purdie2009-06-102-3/+49
| | | | | | conflicts between pacckages (from upstream bitbake) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake-dev: Sync with upstreamRichard Purdie2009-05-1131-83/+74
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: Make sure existing environment variables are properly exportedRichard Purdie2009-05-091-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: fetch/init: Add 'HOME' to list of variables exported when runnig ↵Richard Purdie2009-01-191-1/+1
| | | | fetcher commands
* bitbake: Fix wget fetcher to better handle urls with ; followed by ↵Richard Purdie2009-01-061-1/+1
| | | | parameters in the url
* bitbake-dev: Add BBCLASSEXTEND supportRichard Purdie2009-01-034-15/+79
|
* bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual ↵Richard Purdie2009-01-031-5/+2
| | | | native/sdk recipes then become possible
* 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-067-34/+55
|
* Adds username support to the git fetcher, and exports SSH_AGENT_PID + ↵Robert Bragg2008-12-032-4/+9
| | | | | | | SSH_AUTH_SOCK The SSH_AGENT_PID + SSH_AUTH_SOCK environment variables are needed if you are using ssh-agent to hold passwords for your ssh keys.
* 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
| | | | | | Separate the GTK components and abstractions to a separate module where they can be used by other user interfaces. This module includes the model, the view and abstraction that populates the model.
* bitbake-dev: Ignore SkipPackage and FunFailed errors when looking for python ↵Richard Purdie2008-11-071-0/+4
| | | | task failures
* 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
|
* bitbake-dev: Fix knotty fatal message handling and ignore configparsed eventsRichard Purdie2008-11-071-2/+4
|
* bitbake-dev: Handle fatal events correctlyRichard Purdie2008-11-071-0/+4
|
* bitbake: Improve error message for missing class filesRichard Purdie2008-11-061-2/+0
|
* bitbake: Optionally take username/password options from url parametersRichard Purdie2008-11-051-0/+4
|
* bitbake wget.py: Fix problem with empty proxy variablesRichard Purdie2008-11-041-2/+2
|
* bitbake: Improve proxy handling got wget so urls can be excluded from the proxyRichard Purdie2008-11-041-3/+22
|
* base.bbclass: Set GIT_CONFIG correctlyRichard Purdie2008-11-041-1/+1
|
* bitbake: Don't export the GIT_PROXY_COMMAND in the fetcher code since it ↵Richard Purdie2008-10-311-1/+1
| | | | means selective proxying isn't possible
* bitbake: Add tryaltconfigs option to disable the alternative configuration ↵Richard Purdie2008-10-282-2/+3
| | | | attempts and make the 'continue' more aggresive
* bitbake-dev: Renamed to match the UI nameRob Bradford2008-10-281-0/+0
| | | | | | The UI starter now dynamically searches for the UI module based on the parameter given to -u. bitbake advertises the dependency explorer as "depexp" therefore this module needs renaming.
* bitbake-dev: Use the default task if 'None' asked forRob Bradford2008-10-281-0/+16
| | | | | | | Since the default task is not known/available until the configuration files are parsed we may return None when the UI requests getCmdLine. We can enforce the use of the default by querying it again after the configuration is parsed/cache updated.
* bitbake-dev: Refactor configuration file parsingRob Bradford2008-10-281-30/+26
| | | | | | | | Separate the parsing of the configuration files / recipes into a separate function to the parsing of the command line. This parsing of the configuration files now happens when updateCache() is called. Some functionality has been moved from parseConfiguration() to __init__.