aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb
AgeCommit message (Expand)Author
2018-01-07fetch2/__init__: Disable pseudo in runfetchcmd()Peter Kjellerstedt
2018-01-07events: Drop unused cfg propertyRichard Purdie
2018-01-07tests/fetch: Allow bit/bitbake-selftest to function correctlyRichard Purdie
2018-01-07tests/event: tests: Add event classes test classJair Gonzalez
2018-01-07tests/event: Remove empty assignments from event testsJair Gonzalez
2018-01-07tests/event: Add test for bb.event.worker_fireJair Gonzalez
2018-01-07tests/event: Include tests for event filtering featuresJair Gonzalez
2017-12-19build.py: Don't return dependencies for tasks which don't existRichard Purdie
2017-12-18toaster: some recipe events do not include packagesDavid Reyna
2017-12-10providers: Fix determinism issueRichard Purdie
2017-11-29fetch2: fix unpack of .txz filesAndré Draszik
2017-11-21fetch/wget: use with to ensure the response is closedRoss Burton
2017-11-21fetch/wget: improve proxy objectRoss Burton
2017-11-11cooker: fix typo in bitbake -g messagePaul Eggleton
2017-11-11tinfoil: ensure get_recipe_info() returns Null if recipe not foundPaul Eggleton
2017-11-11runqueue: Fix typo builable -> buildableRichard Purdie
2017-11-08tinfoil: Ensure we clean up loggersRichard Purdie
2017-11-08event: Ensure we clean up loggersRichard Purdie
2017-11-07tests/fetch: Add ftp test urlRichard Purdie
2017-11-07tests/fetch: use subtests in the wget testsRoss Burton
2017-11-07tests/fetch: Switch gnu.org urls from ftp -> http/httpsRichard Purdie
2017-11-07fetch2: Fix missing logger import in repo fetcherOleksandr Andrushchenko
2017-11-05tests/fetch: skip network tests the idiomatic wayRoss Burton
2017-10-31main: Give a user readable error if we can't locate topdirRichard Purdie
2017-10-31cooker: fix watching directories with Python 3.6+Paul Eggleton
2017-10-31bitbake: Update version to 1.37.0 for developmentKhem Raj
2017-10-31bitbake: Update version to 1.36.0 for stable releaseKhem Raj
2017-09-22bitbake: lib/bb/utils: fix movefile() copy to dir fallbackMardegan, Alberto
2017-09-22server/process: Increase runCommand timeoutRichard Purdie
2017-09-14cooker: ensure monkey-patching in collect_bbfiles() gets undone on errorPaul Eggleton
2017-09-14cooker: fix watching empty directoriesPaul Eggleton
2017-09-12server/process: ensure server failure log is limited to current sessionPaul Eggleton
2017-09-12runqueue: fix BB_SETSCENE_ENFORCE with empty BB_SETSCENE_ENFORCE_WHITELISTPaul Eggleton
2017-09-11process/cooker: Improve readypipe handlingRichard Purdie
2017-09-07tests/fetch: handle network failures gracefullyRoss Burton
2017-09-07fetch2: add stub latest_versionstring to FetchMethodRoss Burton
2017-09-07Replace deprecated git branch parameter "--set-upstream"Andre Rosa
2017-09-05cooker: clear extra config settings and remote datastores on client disconnectPaul Eggleton
2017-09-05cooker.py: Fix layer priority processingMark Hatle
2017-09-05siggen: move reset() definition to base SignatureGenerator classPaul Eggleton
2017-09-01cooker: Ensure parseConfiguration clears parsecache_validRichard Purdie
2017-08-31cookerdata/taskdata/runqueue: Drop remaining tryaltconfigs code and commandli...Richard Purdie
2017-08-31siggen: Add reset to SignatureGeneratorCaio Marcelo de Oliveira Filho
2017-08-31cooker: Ensure buildFile doesn't have lasting side effectsRichard Purdie
2017-08-31fetch2/npm: add noverify parameter to skip lockdown/shrinkwrapPaul Eggleton
2017-08-31cooker: ensure we can run buildFileInternal() after cache is populatedPaul Eggleton
2017-08-31tinfoil: ensure variable history tracking works when parsing a recipePaul Eggleton
2017-08-31tinfoil: ensure log lines get printed when tasks failPaul Eggleton
2017-08-31tinfoil: fix log message doubling when config_only=FalsePaul Eggleton
2017-08-31ui/knotty: Send updateConfig earlyRichard Purdie