summaryrefslogtreecommitdiff
path: root/bitbake-dev
AgeCommit message (Collapse)AuthorFiles
2008-10-22bitbake-dev: add goggle - an experimental GTK UI.Rob Bradford1
2008-10-21bitbake-dev: Include the worker's PID in eventsRob Bradford2
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.
2008-10-21bitbake-dev: Dynamically load the UI module.Rob Bradford1
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.
2008-10-20bitbake utils.py: Merge prunedir symlink fix from bitbake upstreamRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5551 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-20bitbake-dev: Remove the Pkg{Started, Failed, Succeeded} events and their ↵Robert Bradford4
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
2008-10-17bitbake: Add some sanity checks to the lockfile functionsRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5534 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-17bitbake-dev: Don't fallback if the UI fails to start; give an error message ↵Robert Bradford1
on UI exception git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5530 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-17bitbake-dev: Move the ncurses TTY check into the UI plugin itself.Robert Bradford2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5529 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-17bitbake-dev: Refactor the environment variable handling.Robert Bradford4
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
2008-10-08bitbake: cooker.py: Fix the point the configuration __depends is renamedRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5453 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-06bitbake providers.py: Fix message typo and improve debug infoRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5416 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-06bitbake utils.py: Fix ocassional locking glitch with a better retrying mechanismRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5415 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-02fetch/__init__.py: Add in hooks to make sure osc fetcher is seenRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5402 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-01bitbake: Fix nostamp flag handling bugRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5368 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-01bitbake/bitbake-dev: Bump cache version after AUTOREV DONT_CACHE changesRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5362 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-30bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't ↵Richard Purdie3
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
2008-09-30Add OEROOT to preserved_envvars_list.Joshua Lock1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5351 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-30bitbake: Sync with upstreamRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5350 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-30Fix better_exec error message to actually report filename.Joshua Lock1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5349 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-30bitbake/bitbake-dev: Allow much better control of which variable influence ↵Richard Purdie4
bitbake from the environment git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5347 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-30bitbake/bitbake-dev: Sync with upstreamRichard Purdie5
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5346 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-30AUTHORS: update my email in BitBakeMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5344 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-30Merge changes from Poky bitbake 1.8Joshua Lock9
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
2008-09-30bitbake-dev: Update against bitbake trunkRichard Purdie4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5339 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-30Add bitbake-dev to allow ease of testing and development of bitbake trunkRichard Purdie47
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5337 311d38ba-8fff-0310-9ca6-ca027cbcb966