summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2021-11-03bitbake: fetch/git: Handle github dropping git:// supportRichard Purdie
2021-10-25bitbake: fetch2: clarify the command-no-found error messageRoss Burton
2021-10-25bitbake: build: Make exception printing clearerRichard Purdie
2021-10-25bitbake: bitbake-worker: Handle pseudo shutdown in Ctrl+C caseRichard Purdie
2021-10-25bitbake: build: Ensure python stdout/stderr is logged correctlyRichard Purdie
2021-10-25bitbake: bitbake-worker: Allow shutdown/database flush of pseudo server at ta...Richard Purdie
2021-10-25bitbake: npmsw: Avoid race condition with multiple npm fetchersCaner Altinbasak
2021-10-25bitbake: tests/runqueue: Ensure hashserv exits before deleting filesRichard Purdie
2021-10-25bitbake: fetch2/git: Use os.rename instead of mvRichard Purdie
2021-10-25bitbake: fetch2/git: Avoid races over mirror tarball creationRichard Purdie
2021-10-19bitbake: test/fetch: Update urls to match upstream branch name changesRichard Purdie
2021-10-02bitbake: build: Handle SystemExit in python tasks correctlyRichard Purdie
2021-10-02bitbake: build: Avoid duplicating logs in verbose modeRichard Purdie
2021-10-02bitbake: process: Don't include logs in error message if piping themRichard Purdie
2021-09-24bitbake: runqueue/knotty: Improve UI handling of setscene task countingRichard Purdie
2021-09-24bitbake: cookerdata: Show a readable error for invalid multiconfig nameRichard Purdie
2021-09-24bitbake: bitbake-worker: Improve error handlingRichard Purdie
2021-09-24bitbake: cooker/process: Fix typos in exiting messageMartin Jansa
2021-09-24bitbake: runqueue: Clean up task stats handlingRichard Purdie
2021-09-24bitbake: data_smart: Improve error display for handled exceptionsRichard Purdie
2021-09-24bitbake: cookerdata: Improve missing core layer error messageRichard Purdie
2021-09-24bitbake: cookerdata: Show error for no BBLAYERS in bblayers.confRichard Purdie
2021-09-22bitbake: tests/fetch2: Use our own git server for dtc test repoRichard Purdie
2021-09-16bitbake: build: Catch and error upon circular task referencesRichard Purdie
2021-09-16bitbake: runqueue: Improve multiconfig deferred task issuesRichard Purdie
2021-09-16bitbake: cooker: Allow upstream for local hash equivalence serverJoshua Watt
2021-09-16bitbake: runqueue: Fix issues with multiconfig deferred task deadlock messagesRichard Purdie
2021-09-16bitbake: runqueue: Avoid deadlock avoidance task graph corruptionRichard Purdie
2021-09-09bitbake: server: Fix early parsing errors preventing zombie bitbakeJoshua Watt
2021-07-30bitbake: data_smart: Allow colon in variable expansion regexRichard Purdie
2021-07-30bitbake: data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie
2021-07-06bitbake: fetch2: add check for empty SRC_URI hash stringScott Weaver
2021-07-06bitbake: fetch/svn: Fix parsing revision of SVN repos with redirectsHarald Brinkmann
2021-05-20bitbake: server/process: Handle error in heartbeat funciton in OOM caseRichard Purdie
2021-05-20bitbake: fetch2/wget: when checking latest versions, consider all numerical d...Alexander Kanavin
2021-05-06bitbake: runqueue: Handle deferred task rehashing in multiconfig buildsRichard Purdie
2021-05-06bitbake: runqueue: Fix multiconfig deferred task sstate validity caching issueRichard Purdie
2021-04-27bitbake: bitbake: tests/fetch: remove write protected files tooMikko Rapeli
2021-04-27bitbake: fetch/gitsm: Fix crash when using git LFS and submodulesNiels Avonds
2021-04-27bitbake: bitbake-server: ensure server timeout is a floatRoss Burton
2021-04-27bitbake: bitbake: tests/fetch: fix test execution without .gitconfigMikko Rapeli
2021-04-27bitbake: runqueue: Fix deferred task issuesRichard Purdie
2021-04-15bitbake: bitbake-user-manual: add REQUIRED_VERSION and adjust PREFERRED_VERSI...Paul Eggleton
2021-04-15bitbake: bitbake-user-manual: document no support for using passwords in git ...Paul Eggleton
2021-04-09bitbake: bitbake: Update version to 1.50.0 stable release seriesRichard Purdie
2021-04-06bitbake: runqueue: Further fixes for confused setscene tasksRichard Purdie
2021-03-23bitbake: doc: Update links to documentationMichael Opdenacker
2021-03-23bitbake: runqueue/event: Add an event for notifying of stale setscene tasksRichard Purdie
2021-03-23bitbake: build: Add find_stale_stamps functionRichard Purdie
2021-03-22bitbake: doc: fix syntax error in layer.conf exampleRobert P. J. Day