summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
* bitbake: wget: Fix handling of urls with user/passwordRichard Purdie2017-08-291-3/+2
* bitbake: codeparser.py: support deeply nested tokensPatrick Ohly2017-07-211-12/+17
* bitbake: siggen: Make calc_taskhash match get_taskhash for file checksumsRichard Purdie2017-06-271-1/+2
* bitbake: lib/bs4: Fix imports from html5lib >= 0.9999999/1.0b8Daniel Lublin2017-03-261-5/+12
* bitbake: cooker.py: run sanity checks for multiconfigJuro Bystricky2017-03-161-1/+2
* bitbake: cooker.py: new multiconfig '*' syntax supportJuro Bystricky2017-03-161-1/+31
* bitbake: data_smart: Fix unneeded variable manipulationRichard Purdie2017-03-161-7/+8
* bitbake: tinfoil: clean environment when starting up cookerPaul Eggleton2017-02-031-0/+3
* bitbake: cookerdata: Convert multiconfig to use BB_CURRENT_MCRichard Purdie2017-01-111-2/+3
* bitbake: runqueue: Only start fakeroot workers when neededRichard Purdie2017-01-111-8/+7
* bitbake: runqueue: Ensure setscene tasks with overlapping stamps don't parall...Richard Purdie2017-01-111-1/+5
* bitbake: runqueue: Fix setscene issues with multiconfigRichard Purdie2017-01-111-19/+19
* bitbake: siggen: Fix clean_basepath to work with multiconfigRichard Purdie2017-01-111-0/+5
* bitbake: build/uihelper: Show better information about multiconfig tasks on UIRichard Purdie2017-01-112-1/+5
* bitbake: runqueue: Ensure pseudo executes from the correct place (use the rig...Richard Purdie2017-01-111-2/+3
* bitbake: bitbake: cooker: Handle inofity queue overflows more gracefullyRichard Purdie2017-01-111-0/+8
* bitbake: bitbake: cooker: Fix world taskgraph generation issueRichard Purdie2017-01-111-4/+10
* bitbake: bitbake: utils: Avoid traceback errorsRichard Purdie2017-01-111-1/+1
* bitbake: toaster: settings set ALLOWED_HOSTS to * in debug modebrian avery2016-11-161-3/+13
* bitbake: data: fix exception handling in exported_vars()Markus Lehtonen2016-11-161-3/+5
* bitbake: siggen: Ensure taskhash mismatches don't override existing dataRichard Purdie2016-11-161-9/+9
* bitbake: siggen: Pass basehash to worker processes and sanity check reparsing...Richard Purdie2016-11-161-4/+9
* bitbake: build: Ensure we preserve sigbasedata files as well as sigdata onesRichard Purdie2016-11-161-1/+1
* bitbake: toaster: buildinfohelper Handle regex pathsbrian avery2016-11-031-1/+26
* bitbake: toaster: Update default release to Mortybrian avery2016-10-151-1/+1
* bitbake: toaster: Update poky fixture for Morty releasebrian avery2016-10-151-6/+6
* bitbake: toaster: Update oe-core fixture for Morty releasebrian avery2016-10-151-8/+8
* bitbake: bb.event: fix infinite loop on print_ui_queueAníbal Limón2016-10-151-2/+2
* bitbake: runqueue.py: Remove redundant whitelist checksRandy Witt2016-10-111-1/+4
* bitbake: bitbake: Update version to 1.32.0Richard Purdie2016-10-111-1/+1
* bitbake: depexp: Close UI with error message on NoProvider eventJussi Kukkonen2016-10-111-0/+24
* bitbake: main: Check bitbake server-only port is a numberBenjamin Esquivel2016-10-091-0/+7
* bitbake: runqueue: Optimise task id string manipulationsRichard Purdie2016-10-092-52/+36
* bitbake: toaster: fix cloning of git+ssh repositoriesEd Bartosh2016-10-091-1/+1
* bitbake: bb.runqueue: fix unexpected process death logicChristopher Larson2016-10-091-10/+5
* bitbake: ui/knotty.py: Fix signal handling of SIGWINCH in BBProgressAníbal Limón2016-10-091-7/+8
* bitbake: toaster: Update tests to reflect front end changesMichael Wood2016-10-063-2/+12
* bitbake: toaster: Delete notification update front end implementation to designMichael Wood2016-10-065-4/+10
* bitbake: toaster: importlayer Fix layer dependencies button state toggleMichael Wood2016-10-061-25/+5
* bitbake: toaster: checksettings Remove confusing startup messagesMichael Wood2016-10-061-2/+0
* bitbake: toaster: buildinfohelper: Use correct way to get message from LogMes...Michael Wood2016-10-061-6/+3
* bitbake: toaster: api / project Cancel any in progress builds before project ...Michael Wood2016-10-062-26/+41
* bitbake: bb.build: in _exec_task, catch errors from TaskStartedChristopher Larson2016-10-051-16/+24
* bitbake: event: prevent unclosed file warning in print_ui_queueJoshua Lock2016-10-051-3/+3
* bitbake: bitbake: Update version to 1.31.2Richard Purdie2016-10-051-1/+1
* bitbake: bb/event.py: fire_ui_handlers enable threading lock supportAníbal Limón2016-10-052-0/+21
* bitbake: data: Fix handling of vardepvalueexcludeRichard Purdie2016-10-011-1/+1
* bitbake: toaster: make error message more informativeEd Bartosh2016-09-301-1/+1
* bitbake: toaster: fix 'Unhandled MetadataEvent' errorEd Bartosh2016-09-301-0/+4
* bitbake: toaster: fix handling of EnvironmentErrorEd Bartosh2016-09-301-3/+6