summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: user-manual-ref-variables.xml: Added BBVERSIONS variable.Scott Rifenbark2014-03-091-0/+21
* bitbake: user-manual-metadata.xml: Re-write of "Events" section.Scott Rifenbark2014-03-091-33/+76
* bitbake: user-manual-metadata.xml: General cleanup to "Parsing and Execution"Scott Rifenbark2014-03-091-96/+164
* bitbake: user-manual-metadata.xml: Edits to "Variable Flags" sectionScott Rifenbark2014-03-091-38/+115
* bitbake: user-manual-metadata.xml: Rewrite of the "Tasks" section.Scott Rifenbark2014-03-091-66/+89
* bitbake: user-manual-metadata.xml: Rewrite of the "Functions" section.Scott Rifenbark2014-03-091-59/+85
* bitbake: user-manual-ref-variables.xml: Edits to SRC_URI.Scott Rifenbark2014-03-091-8/+7
* bitbake: user-manual-ref-variables.xml: Edits to BBCLASSEXTEND.Scott Rifenbark2014-03-091-9/+9
* bitbake: user-manual-metadata.xml: Edits to "Sharing Functionality"Scott Rifenbark2014-03-091-29/+68
* bitbake: user-manual-metadata.xml: Add bare bones of a scheduler sectionRichard Purdie2014-03-091-0/+13
* bitbake: user-manual-metadata.xml: Add details about general variables used b...Richard Purdie2014-03-091-0/+19
* bitbake: user-manual-metadata.xml: Add details about environment variables us...Richard Purdie2014-03-091-0/+13
* bitbake: toasterui: fix task identificationAlexandru DAMIAN2014-03-091-6/+22
* bitbake: toaster: fix issues in the build tableAlexandru DAMIAN2014-03-093-3/+12
* bitbake: toasterui: fix status update on failed sstate tasksAlexandru DAMIAN2014-03-091-3/+6
* bitbake: toaster: update database schemaAlexandru DAMIAN2014-03-097-20/+342
* bitbake: toaster: Move long content toggle to main.jsBelen Barros Pena2014-03-093-55/+18
* bitbake: toaster: implement the configuration pagedreyna/configure-detail-viewDavid Reyna2014-03-095-44/+299
* bitbake: toaster: View detailed information about a taskRavi Chintakunta2014-03-095-6/+315
* bitbake: toaster: Bug fix in reload page with parametersRavi Chintakunta2014-03-091-1/+5
* bitbake: toaster: Fix breadcrumb date format in detail pagesBelen Barros Pena2014-03-091-1/+1
* bitbake: toaster: Sort packages and dependencies in recipe.htmlBelen Barros Pena2014-03-091-3/+3
* bitbake: toaster: Change popover headings in recipes tableBelen Barros Pena2014-03-091-2/+2
* bitbake: toaster: Change help text for SectionBelen Barros Pena2014-03-092-2/+2
* bitbake: toaster: Hide the applied filter tooltip on clickBelen Barros Pena2014-03-091-0/+5
* bitbake: toaster: Add .muted class to disabled checkboxesBelen Barros Pena2014-03-091-2/+2
* bitbake: toaster: Set the right styles for definition listsBelen Barros Pena2014-03-091-1/+1
* bitbake: toaster: Set correct string for missed sstate attemptsBelen Barros Pena2014-03-091-1/+1
* bitbake: toaster: Remove inline styles in h1Belen Barros Pena2014-03-094-4/+5
* bitbake: toaster: extend Tasks to include Time, Disk IO, and CPU UsageDavid Reyna2014-03-095-191/+235
* bitbake: toasterui: add asserts on expected valuesAlexandru DAMIAN2014-03-091-37/+105
* bitbake: toasterui: task data structure in toasteruiAlexandru DAMIAN2014-03-091-7/+10
* bitbake: bb/ui: store_dependency_information optimizationMarius Avram2014-03-091-3/+13
* bitbake: toaster: array-assignment fix from ChomeAlexandru DAMIAN2014-03-092-2/+4
* bitbake: toaster: mark dependency packagesAlexandru DAMIAN2014-03-092-3/+7
* bitbake: toasterui: adding new task outcome emptyAlexandru DAMIAN2014-03-092-14/+20
* bitbake: toastergui: fix task executed status displayAlexandru DAMIAN2014-03-093-12/+7
* bitbake: fetch2/wget: Fix downloadfilename functionalityRichard Purdie2014-03-091-2/+2
* bitbake: runqueue: Fix typoRichard Purdie2014-03-061-1/+1
* bitbake: data: add vardepvalueexclude varflagPaul Eggleton2014-03-061-1/+7
* bitbake: fetch2: Drop svk fetcherRichard Purdie2014-03-022-97/+0
* bitbake: codeparser: Fix var_execs to append to execs, not referencesRichard Purdie2014-03-022-2/+3
* bitbake: fetch/wget: Separate out download and checkstatus functionsRichard Purdie2014-03-021-13/+19
* bitbake: fetch/wget: Start to clean up command constructionRichard Purdie2014-03-021-9/+8
* bitbake: wget: Drop usage of old style *COMMAND variablesRichard Purdie2014-03-021-3/+3
* bitbake: fetch/svk: Drop usage of old style *COMMAND variable and MKTEMPDIRCMDRichard Purdie2014-03-021-5/+3
* bitbake: fetch/perforce: Drop usage of old style *COMMAND variable and MKTEMP...Richard Purdie2014-03-021-9/+5
* bitbake: fetch/git: Separate out an ls-remote functionRichard Purdie2014-03-021-4/+12
* bitbake: tests: add test for gitsm fetcherPaul Eggleton2014-02-281-0/+7
* bitbake: tests: add missing importPaul Eggleton2014-02-281-0/+1