| 2010-01-19 |
Richard Purdie | runqueue.py: Improve IPC between worker threads and... |
commit | commitdiff | tree | snapshot |
| 2010-01-19 |
Richard Purdie | ui: Convert remaining event handlers to use isinstance |
commit | commitdiff | tree | snapshot |
| 2010-01-19 |
Richard Purdie | event.py: Convert to using pickle for events and isinst... |
commit | commitdiff | tree | snapshot |
| 2010-01-19 |
Richard Purdie | server/xmlrpc: Fix idle timeout handling and missing... |
commit | commitdiff | tree | snapshot |
| 2010-01-19 |
Richard Purdie | event.py: Drop unused events |
commit | commitdiff | tree | snapshot |
| 2010-01-19 |
Richard Purdie | event.py: Pass the datastore to the fire command, don... |
commit | commitdiff | tree | snapshot |
| 2010-01-18 |
Richard Purdie | server: Improve idle handling timeouts |
commit | commitdiff | tree | snapshot |
| 2010-01-18 |
Richard Purdie | Add none server type to avoid xmlrpc in the default... |
commit | commitdiff | tree | snapshot |
| 2010-01-18 |
Richard Purdie | Merge branch 'contrib-rday' of ssh://git@git.openembedd... |
commit | commitdiff | tree | snapshot |
| 2010-01-16 |
Robert P. J... | Fix a couple copy-and-paste errors in fetcher comments. |
commit | commitdiff | tree | snapshot |
| 2010-01-16 |
Robert P. J... | "pserver" is not a valid type for a CVS fetch, it's... |
commit | commitdiff | tree | snapshot |
| 2010-01-16 |
Robert P. J... | Fix an obvious copy-and-paste error in the documentatio... |
commit | commitdiff | tree | snapshot |
| 2010-01-16 |
Robert P. J... | Fix a number of obvious documentation typoes. |
commit | commitdiff | tree | snapshot |
| 2010-01-16 |
Robert P. J... | Remove the now-obsolete reference to "bbread". |
commit | commitdiff | tree | snapshot |
| 2010-01-16 |
Robert P. J... | Fix typoes |
commit | commitdiff | tree | snapshot |
| 2010-01-16 |
Robert P. J... | Correct a number of misspellings of "seperate". |
commit | commitdiff | tree | snapshot |
| 2010-01-14 |
Richard Purdie | Solidify server class creation |
commit | commitdiff | tree | snapshot |
| 2010-01-14 |
Richard Purdie | .gitignore: Ignore backup files |
commit | commitdiff | tree | snapshot |
| 2010-01-14 |
Richard Purdie | Move xmlrpcserver.py into lib/bb/server as xmlrpc.py |
commit | commitdiff | tree | snapshot |
| 2010-01-14 |
Richard Purdie | fetch: Clean up debug |
commit | commitdiff | tree | snapshot |
| 2009-12-24 |
Guo Hongruan | Enable --ignore-deps options to access regular expressi... |
commit | commitdiff | tree | snapshot |
| 2009-12-14 |
Paul Eggleton | git: Allow fetching a single subdirectory from a git... |
commit | commitdiff | tree | snapshot |
| 2009-12-14 |
Richard Purdie | fetch/__init__.py: Remove uneeded debug |
commit | commitdiff | tree | snapshot |
| 2009-12-14 |
Richard Purdie | git.py: Trap empty return values and error (from Poky) |
commit | commitdiff | tree | snapshot |
| 2009-12-14 |
Richard Purdie | fetch/git.py: Add fullclone parameter to allow WORKDIRs... |
commit | commitdiff | tree | snapshot |
| 2009-12-14 |
Richard Purdie | fetch/git.py: Move variable init into the localpath... |
commit | commitdiff | tree | snapshot |
| 2009-11-22 |
Richard Purdie | cooker.py: Fix variable name: targets doesn't exist... |
commit | commitdiff | tree | snapshot |
| 2009-11-22 |
Richard Purdie | fetch/git.py: BB_GIT_CLONE_FOR_SRCREV updates |
commit | commitdiff | tree | snapshot |
| 2009-11-21 |
Richard Purdie | fetch/__init__.py: Replace _sortable_revision_valid... |
commit | commitdiff | tree | snapshot |
| 2009-11-21 |
Martin Jansa | Optional LOCALCOUNT for recipe |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Denys Dmytriyenko | utils.py: add special handling for version delimiters |
commit | commitdiff | tree | snapshot |
| 2009-11-06 |
Richard Purdie | fetch/__init__.py: Allow SRC_URI to be overridden in... |
commit | commitdiff | tree | snapshot |
| 2009-11-06 |
Chris Conroy | providers.py: Fix package sorting order to reflect... |
commit | commitdiff | tree | snapshot |
| 2009-11-04 |
Richard Purdie | git.py: Search mirrors for tarballs before fetching... |
commit | commitdiff | tree | snapshot |
| 2009-11-04 |
Richard Purdie | fetch/__init__.py: Try and make the sortable_revision... |
commit | commitdiff | tree | snapshot |
| 2009-11-03 |
Richard Purdie | BBHandler.py: Use exec_func, not exec_func_python |
commit | commitdiff | tree | snapshot |
| 2009-11-03 |
Richard Purdie | Improve anonymous python function handling sp functions... |
commit | commitdiff | tree | snapshot |
| 2009-10-23 |
Richard Purdie | fetch/svk: Fix up breakage. Evidently nobody uses svk |
commit | commitdiff | tree | snapshot |
| 2009-10-23 |
Richard Purdie | build.py: Make sure the logfile exists before checking... |
commit | commitdiff | tree | snapshot |
| 2009-10-23 |
Richard Purdie | Add hg fetcher auto revisioning, patch from Carl Simons... |
commit | commitdiff | tree | snapshot |
| 2009-10-17 |
Richard Purdie | fetch/__init__.py: Fix a bug where errors could corrupt... |
commit | commitdiff | tree | snapshot |
| 2009-10-17 |
Richard Purdie | fetch/__init__.py: Remove hardcoded use of SRC_URI... |
commit | commitdiff | tree | snapshot |
| 2009-10-17 |
Richard Purdie | BBHandler: Drop unused internal __functions__ variable |
commit | commitdiff | tree | snapshot |
| 2009-10-17 |
Richard Purdie | knotty: Add new event from compare reivions code |
commit | commitdiff | tree | snapshot |
| 2009-10-17 |
Richard Purdie | build.py: Optimisation to remove zero sized log files... |
commit | commitdiff | tree | snapshot |
| 2009-10-17 |
Richard Purdie | runqueue.py: Small optimisation in set creation removin... |
commit | commitdiff | tree | snapshot |
| 2009-10-17 |
Richard Purdie | cache.py: Add check for leakage of SRCREVINACTION varia... |
commit | commitdiff | tree | snapshot |
| 2009-10-17 |
Richard Purdie | Add a compare-versions command which returns whether... |
commit | commitdiff | tree | snapshot |
| 2009-10-01 |
Søren Holm | shell: Add install command |
commit | commitdiff | tree | snapshot |
| 2009-09-14 |
Chris Larson | cache: only invalidate for non-existent depends if... |
commit | commitdiff | tree | snapshot |
| 2009-09-14 |
Chris Larson | Only print python exception tracebacks if debugging... |
commit | commitdiff | tree | snapshot |
| 2009-09-14 |
Chris Larson | Add a RecipeParsed event, which can be used as an alter... |
commit | commitdiff | tree | snapshot |
| 2009-08-27 |
Chris Larson | daemonize: Kill the forcing of umask to 0 in our children. |
commit | commitdiff | tree | snapshot |
| 2009-07-29 |
Chris Larson | Initial switch from distutils to setuptools. |
commit | commitdiff | tree | snapshot |
| 2009-07-24 |
Marcin Juszkiewicz | AUTHORS: update my email |
commit | commitdiff | tree | snapshot |
| 2009-07-23 |
Richard Purdie | command/cooker: Remve the need for the cache for -e... |
commit | commitdiff | tree | snapshot |
| 2009-07-23 |
Richard Purdie | command/cooker: Improve showEnvironment functionality |
commit | commitdiff | tree | snapshot |
| 2009-07-23 |
Richard Purdie | cooker: Fix cooker parser for case where there are... |
commit | commitdiff | tree | snapshot |
| 2009-07-23 |
Chris Larson | Update the minimal base.bbclass & bitbake.conf. |
commit | commitdiff | tree | snapshot |
| 2009-07-23 |
Richard Purdie | runqueue: Improve recursive task dependency calculation... |
commit | commitdiff | tree | snapshot |
| 2009-07-23 |
Richard Purdie | bin/bitbake: Add python 2.6 check (from Poky) |
commit | commitdiff | tree | snapshot |
| 2009-07-23 |
Richard Purdie | cooker.py: Improve server idle handling (from Poky) |
commit | commitdiff | tree | snapshot |
| 2009-07-23 |
Richard Purdie | providers.py: Add caching for the dynamic package regex... |
commit | commitdiff | tree | snapshot |
| 2009-07-23 |
Richard Purdie | utils.py: Add build_environment function (from Poky) |
commit | commitdiff | tree | snapshot |
| 2009-07-23 |
Richard Purdie | ui/puccho: Improve path specification to glade files... |
commit | commitdiff | tree | snapshot |
| 2009-07-22 |
Chris Larson | Add .gitignore, ignore *.pyc. |
commit | commitdiff | tree | snapshot |
| 2009-07-21 |
Chris Larson | taskdata: fix a possible infinite loop when multiple... |
commit | commitdiff | tree | snapshot |
| 2009-06-19 |
Richard Purdie | Merge the BBCLASSEXTEND code from Poky. This allows... |
commit | commitdiff | tree | snapshot |
| 2009-05-12 |
Richard Purdie | providers.py: Fix + character escaping from PACKAGES_DY... |
commit | commitdiff | tree | snapshot |
| 2009-05-11 |
Richard Purdie | data.py: Make sure allowed variables inherited from... |
commit | commitdiff | tree | snapshot |
| 2009-05-11 |
Richard Purdie | fetch/__init__.py: Set HOME environmental variable... |
commit | commitdiff | tree | snapshot |
| 2009-05-11 |
Richard Purdie | fetch/git.py: Add username handling to git fetcher... |
commit | commitdiff | tree | snapshot |
| 2009-05-11 |
Richard Purdie | fetch/wget.py: Fix wget fetching of urls with parameter... |
commit | commitdiff | tree | snapshot |
| 2009-05-11 |
Richard Purdie | fetch/hg.py: Fix hg checkouts of specific revisions... |
commit | commitdiff | tree | snapshot |
| 2009-05-11 |
Holger Hans... | [bb] Remove unused imports reported by pyflakes |
commit | commitdiff | tree | snapshot |
| 2009-05-11 |
Holger Hans... | [ui] Fix import statements reported by pyflakes |
commit | commitdiff | tree | snapshot |
| 2009-05-11 |
Holger Hans... | [svk] pyflakes things the go method is broken... |
commit | commitdiff | tree | snapshot |
| 2009-05-11 |
Holger Hans... | [fetchers] Make pyflakes happy by removing these import... |
commit | commitdiff | tree | snapshot |
| 2009-05-11 |
Holger Hans... | [bb] Fix the tests by setting a debug level at start |
commit | commitdiff | tree | snapshot |
| 2009-04-21 |
Marcin Juszkiewicz | lib: remove use of 'sets' to make Python 2.6 happy |
commit | commitdiff | tree | snapshot |
| 2009-04-17 |
Chris Larson | bb.fetch.go: iterate over SRC_URI, not urldata. |
commit | commitdiff | tree | snapshot |
| 2009-04-17 |
Chris Larson | bb.fetch.git: make empty host pass a file uri to git. |
commit | commitdiff | tree | snapshot |
| 2009-04-17 |
Chris Larson | bb.fetch: make try_mirror go through the dispatcher... |
commit | commitdiff | tree | snapshot |
| 2009-04-08 |
Chris Larson | Make the bbpath change for includes temporary rather... |
commit | commitdiff | tree | snapshot |
| 2009-04-08 |
Chris Larson | BBMASK: survive a non-existant path and don't keep... |
commit | commitdiff | tree | snapshot |
| 2009-04-08 |
Chris Larson | BBPKGS: act as a default that can be overridden via... |
commit | commitdiff | tree | snapshot |
| 2009-02-26 |
Holger Hans... | Clean up by Otavio Salvador |
commit | commitdiff | tree | snapshot |
| 2009-01-03 |
Richard Purdie | cache.py: Simplfy logic (from Poky) |
commit | commitdiff | tree | snapshot |
| 2009-01-02 |
Richard Purdie | BBHandler: Move handler finalisation code into a separa... |
commit | commitdiff | tree | snapshot |
| 2009-01-02 |
Richard Purdie | utils.py: Add bb.utils.prune_suffix function |
commit | commitdiff | tree | snapshot |
| 2008-12-14 |
Holger Hans... | Tag BitBake 1.8.12 (update versions, MANIFEST, ChangeLog) |
commit | commitdiff | tree | snapshot |
| 2008-12-06 |
Richard Purdie | Add puccho, goggle and crumbs metadata from Poky (by... |
commit | commitdiff | tree | snapshot |
| 2008-12-06 |
Richard Purdie | bin/bitbake: Fix cooker log handling after recent changes |
commit | commitdiff | tree | snapshot |
| 2008-12-06 |
Richard Purdie | cooker.py: Rearrange the code to allow init of new UIs |
commit | commitdiff | tree | snapshot |
| 2008-12-06 |
Richard Purdie | shell.py: Catch up with core changes |
commit | commitdiff | tree | snapshot |
| 2008-12-06 |
Richard Purdie | Update the UIs against the core changes and allow dynam... |
commit | commitdiff | tree | snapshot |
| 2008-12-06 |
Richard Purdie | Rename depexplorer -> depexp for consistency |
commit | commitdiff | tree | snapshot |
| 2008-12-06 |
Richard Purdie | command.py: Standardise to getVariable and setVariable... |
commit | commitdiff | tree | snapshot |
| 2008-12-06 |
Richard Purdie | Pass around the tasks to execute rather than using... |
commit | commitdiff | tree | snapshot |
| 2008-12-06 |
Richard Purdie | utils.py: Add empty_environment() function and call... |
commit | commitdiff | tree | snapshot |
| next |