summaryrefslogtreecommitdiff
path: root/bitbake-dev
AgeCommit message (Collapse)AuthorFiles
2009-07-23bitbake-dev: xmlrpcserver - disable some verbose debugRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-23bitbake-dev: Add taskdata infinite loop fix from upstreamRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-23bitbake-dev: Fix cooker parser for cases there are no recipesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-23bitbake: Make sure regexp patterns are consistent in providers.pyRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-23bitbake: Add a cache around PACKAGES_DYNAMIC regexps to help performance a bitRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-23bitbake-dev: Note that python 2.6 is neededRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-21bitbake-dev: Catch up with bitbake changesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-21bitbake: Optimise runqueue recursive dependency calculations removing a ↵Richard Purdie1
bottleneck in world builds Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-08bitbake-dev: Turn parsing into a server idle callback allowing the client to ↵Richard Purdie2
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>
2009-07-08bitbake-dev: Fix to work with python 2.6 by dropping the now uneeded ↵Richard Purdie1
get_request overloaded function and using timeouts instead Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-07bitbake: Fix wget fetcher bug when only checking URIs and the download ↵Richard Purdie1
doesn't exist Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-02bitbake: Add build_environment function for building an environment based on ↵Richard Purdie1
the data dictonary Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-19bitbake: puccho: Fix glade file locationRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-10bitbake: Disable sortable revision for nowRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-10bitbake: Add PN to SRCREV keyhash in the persistent database to avoid ↵Richard Purdie2
conflicts between pacckages (from upstream bitbake) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-11bitbake-dev: Sync with upstreamRichard Purdie32
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-09bitbake: Make sure existing environment variables are properly exportedRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-01-19bitbake: fetch/init: Add 'HOME' to list of variables exported when runnig ↵Richard Purdie1
fetcher commands
2009-01-06bitbake: Fix wget fetcher to better handle urls with ; followed by ↵Richard Purdie1
parameters in the url
2009-01-03bitbake-dev: Add BBCLASSEXTEND supportRichard Purdie4
2009-01-03bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual ↵Richard Purdie2
native/sdk recipes then become possible
2009-01-03bitbake/cache.py: Simplify logicRichard Purdie1
2009-01-02bitbake/BBHandler.py: Move handler finalisation code into a separate functionRichard Purdie1
2008-12-31bitbake: Add bb.utils.prune_suffix()Richard Purdie1
2008-12-17bitbake: Make sure the git remote head viewer preserves the usernameRichard Purdie1
2008-12-06bitbake/bitbake-dev: Sync with upstreamRichard Purdie8
2008-12-03Adds username support to the git fetcher, and exports SSH_AGENT_PID + ↵Robert Bragg2
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.
2008-12-01bitbake-dev: Add basics of "puccho" image builder UIRob Bradford4
2008-12-01bitbake-dev: Refactor goggle to pull out useful components.Rob Bradford3
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.
2008-11-07bitbake-dev: Ignore SkipPackage and FunFailed errors when looking for python ↵Richard Purdie1
task failures
2008-11-07bitbake-dev: Fix python function task execution failure handlingRichard Purdie1
2008-11-07bitbake-dev: Always include logs for nowRichard Purdie1
2008-11-07bitbake-dev: Fix knotty fatal message handling and ignore configparsed eventsRichard Purdie1
2008-11-07bitbake-dev: Handle fatal events correctlyRichard Purdie1
2008-11-07bitbake-dev: Fix exit code value handlingRichard Purdie1
2008-11-06bitbake: Improve error message for missing class filesRichard Purdie1
2008-11-05bitbake: Optionally take username/password options from url parametersRichard Purdie1
2008-11-04bitbake wget.py: Fix problem with empty proxy variablesRichard Purdie1
2008-11-04bitbake: Improve proxy handling got wget so urls can be excluded from the proxyRichard Purdie1
2008-11-04base.bbclass: Set GIT_CONFIG correctlyRichard Purdie1
2008-10-31bitbake: Don't export the GIT_PROXY_COMMAND in the fetcher code since it ↵Richard Purdie1
means selective proxying isn't possible
2008-10-28bitbake: Add tryaltconfigs option to disable the alternative configuration ↵Richard Purdie3
attempts and make the 'continue' more aggresive
2008-10-28bitbake-dev: Renamed to match the UI nameRob Bradford1
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.
2008-10-28bitbake-dev: Use the default task if 'None' asked forRob Bradford1
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.
2008-10-28bitbake-dev: Refactor configuration file parsingRob Bradford1
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__.
2008-10-28bitbake-dev: Save the cooker log into the working directory.Rob Bradford1
This is necessary since with later refactoring the TMPDIR variable will not be available at this point in time.
2008-10-27bitbake-dev: Remove use of self.configuration.cmd as state from shellRob Bradford1
The shell updated the self.configuration.cmd variable since commans relied on this implicit state. Since those commands now have an explicit task parameter such state manipulation is no longer necessary.
2008-10-27bitbake-dev: Remove implicit task from generateDepTree/generateDotGraphFilesRob Bradford3
Remove the implicit (from configuration.cmd) command/task for these events and instead use a parameter so that the task is given explicitly.
2008-10-27bitbake-dev: Make the "buildFile" command use the task parameterRob Bradford1
The "buildFile" command has a task parameter use it place of self.configuration.cmd when adding to the runqueue.
2008-10-27bitbake-dev: Make the task a parameter of the "tryBuild" commandRob Bradford2
And switch the runqueue to use this rather than keeping it in the self.configuration.cmd variable