| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: toaster: add variable description for prefixed/suffixed variables | Cristiana Voicu | 2013-11-04 | 1 | -0/+5 |
* | bitbake: cooker: do not recreate recipecache in buildfile mode | Alexandru DAMIAN | 2013-11-04 | 1 | -1/+0 |
* | bitbake: build, toaster: record proper task type | Alexandru DAMIAN | 2013-11-04 | 2 | -3/+11 |
* | bitbake: cooker: add data to the dependency tree dump | Alexandru DAMIAN | 2013-11-04 | 1 | -0/+2 |
* | bitbake: toaster: fixes for null values from events | Alexandru DAMIAN | 2013-11-04 | 2 | -24/+19 |
* | bitbake: add Toaster UI interface | Alexandru DAMIAN | 2013-10-16 | 2 | -0/+992 |
* | bitbake: hob: change tooltip for live images | Cristiana Voicu | 2013-10-07 | 1 | -1/+4 |
* | bitbake: bitbake: replace comment added in conf files | Cristiana Voicu | 2013-10-07 | 1 | -1/+1 |
* | bitbake: xmlrpc: Show a better error message for connection failures | Richard Purdie | 2013-10-07 | 1 | -3/+6 |
* | bitbake: bitbake/hob: removing extra parameters from conf files using hob | Cristiana Voicu | 2013-10-07 | 5 | -3/+69 |
* | bitbake: HOB: MACHINE should be saved in conf files using ?= | Valentin Popa | 2013-10-07 | 3 | -9/+17 |
* | bitbake: utils: use logger.warn instead of print in copyfile | Ross Burton | 2013-10-07 | 1 | -5/+5 |
* | bitbake: lib/bb/monitordisk.py: fix spelling in error text | Erik Botö | 2013-10-02 | 1 | -2/+2 |
* | bitbake: HOB: Busy cursor when saving configuration | Valentin Popa | 2013-09-30 | 2 | -0/+18 |
* | bitbake: bitbake: Update to version 1.20.0 | Richard Purdie | 2013-09-24 | 1 | -1/+1 |
* | bitbake: tests/data: Whitespace in key names is a really bad idea | Richard Purdie | 2013-09-22 | 1 | -15/+15 |
* | bitbake: data_smart: Variable references don't contain newlines, spaces or tabs | Richard Purdie | 2013-09-22 | 1 | -1/+1 |
* | bitbake: hob: populate "Save image" dialog when saving changes to a custom im... | Cristiana Voicu | 2013-09-22 | 1 | -0/+8 |
* | bitbake: build: Add BB_TASK_NICE_LEVEL to task code | Richard Purdie | 2013-09-22 | 1 | -0/+8 |
* | bitbake: bitbake: runqueue: add task hash to Queue events | Alexandru DAMIAN | 2013-09-22 | 1 | -0/+5 |
* | bitbake: bitbake: event: adding generic event for metadata usage | Alexandru DAMIAN | 2013-09-22 | 2 | -0/+11 |
* | bitbake: bitbake: cooker, command: add a command to return global data | Alexandru DAMIAN | 2013-09-22 | 2 | -0/+24 |
* | bitbake: bitbake: cooker: get extra information from recipe cache | Alexandru DAMIAN | 2013-09-22 | 3 | -22/+36 |
* | bitbake: bitbake: build, runqueue: adds info to the *runQueue* events | Alexandru DAMIAN | 2013-09-22 | 2 | -0/+12 |
* | bitbake: bitbake: cooker,runqueue: send the task dependency tree | Alexandru DAMIAN | 2013-09-22 | 2 | -1/+9 |
* | bitbake: bitbake: cooker,xmlrpc,servers: implement CookerFeatures | Alexandru DAMIAN | 2013-09-22 | 8 | -19/+82 |
* | bitbake: data_smart: Fix variable reference issues | Richard Purdie | 2013-09-18 | 2 | -5/+4 |
* | bitbake: cooker: return a copy checkPackages | Richard Purdie | 2013-09-18 | 1 | -0/+3 |
* | bitbake: Revert "bb.fatal: Raise a BBHandledException instead of exiting" | Richard Purdie | 2013-09-17 | 1 | -1/+2 |
* | bitbake: bb.fatal: Raise a BBHandledException instead of exiting | Richard Purdie | 2013-09-17 | 1 | -2/+1 |
* | bitbake: data: Optimise flag exclusion list handling | Richard Purdie | 2013-09-17 | 1 | -5/+4 |
* | bitbake: data: Optimise flag lookup in build_dependencies | Richard Purdie | 2013-09-17 | 1 | -2/+5 |
* | bitbake: data: Optimise build_dependencies a little | Richard Purdie | 2013-09-17 | 1 | -11/+10 |
* | bitbake: data_smart: Cache the fact a variable accesses another even if its u... | Richard Purdie | 2013-09-17 | 1 | -1/+1 |
* | bitbake: data_smart: Allow flags to use the expand cache | Richard Purdie | 2013-09-17 | 1 | -1/+3 |
* | bitbake: data_smart: Allow expansion of flags in getVarFlags | Richard Purdie | 2013-09-17 | 1 | -2/+3 |
* | bitbake: data_smart: Add explict None checks | Alexandru DAMIAN | 2013-09-17 | 1 | -2/+2 |
* | bitbake: data: Cache an list of export variables | Richard Purdie | 2013-09-17 | 2 | -1/+8 |
* | bitbake: data: Use direct iteration, not keys() | Richard Purdie | 2013-09-17 | 1 | -2/+2 |
* | bitbake: data_smart: use the expand_cache in VariableParse | Richard Purdie | 2013-09-17 | 1 | -0/+5 |
* | bitbake: data_smart: Improve variable expansion regexp | Richard Purdie | 2013-09-17 | 1 | -1/+1 |
* | bitbake: siggen: Use lookup cache exclusively | Richard Purdie | 2013-09-17 | 1 | -12/+3 |
* | bitbake: data: Be explicit in data_db check | Richard Purdie | 2013-09-17 | 1 | -1/+1 |
* | bitbake: cooker: Allow profiling of the parser in profile mode | Richard Purdie | 2013-09-17 | 1 | -2/+22 |
* | bitbake: cooker: Avoid duplication for taskdata creation | Alexandru DAMIAN | 2013-09-17 | 1 | -40/+27 |
* | bitbake: runqueue: add runQueueTaskSkipped event | Alexandru DAMIAN | 2013-09-17 | 1 | -3/+12 |
* | bitbake: build: Add logfile to add TaskBase events | Richard Purdie | 2013-09-16 | 1 | -10/+6 |
* | bitbake: cooker: updateCache should rause exceptions, not sys.exit | Richard Purdie | 2013-09-14 | 1 | -2/+2 |
* | bitbake: knotty: Cleanup error/interruption handling | Richard Purdie | 2013-09-14 | 1 | -3/+4 |
* | bitbake: command: Treat empty messages as failures, not CommandCompleted | Richard Purdie | 2013-09-14 | 1 | -1/+1 |