summaryrefslogtreecommitdiffstats
path: root/bitbake-dev
AgeCommit message (Expand)Author
2009-01-19bitbake: fetch/init: Add 'HOME' to list of variables exported when runnig fet...Richard Purdie
2009-01-06bitbake: Fix wget fetcher to better handle urls with ; followed by parameters...Richard Purdie
2009-01-03bitbake-dev: Add BBCLASSEXTEND supportRichard Purdie
2009-01-03bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd...Richard Purdie
2009-01-03bitbake/cache.py: Simplify logicRichard Purdie
2009-01-02bitbake/BBHandler.py: Move handler finalisation code into a separate functionRichard Purdie
2008-12-31bitbake: Add bb.utils.prune_suffix()Richard Purdie
2008-12-17bitbake: Make sure the git remote head viewer preserves the usernameRichard Purdie
2008-12-06bitbake/bitbake-dev: Sync with upstreamRichard Purdie
2008-12-03Adds username support to the git fetcher, and exports SSH_AGENT_PID + SSH_AUT...Robert Bragg
2008-12-01bitbake-dev: Add basics of "puccho" image builder UIRob Bradford
2008-12-01bitbake-dev: Refactor goggle to pull out useful components.Rob Bradford
2008-11-07bitbake-dev: Ignore SkipPackage and FunFailed errors when looking for python ...Richard Purdie
2008-11-07bitbake-dev: Fix python function task execution failure handlingRichard Purdie
2008-11-07bitbake-dev: Always include logs for nowRichard Purdie
2008-11-07bitbake-dev: Fix knotty fatal message handling and ignore configparsed eventsRichard Purdie
2008-11-07bitbake-dev: Handle fatal events correctlyRichard Purdie
2008-11-07bitbake-dev: Fix exit code value handlingRichard Purdie
2008-11-06bitbake: Improve error message for missing class filesRichard Purdie
2008-11-05bitbake: Optionally take username/password options from url parametersRichard Purdie
2008-11-04bitbake wget.py: Fix problem with empty proxy variablesRichard Purdie
2008-11-04bitbake: Improve proxy handling got wget so urls can be excluded from the proxyRichard Purdie
2008-11-04base.bbclass: Set GIT_CONFIG correctlyRichard Purdie
2008-10-31bitbake: Don't export the GIT_PROXY_COMMAND in the fetcher code since it mean...Richard Purdie
2008-10-28bitbake: Add tryaltconfigs option to disable the alternative configuration at...Richard Purdie
2008-10-28bitbake-dev: Renamed to match the UI nameRob Bradford
2008-10-28bitbake-dev: Use the default task if 'None' asked forRob Bradford
2008-10-28bitbake-dev: Refactor configuration file parsingRob Bradford
2008-10-28bitbake-dev: Save the cooker log into the working directory.Rob Bradford
2008-10-27bitbake-dev: Remove use of self.configuration.cmd as state from shellRob Bradford
2008-10-27bitbake-dev: Remove implicit task from generateDepTree/generateDotGraphFilesRob Bradford
2008-10-27bitbake-dev: Make the "buildFile" command use the task parameterRob Bradford
2008-10-27bitbake-dev: Make the task a parameter of the "tryBuild" commandRob Bradford
2008-10-27bitbake-dev: Include target/command (from -c) in "buildTargets" commandRob Bradford
2008-10-24bitbake: Fix the wget fetcher so parameter portions of uris are ignoredRichard Purdie
2008-10-24bitbake-dev: add a setVariable commandRob Bradford
2008-10-23bitbake-dev: rename readVariable to getVariableRob Bradford
2008-10-23bitbake-dev: Change terminology online/offline to sync/asyncRob Bradford
2008-10-23bitbake: Preserve http_proxy and ftp_proxy in fetcher command executionRichard Purdie
2008-10-22bitbake: Remove bogus test codeRichard Purdie
2008-10-22bitbake: Improve proxy variable handling in fetchersRichard Purdie
2008-10-22bitbake-dev: add goggle - an experimental GTK UI.Rob Bradford
2008-10-21bitbake-dev: Include the worker's PID in eventsRob Bradford
2008-10-21bitbake-dev: Dynamically load the UI module.Rob Bradford
2008-10-20bitbake utils.py: Merge prunedir symlink fix from bitbake upstreamRichard Purdie
2008-10-20bitbake-dev: Remove the Pkg{Started, Failed, Succeeded} events and their hand...Robert Bradford
2008-10-17bitbake: Add some sanity checks to the lockfile functionsRichard Purdie
2008-10-17bitbake-dev: Don't fallback if the UI fails to start; give an error message o...Robert Bradford
2008-10-17bitbake-dev: Move the ncurses TTY check into the UI plugin itself.Robert Bradford
2008-10-17bitbake-dev: Refactor the environment variable handling.Robert Bradford