summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: providers: Fix determinism issueRichard Purdie2018-03-091-3/+3
* bitbake: fetch2: Do not fail to create symbolic links if they already existPeter Kjellerstedt2017-12-181-2/+13
* bitbake: Replace deprecated git branch parameter "--set-upstream"Andre Rosa2017-11-071-1/+1
* 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: 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: 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: 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: 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: buildinfohelper: Use correct way to get message from LogMes...Michael Wood2016-10-061-6/+3
* 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-051-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
* bitbake: toaster: check if file existEd Bartosh2016-09-301-0/+3
* bitbake: runqueue: Ensure worker failure is accounted for in task statisticsRichard Purdie2016-09-301-0/+1
* bitbake: build.py: fix os.getcwd() exceptionJuro Bystricky2016-09-281-2/+7
* bitbake: knotty: ensure progress bar output is accounted for in displayPaul Eggleton2016-09-231-5/+4
* bitbake: knotty: Show task elapsed timeRichard Purdie2016-09-231-1/+10
* bitbake: cooker/providers: Only add target to world build if task existsRichard Purdie2016-09-222-4/+7
* bitbake: fetch2: handle absolute paths in subdirRoss Burton2016-09-222-1/+16
* bitbake: bb.build: in _exec_task, catch BBHandledExceptionChristopher Larson2016-09-211-0/+3