summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cooker: Fix parse progress for python3Richard Purdie2016-05-211-1/+1
* bitbake: toaster: tests builds Add SSTATE_MISS as a valid condition for tc=833Michael Wood2016-05-201-3/+10
* bitbake: toaster: tests build Add a test for a build of core-image-minimalMichael Wood2016-05-201-0/+389
* bitbake: toaster: tests Add a BuildTest helper classMichael Wood2016-05-203-0/+148
* bitbake: toaster: Add a specific test settings fileMichael Wood2016-05-201-0/+41
* bitbake: toaster: runbuilds move the execution sequence out of the poll loopMichael Wood2016-05-201-15/+16
* bitbake: toaster: Remove DATABASE_URL being passed around as an environment varMichael Wood2016-05-204-78/+20
* bitbake: toaster-tests: tests for project configSujith H2016-05-201-0/+115
* bitbake: toaster: projectconf Small tweaks to IMAGE_FSTYPES formBelen Barros Pena2016-05-201-2/+3
* bitbake: toaster: handle multiple imagefs typesSujith H2016-05-201-41/+70
* bitbake: cooker: Improve taskgraph file handlingRichard Purdie2016-05-191-4/+7
* bitbake: codeparser: Increase cache version after code parser dependency changesRichard Purdie2016-05-191-1/+1
* bitbake: bb.codeparser: track variable flag referencesChristopher Larson2016-05-191-3/+9
* bitbake: Provide LAYERDIR_RE for layer.confChristopher Larson2016-05-193-3/+19
* bitbake: cache: Increase cache version after task checksum calculation changesRichard Purdie2016-05-191-1/+1
* bitbake: Implement support for per-task exportsChristopher Larson2016-05-192-1/+13
* bitbake: bb.cooker: show limited traceback for parsing ExpansionErrorChristopher Larson2016-05-191-2/+5
* bitbake: bitbake-layers: convert to plugin-basedChristopher Larson2016-05-176-1005/+1098
* bitbake: knotty: Fix output buffering issuesRichard Purdie2016-05-171-0/+2
* bitbake: siggen: Fixes to handle sigdata/siginfo files only containing baseha...Richard Purdie2016-05-171-1/+10
* bitbake: toaster: don't show "Rebuild" button for cancelled cli buildsElliot Smith2016-05-171-11/+14
* bitbake: toasterui: capture keyboard interrupts the same way as knottyElliot Smith2016-05-171-1/+16
* bitbake: buildinfohelper: add method to set current build as CANCELLEDElliot Smith2016-05-171-0/+10
* bitbake: toaster: toastergui tests Fix toastertable testsMichael Wood2016-05-171-32/+66
* bitbake: toaster: toastertables: Clean up and fix up a number of itemsMichael Wood2016-05-173-87/+72
* bitbake: toaster: use new syntax of except statementEd Bartosh2016-05-141-3/+3
* bitbake: toaster: use print function in toaster scriptEd Bartosh2016-05-141-2/+2
* bitbake: toaster: use 'in' instead of has_keyEd Bartosh2016-05-143-16/+16
* bitbake: server/process: Fix missing log messages issueRichard Purdie2016-05-141-4/+4
* bitbake: cooker/toasterui: Drop SEND_DEPENDS_TREE UI featureRichard Purdie2016-05-142-8/+2
* bitbake: runqueue.py: always emit bb.event.DepTreeGeneratedPatrick Ohly2016-05-141-4/+4
* bitbake: toaster: fix progress bar in MySQL environmentElliot Smith2016-05-132-2/+3
* bitbake: main: Ensure exceptions are correctly displayedRichard Purdie2016-05-131-2/+1
* bitbake: cookerdata: Fix log messages and ensure we exitRichard Purdie2016-05-131-1/+2
* bitbake: event/msg: Pass formatted exceptionsRichard Purdie2016-05-132-3/+5
* bitbake: fetch: Use OrderedDict for url parametersRichard Purdie2016-05-132-7/+9
* bitbake: main: Change warn() -> warning()Richard Purdie2016-05-131-1/+1
* bitbake: cooker: Fix log message syntaxRichard Purdie2016-05-131-1/+1
* bitbake: utils: Force bitbake to en_US.UTF-8 locale setting everywhereRichard Purdie2016-05-131-0/+7
* bitbake: bin/bitbake-worker: Fix invalid bb.msg.fatal usageRichard Purdie2016-05-131-1/+2
* bitbake: contrib/dump_cache.py, cache: Fix to use python 3 syntaxRichard Purdie2016-05-132-3/+3
* bitbake: knotty: Ensure consolelog file handle is closedRichard Purdie2016-05-131-0/+5
* bitbake: runqueue: Improve timestamp comparisonsRichard Purdie2016-05-131-1/+5
* bitbake: daemonize/prserv/tests/fetch: Convert file() -> open()Richard Purdie2016-05-133-8/+8
* bitbake: toaster: tests browser Add test for creating a projectMichael Wood2016-05-111-0/+109
* bitbake: toaster: models Add missing import sysMichael Wood2016-05-111-0/+1
* bitbake: toaster: ui handles duplicate project name in project pageSujith H2016-05-112-1/+9
* bitbake: toaster: ui handles duplicate project name in new project pageSujith H2016-05-111-2/+10
* bitbake: toaster: projectNameValidation API addedSujith H2016-05-111-0/+62
* bitbake: runqueue: Fix missing fakeworker under dry runRichard Purdie2016-05-111-1/+1