summaryrefslogtreecommitdiffstats
path: root/lib/bb
AgeCommit message (Expand)Author
2016-11-16siggen: Ensure taskhash mismatches don't override existing dataRichard Purdie
2016-11-16siggen: Pass basehash to worker processes and sanity check reparsing resultRichard Purdie
2016-11-16build: Ensure we preserve sigbasedata files as well as sigdata onesRichard Purdie
2016-11-03toaster: buildinfohelper Handle regex pathsbrian avery
2016-10-15bb.event: fix infinite loop on print_ui_queueAníbal Limón
2016-10-11runqueue.py: Remove redundant whitelist checksRandy Witt
2016-10-11bitbake: Update version to 1.32.0Richard Purdie
2016-10-11depexp: Close UI with error message on NoProvider eventJussi Kukkonen
2016-10-08main: Check bitbake server-only port is a numberBenjamin Esquivel
2016-10-07runqueue: Optimise task id string manipulationsRichard Purdie
2016-10-07bb.runqueue: fix unexpected process death logicChristopher Larson
2016-10-06ui/knotty.py: Fix signal handling of SIGWINCH in BBProgressAníbal Limón
2016-10-06toaster: buildinfohelper: Use correct way to get message from LogMessageMichael Wood
2016-10-05bb.build: in _exec_task, catch errors from TaskStartedChristopher Larson
2016-10-05event: prevent unclosed file warning in print_ui_queueJoshua Lock
2016-10-05bitbake: Update version to 1.31.2Richard Purdie
2016-10-05bb/event.py: fire_ui_handlers enable threading lock supportAníbal Limón
2016-09-30data: Fix handling of vardepvalueexcludeRichard Purdie
2016-09-28toaster: make error message more informativeEd Bartosh
2016-09-28toaster: fix 'Unhandled MetadataEvent' errorEd Bartosh
2016-09-28toaster: fix handling of EnvironmentErrorEd Bartosh
2016-09-28toaster: check if file existEd Bartosh
2016-09-28runqueue: Ensure worker failure is accounted for in task statisticsRichard Purdie
2016-09-27build.py: fix os.getcwd() exceptionJuro Bystricky
2016-09-23knotty: ensure progress bar output is accounted for in displayPaul Eggleton
2016-09-22knotty: Show task elapsed timeRichard Purdie
2016-09-21cooker/providers: Only add target to world build if task existsRichard Purdie
2016-09-21fetch2: handle absolute paths in subdirRoss Burton
2016-09-21bb.build: in _exec_task, catch BBHandledExceptionChristopher Larson
2016-09-20runqueue: Handle missing sstate dependencies betterRichard Purdie
2016-09-20toaster: buildinfohelper local layer don't construct path using git infoMichael Wood
2016-09-20toaster: unlock BuildEnvirnoment when build is doneEd Bartosh
2016-09-20toaster: notify runbuilds when build status changesEd Bartosh
2016-09-20cookerdata.py: Catch BBHandledException, preventing a backtrace in an eventMark Hatle
2016-09-20cooker.py: add LAYERRECOMMENDS processingJoe Slater
2016-09-20uihelper: use elif instead of repeated ifRoss Burton
2016-09-16cooker: check if target contains taskEd Bartosh
2016-09-16cookerdata: allow multiple passes of config re-parsingMarkus Lehtonen
2016-09-16cookerdata: fire ConfigParsed event after re-parseMarkus Lehtonen
2016-09-14build: Allow dirs/cleandirs to work for empty functionsRichard Purdie
2016-09-14bitbake: fetch2: Make SRCREV_FORMAT name substitution saferUlf Magnusson
2016-09-14fetch2/npm: don't download same URL multiple timesPaul Eggleton
2016-09-14event.py: output errors and warnings to stderrEd Bartosh
2016-09-06cooker: record events on cooker exitEd Bartosh
2016-09-06toaster: keep layer name in variable history pathDavid Reyna
2016-09-06lib/bb/utils: edit_metadata() comment tweaksPaul Eggleton
2016-09-06fetch2/npm: clarify commentPaul Eggleton
2016-09-06fetch2/npm: handle top-level shrinkwrap filePaul Eggleton
2016-09-06fetch2/npm: support subdir= parameterPaul Eggleton
2016-09-06fetch2/npm: fix broken fetches if more than one npm URL fetchedPaul Eggleton