summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster: modified list of dependenciesEd Bartosh2016-06-021-2/+1
* bitbake: toaster: fix local importsEd Bartosh2016-06-024-4/+4
* bitbake: toaster: fix imports to work for python 3Ed Bartosh2016-06-022-5/+12
* bitbake: toaster: get rid of using reduceEd Bartosh2016-06-022-27/+57
* bitbake: toaster: use force_text instead of force_bytesEd Bartosh2016-06-022-4/+4
* bitbake: goggle/image-writer: Drop since bitrotting and no longer usedRichard Purdie2016-06-0219-4034/+0
* bitbake: image-writer/goggle: Disable pygtkcompat problemsRichard Purdie2016-06-024-13/+15
* bitbake: lib/bb: Set required python 3 version to 3.4.0Jeremy Puhlman2016-06-021-2/+2
* bitbake: data_smart: Simplify ExpansionError exceptionRichard Purdie2016-06-021-2/+1
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-0263-400/+390
* bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie2016-06-026-8/+4
* bitbake: bitbake/pyinotify.py: Upgrade to py3 versionRichard Purdie2016-06-021-155/+101
* bitbake: bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)Richard Purdie2016-06-0215-361/+972
* 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