summaryrefslogtreecommitdiffstats
path: root/bitbake
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: bitbake-worker: Handle cooker/worker IO deadlockingRichard Purdie2017-02-031-16/+36
* 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: bitbake-worker: print full traceback instead of message onlyMarkus Lehtonen2016-11-161-2/+3
* 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: bitbake-user-manual: Changed BB_SETSCENE_VERIFY_FUNCTION nameScott Rifenbark2016-10-133-3/+3
* bitbake: bitbake-user-manual: Fixes small typos for 'addtask' sectionScott Rifenbark2016-10-131-3/+3
* bitbake: bitbake-user-manual: Updated the [noexec] and [nostamp] flag descrip...Scott Rifenbark2016-10-131-4/+13
* bitbake: bitbake-user-manual: Fleshed out the "addtask" documentationScott Rifenbark2016-10-131-33/+91
* bitbake: bitbake-user-manual: Updated the datastore functionsScott Rifenbark2016-10-131-12/+32
* bitbake: runqueue.py: Remove redundant whitelist checksRandy Witt2016-10-111-1/+4
* bitbake: bitbake: Update version to 1.32.0Richard Purdie2016-10-112-2/+2
* 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: bitbake-user-manual: Added new section on BB-style functionsScott Rifenbark2016-10-061-3/+96