summaryrefslogtreecommitdiffstats
path: root/bitbake-dev
Commit message (Collapse)AuthorAgeFilesLines
* 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-283-2/+6
| | | | 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__.
* bitbake-dev: Save the cooker log into the working directory.Rob Bradford2008-10-281-8/+4
| | | | | This is necessary since with later refactoring the TMPDIR variable will not be available at this point in time.
* bitbake-dev: Remove use of self.configuration.cmd as state from shellRob Bradford2008-10-271-10/+2
| | | | | | 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.
* bitbake-dev: Remove implicit task from generateDepTree/generateDotGraphFilesRob Bradford2008-10-273-10/+12
| | | | | Remove the implicit (from configuration.cmd) command/task for these events and instead use a parameter so that the task is given explicitly.
* bitbake-dev: Make the "buildFile" command use the task parameterRob Bradford2008-10-271-1/+1
| | | | | The "buildFile" command has a task parameter use it place of self.configuration.cmd when adding to the runqueue.
* bitbake-dev: Make the task a parameter of the "tryBuild" commandRob Bradford2008-10-272-4/+3
| | | | | And switch the runqueue to use this rather than keeping it in the self.configuration.cmd variable
* bitbake-dev: Include target/command (from -c) in "buildTargets" commandRob Bradford2008-10-272-4/+5
| | | | | This allows a UI to read / control which task for the given targets is used. This makes it more consistent with the "buildFile" command.
* bitbake: Fix the wget fetcher so parameter portions of uris are ignoredRichard Purdie2008-10-241-1/+1
|
* bitbake-dev: add a setVariable commandRob Bradford2008-10-241-0/+9
| | | | | This is synonymous with the getVariable command and allows you to set values in the data dictionary.
* bitbake-dev: rename readVariable to getVariableRob Bradford2008-10-232-3/+3
| | | | | Changing the name of this command makes it more consistent with other command names.
* bitbake-dev: Change terminology online/offline to sync/asyncRob Bradford2008-10-232-42/+42
| | | | | | Change the terminology from online/offline to sync/async when referring to commands that return a result immediately versus those that produce changes that are emitted as events over time.
* bitbake: Preserve http_proxy and ftp_proxy in fetcher command executionRichard Purdie2008-10-231-1/+1
|
* bitbake: Remove bogus test codeRichard Purdie2008-10-221-1/+0
|
* bitbake: Improve proxy variable handling in fetchersRichard Purdie2008-10-222-0/+13
|
* bitbake-dev: add goggle - an experimental GTK UI.Rob Bradford2008-10-221-0/+222
|
* bitbake-dev: Include the worker's PID in eventsRob Bradford2008-10-212-2/+15
| | | | | When the runqueue forks off we save the pid inside the event module for that thread. When we next fire an event then that PID gets included in the events.
* bitbake-dev: Dynamically load the UI module.Rob Bradford2008-10-211-25/+14
| | | | | Dynamically load the UI from a module based on the UI name given. We still however maintain a fixed set in here with the set of suggested UIs.
* bitbake utils.py: Merge prunedir symlink fix from bitbake upstreamRichard Purdie2008-10-201-1/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5551 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake-dev: Remove the Pkg{Started, Failed, Succeeded} events and their ↵Robert Bradford2008-10-204-21/+0
| | | | | | | | handling in the UI These events are superfluous now that BB operates on a task level granularity. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5541 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake: Add some sanity checks to the lockfile functionsRichard Purdie2008-10-171-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5534 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake-dev: Don't fallback if the UI fails to start; give an error message ↵Robert Bradford2008-10-171-7/+2
| | | | | | on UI exception git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5530 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake-dev: Move the ncurses TTY check into the UI plugin itself.Robert Bradford2008-10-172-5/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5529 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake-dev: Refactor the environment variable handling.Robert Bradford2008-10-174-11/+30
| | | | | | | | Do not clear the environment when saving the environment to the data store. Instead clear this once the cooker has forked. This ensures that the UI operates in a filtered (but not empty) environment. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5526 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake: cooker.py: Fix the point the configuration __depends is renamedRichard Purdie2008-10-081-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5453 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake providers.py: Fix message typo and improve debug infoRichard Purdie2008-10-061-2/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5416 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake utils.py: Fix ocassional locking glitch with a better retrying mechanismRichard Purdie2008-10-061-9/+12
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5415 311d38ba-8fff-0310-9ca6-ca027cbcb966
* fetch/__init__.py: Add in hooks to make sure osc fetcher is seenRichard Purdie2008-10-021-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5402 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake: Fix nostamp flag handling bugRichard Purdie2008-10-011-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5368 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake/bitbake-dev: Bump cache version after AUTOREV DONT_CACHE changesRichard Purdie2008-10-011-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5362 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't ↵Richard Purdie2008-09-303-1/+13
| | | | | | cache the recipe. Based on work from Heikki Paajanen git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5352 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add OEROOT to preserved_envvars_list.Joshua Lock2008-09-301-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5351 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake: Sync with upstreamRichard Purdie2008-09-301-0/+5
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5350 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Fix better_exec error message to actually report filename.Joshua Lock2008-09-301-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5349 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake/bitbake-dev: Allow much better control of which variable influence ↵Richard Purdie2008-09-304-18/+71
| | | | | | bitbake from the environment git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5347 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake/bitbake-dev: Sync with upstreamRichard Purdie2008-09-305-161/+11
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5346 311d38ba-8fff-0310-9ca6-ca027cbcb966
* AUTHORS: update my email in BitBakeMarcin Juszkiewicz2008-09-301-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5344 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Merge changes from Poky bitbake 1.8Joshua Lock2008-09-309-14/+214
| | | | | | | Update bitbake-dev to have extra fixes from Poky's internal (1.8) version of bitbake. Should be able to use bitbake-dev with Poky now. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5340 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake-dev: Update against bitbake trunkRichard Purdie2008-09-304-3/+18
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5339 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add bitbake-dev to allow ease of testing and development of bitbake trunkRichard Purdie2008-09-3047-0/+13798
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5337 311d38ba-8fff-0310-9ca6-ca027cbcb966