| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake/knotty: print task failure summary | Paul Eggleton | 2012-01-15 | 2 | -6/+22 |
* | bitbake/cooker: avoid printing stack trace for -b match error | Paul Eggleton | 2012-01-15 | 1 | -6/+11 |
* | bitbake/fetch2: reduce output for fetch failures | Paul Eggleton | 2012-01-15 | 1 | -1/+6 |
* | bitbake/knotty: avoid printing full task log when error already printed | Paul Eggleton | 2012-01-15 | 2 | -4/+16 |
* | bitbake/fetch2: correctly decode exit signal/status | Paul Eggleton | 2012-01-15 | 1 | -4/+7 |
* | bitbake/runqueue: avoid "failed" in task summary if nothing did | Paul Eggleton | 2012-01-15 | 1 | -1/+5 |
* | bitbake/fetch2: improve error formatting for fetcher errors | Paul Eggleton | 2012-01-15 | 2 | -5/+8 |
* | bitbake/knotty: don't count errors as warnings in summary | Paul Eggleton | 2012-01-15 | 1 | -1/+1 |
* | bitbake: Automatically start local PR service. | Lianhao Lu | 2012-01-11 | 4 | -45/+123 |
* | bitbake/PRservice: Added no_hist mode and export/import. | Lianhao Lu | 2012-01-11 | 4 | -80/+263 |
* | bitbake: Add BBHandledException exception class | Richard Purdie | 2012-01-10 | 3 | -4/+19 |
* | bitbake/knotty: Show summary of warning/error messages shown | Richard Purdie | 2012-01-10 | 1 | -2/+11 |
* | bitbake-layers: close files in apply_append() | Paul Eggleton | 2012-01-10 | 1 | -0/+2 |
* | bitbake-layers: flatten: warn the user if output structure is incorrect | Paul Eggleton | 2012-01-10 | 1 | -0/+38 |
* | bitbake-layers: flatten: allow specifying layers to flatten | Paul Eggleton | 2012-01-10 | 1 | -8/+67 |
* | command.py: add parseConfigurationFiles API | Dongxiao Xu | 2012-01-06 | 1 | -0/+10 |
* | bitbake: add a new option "--server-only" | Dongxiao Xu | 2012-01-06 | 1 | -7/+16 |
* | cooker: remove command import in cooker.py | Dongxiao Xu | 2012-01-06 | 3 | -0/+31 |
* | cooker: remove command import in cooker.py | Dongxiao Xu | 2012-01-06 | 1 | -2/+2 |
* | xmlrpc: Change BitbakeServerInfo init function | Dongxiao Xu | 2012-01-06 | 1 | -4/+4 |
* | command.py: add initCooker API | Dongxiao Xu | 2012-01-06 | 2 | -0/+19 |
* | cooker: user bb.configuration.data to inject events | Dongxiao Xu | 2012-01-06 | 1 | -2/+2 |
* | command.py: Modify needcache value for certain functions | Dongxiao Xu | 2012-01-06 | 1 | -2/+2 |
* | bitbake/runqueue: Improve the setscene logging | Richard Purdie | 2012-01-05 | 1 | -0/+4 |
* | fetch2/git: change colon to dot in ud.host | Juraj Hercek | 2012-01-04 | 1 | -1/+1 |
* | bitbake-layers: fix Python error during parse | Paul Eggleton | 2012-01-04 | 1 | -0/+1 |
* | ui/crumbs/hobprefs: trigger a reparse after changing IMAGE_FSTYPES | Joshua Lock | 2011-12-20 | 1 | -0/+1 |
* | ui/crumbs/runningbuild: handle InvalidTask events | Joshua Lock | 2011-12-20 | 1 | -0/+4 |
* | vim/syntax: Recognize ?? operator | Khem Raj | 2011-12-20 | 1 | -2/+2 |
* | siggen.py: If both sigs have a variable in it's whitelist then don't say it's... | Matthew McClintock | 2011-12-05 | 1 | -3/+3 |
* | Remove the async_cmds and sync_cmds from command.py | Robert Yang | 2011-12-05 | 1 | -14/+0 |
* | fetch2: fix Exception parameters when BB_STRICT_CHECKSUM enabled | Joshua Lock | 2011-12-05 | 1 | -3/+3 |
* | Remove the duplicated assignments of self.configuration.cmd | Robert Yang | 2011-12-05 | 1 | -3/+0 |
* | cooker.py: Allow the -e option to work with virtual classes and -b | Richard Purdie | 2011-12-01 | 1 | -1/+3 |
* | build.py: Be determistic about a function's cwd | Richard Purdie | 2011-12-01 | 1 | -2/+1 |
* | bitbake: Update users of getVar/setVar to use the data store functions directly | Richard Purdie | 2011-11-27 | 24 | -198/+196 |
* | bitbake/siggen.py: Don't backtrace if the taskhash data isn't present | Richard Purdie | 2011-11-25 | 1 | -2/+2 |
* | bitbake: Update and fix bitbake-runtask | Robert Yang | 2011-11-25 | 1 | -66/+65 |
* | Nothing uses USERNAME, remove it - can cause sstate-cache conflicts | Matthew McClintock | 2011-11-25 | 1 | -1/+0 |
* | data/siggen: Add vardepvalue mechanism to allow the variable dependency code ... | Richard Purdie | 2011-11-24 | 2 | -11/+15 |
* | fetch2: Improve uri_replace to handle paths with no trailing '/' | Richard Purdie | 2011-11-24 | 1 | -3/+10 |
* | knotty: Add support for logging the console to logfile | Richard Purdie | 2011-11-24 | 1 | -0/+6 |
* | runqueue.py: Fix debug message to reference the correct task | Richard Purdie | 2011-11-24 | 1 | -1/+2 |
* | fetch2/local: Don't default to files in DL_DIR for file:// urls | Richard Purdie | 2011-11-24 | 1 | -3/+1 |
* | siggen.py: sort task hash depedencies with basepath | Matthew McClintock | 2011-11-23 | 1 | -11/+14 |
* | bitbake: print out symmetric difference when comparing sigs | Matthew McClintock | 2011-11-23 | 1 | -0/+4 |
* | runqueue.py: Ensure we fully process the covered list | Richard Purdie | 2011-11-23 | 1 | -3/+4 |
* | runqueue.py: Ensure setscene tasks don't break dependency order | Richard Purdie | 2011-11-23 | 1 | -4/+7 |
* | bitbake/runqueue.py: Add BB_SETSCENE_VERIFY_FUNCTION hook | Richard Purdie | 2011-11-22 | 1 | -11/+9 |
* | bitbake/runqueue.py: Sort the list of skipped tasks as it makes searching the... | Richard Purdie | 2011-11-21 | 1 | -1/+1 |