| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: templates: Added newline character to end of script. | Scott Rifenbark | 2014-07-03 | 2 | -2/+3 |
* | bitbake: bitbake-user-manual-ref-variables.xml: Edits to OVERRIDES variable. | Scott Rifenbark | 2014-07-03 | 1 | -2/+10 |
* | bitbake: bitbake-user-manual-execution.xml: Minor fixes. | Robert P. J. Day | 2014-07-03 | 1 | -24/+38 |
* | bitbake: bitbake-user-manual-intro.xml: Minor fixes mostly grammar adjustments. | Robert P. J. Day | 2014-07-03 | 1 | -12/+14 |
* | bitbake: bitbake-user-manual-fetching.xml: Small fix in Git Fetcher | Scott Rifenbark | 2014-07-03 | 1 | -1/+1 |
* | bitbake: bitbake-user-manual-execution.xml: Typo and grammar fixes. | Robert P. J. Day | 2014-07-03 | 1 | -7/+7 |
* | bitbake: bitbake-user-manual-execution.xml: Edits to "Providers and Preferences" | Scott Rifenbark | 2014-07-03 | 1 | -38/+55 |
* | bitbake: bitbake-user-manual-fetching.xml: Small wording change. | Scott Rifenbark | 2014-07-03 | 1 | -1/+1 |
* | bitbake: bitbake-user-manual-ref-variables.xml: Edits to PROVIDES variable. | Scott Rifenbark | 2014-07-03 | 1 | -10/+22 |
* | bitbake: bitbake-user-manual-style.css: Added permalink style for display | Scott Rifenbark | 2014-07-03 | 1 | -0/+7 |
* | bitbake: bitbake-user-manual-customization.xsl: Added support for variable pe... | Scott Rifenbark | 2014-07-03 | 1 | -0/+1 |
* | bitbake: template: Added XSL template to support variable glossary permalinks. | Scott Rifenbark | 2014-07-03 | 1 | -0/+14 |
* | bitbake: bitbake-user-manual-intro.xml: Edits to "Obtaining BitBake" | Scott Rifenbark | 2014-07-03 | 1 | -6/+5 |
* | bitbake: bitbake-user-manual-intro.xml: Basic proofreading, grammar fixes. | Robert P. J. Day | 2014-07-03 | 1 | -12/+32 |
* | bitbake: toaster: Fix spacing and layout in no image files notification | Belen Barros | 2014-06-20 | 1 | -12/+17 |
* | bitbake: toaster: display message if no images are generated | Farrell Wymore | 2014-06-20 | 2 | -0/+20 |
* | bitbake: toaster: Add performance testing script | Ionut Chisanovici | 2014-06-20 | 1 | -0/+53 |
* | bitbake: toaster: refactor the target page | Farrell Wymore | 2014-06-20 | 3 | -115/+158 |
* | bitbake: build.py: Ensure shared work siginfo files are written to the correc... | Richard Purdie | 2014-06-19 | 1 | -2/+6 |
* | bitbake: bitbake-user-manual-fetching.xml: Grammar, typo, and tweaks. | Robert P. J. Day | 2014-06-18 | 1 | -46/+48 |
* | bitbake: bitbake-user-manual-style.css: Removed dead .PNG file | Scott Rifenbark | 2014-06-18 | 1 | -1/+0 |
* | bitbake: bitbake-user-manual: Added permalink support. | Scott Rifenbark | 2014-06-18 | 6 | -0/+170 |
* | bitbake: bitbake-user-manual-customization.xsl: Removed stale TOC variable. | Scott Rifenbark | 2014-06-18 | 1 | -1/+0 |
* | bitbake: bitbake-user-manual-fetching.xml: Edits to the Git Submodule fetcher... | Scott Rifenbark | 2014-06-18 | 1 | -1/+2 |
* | bitbake: bitbake-user-manual-fetching.xml: Added new Git Submodule Fetcher se... | Scott Rifenbark | 2014-06-18 | 1 | -6/+21 |
* | bitbake: toaster: build control functionality | Alexandru DAMIAN | 2014-06-13 | 10 | -8/+413 |
* | bitbake: toastergui: fix built ETA calculation | Alexandru DAMIAN | 2014-06-13 | 1 | -4/+3 |
* | bitbake: xmlrpc: add support for token reusing | Alexandru DAMIAN | 2014-06-13 | 2 | -8/+19 |
* | bitbake: toaster: add function to get the database url | Alexandru DAMIAN | 2014-06-13 | 1 | -0/+19 |
* | bitbake: toaster: create models for bldcontrol and enable it | Alexandru DAMIAN | 2014-06-13 | 6 | -2/+236 |
* | bitbake: toaster: initial bldcontrol application | Alexandru DAMIAN | 2014-06-13 | 4 | -0/+20 |
* | bitbake: bb/utils: fix contains_any() | Ross Burton | 2014-06-12 | 1 | -1/+1 |
* | bitbake: bb/tests/data.py: add tests for contains() and contains_any() | Ross Burton | 2014-06-12 | 1 | -0/+36 |
* | bitbake: cache.py: print debug info when EXCLUDE_FROM_WORLD | Robert Yang | 2014-06-12 | 1 | -1/+3 |
* | bitbake: toaster: add Project class models to orm | Alexandru DAMIAN | 2014-06-11 | 2 | -1/+287 |
* | bitbake: toaster: comment out bldcontrol migration command | Alexandru DAMIAN | 2014-06-11 | 1 | -1/+1 |
* | bitbake: bitbake: show wildcard appends for bitbake-layers | Ash Charles | 2014-06-06 | 1 | -1/+1 |
* | bitbake: toasterui: fix django settings environment value | Alexandru DAMIAN | 2014-06-06 | 1 | -1/+1 |
* | bitbake: toaster: add project related models | Alexandru DAMIAN | 2014-06-06 | 1 | -0/+19 |
* | bitbake: toaster: update toaster to run in managed mode | Alexandru DAMIAN | 2014-06-06 | 2 | -22/+28 |
* | bitbake: toaster: startup script standalone mode | Alexandru DAMIAN | 2014-06-06 | 1 | -6/+46 |
* | bitbake: toaster: startup script noweb mode | Alexandru DAMIAN | 2014-06-06 | 1 | -1/+5 |
* | bitbake: toaster: read database settings from the environment | Alexandru DAMIAN | 2014-06-06 | 1 | -1/+34 |
* | bitbake: uievent: retry on handler registration failure | Alexandru DAMIAN | 2014-06-06 | 1 | -3/+19 |
* | bitbake: xmlrpc: client - remove fatal errors | Alexandru DAMIAN | 2014-06-06 | 3 | -18/+29 |
* | bitbake: bitbake: move configuration reading code | Alexandru DAMIAN | 2014-06-06 | 2 | -25/+22 |
* | bitbake: siggen: Print warning about tainted tasks | Richard Purdie | 2014-06-01 | 1 | -0/+1 |
* | bitbake: build/utils: Fix broken exception handling | Richard Purdie | 2014-06-01 | 2 | -10/+4 |
* | bitbake: bb.fatal: Raise a BBHandledException instead of exiting | Richard Purdie | 2014-06-01 | 1 | -2/+1 |
* | bitbake: event: Add SkipRecipe event to replace SkipPackage | Richard Purdie | 2014-06-01 | 8 | -11/+14 |