summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2022-04-27bitbake: fetch2/ssh.py: decode path back for sshRobert Yang
2022-04-27bitbake: fetch2/osc: Add missing parameterRichard Purdie
2022-04-21bitbake: buildinfohelper: Drop unused variablesRichard Purdie
2022-04-21bitbake: runqueue: Drop pointless variable assignmentRichard Purdie
2022-04-21bitbake: persist_data: Use a valid exception for missing implementationRichard Purdie
2022-04-21bitbake: ui/knotty: Drop pointless pass statementRichard Purdie
2022-04-21bitbake: siggen: Drop pointless break statementRichard Purdie
2022-04-21bitbake: fetch2/crate: Drop unused importRichard Purdie
2022-04-21bitbake: buildinfohelper: Drop unused functionRichard Purdie
2022-04-21bitbake: msg: Drop unused local variableRichard Purdie
2022-04-21bitbake: cooker: Drop unused loopRichard Purdie
2022-04-21bitbake: ui/buildinfohelper: Drop unused importRichard Purdie
2022-04-21bitbake: server/process: Drop unused importRichard Purdie
2022-04-21bitbake: tests/parse: Fix one test overwriting anotherRichard Purdie
2022-04-21bitbake: bitbake-diffsigs: Make PEP8 compliantMarius Kriegerowski
2022-04-19bitbake: fetch2/git: Simplify the validation of SHA-1 revisionsPeter Kjellerstedt
2022-04-19bitbake: providers: use local variable for packages_dynamic patternMatt Madison
2022-04-15bitbake: fetch2/crate: fix logger.debug lineRicardo Salveti
2022-04-14bitbake: pyinotify.py: Simplify identification of which event has occurredPeter Kjellerstedt
2022-04-14bitbake: bitbake-diffsigs: make finding of changed signatures more robustSchmidt, Adriaan
2022-04-14bitbake: ast: Improve function flags handling for EXPORT_FUNCTIONSRichard Purdie
2022-04-14bitbake: fetch2: Add GIT_SSH_COMMAND to the list of exportsPavel Zhukov
2022-04-14bitbake: fetch2/git: canonicalize ids in generated tarballsOlaf Mandel
2022-04-14bitbake: checksum: Allow spaces in URI filenamesRichard Purdie
2022-04-05bitbake: knotty.py: Show elapsed time also for tasks with progress barsPeter Kjellerstedt
2022-04-04bitbake: data: Fix accidentally added parameterRichard Purdie
2022-04-03bitbake: pyinotify: Handle potential latent bugRichard Purdie
2022-04-03bitbake: cooker: Reset and rebuild inotify watchesRichard Purdie
2022-04-03bitbake: server/process: Disable gc around critical sectionRichard Purdie
2022-04-03bitbake: data: Ensure vardepsexclude or BB_BASEHASH_IGNORE_VARS covers contai...Richard Purdie
2022-04-03bitbake: parse: Ensure any existing siggen is closed down firstRichard Purdie
2022-04-01bitbake: cooker: Avoid error if siggen wasn't setupRichard Purdie
2022-04-01bitbake: cooker: Ensure any existing hashserv connection is closedRichard Purdie
2022-04-01bitbake: cooker: Restore sys.path and sys.modules between parsesRichard Purdie
2022-04-01bitbake: cooker: Further fixes to inotify to fix memres bitbake issuesRichard Purdie
2022-03-30bitbake: bitbake: bitbake-user-manual: punctuation fixesMichael Opdenacker
2022-03-30bitbake: build: Add missing parameter to TaskInvalidRichard Purdie
2022-03-30bitbake: cooker: Rework force parser shutdownRichard Purdie
2022-03-30bitbake: cooker/process: Fix signal handling lockupsRichard Purdie
2022-03-30bitbake: cooker: Simplify parser init function handlingRichard Purdie
2022-03-30bitbake: cooker: Improve exception handling in parsing processRichard Purdie
2022-03-30bitbake: cooker: Fix main loop starvation when parsingRichard Purdie
2022-03-30bitbake: cooker: Fix exception handling in parsersRichard Purdie
2022-03-28bitbake: server/process: Correct a typo in a commentPeter Kjellerstedt
2022-03-26bitbake: doc: bitbake-user-manual: branch parameter now mandatory in git SRC_...Michael Opdenacker
2022-03-26bitbake: doc: bitbake-user-manual: add branch parameter to git SRC_URI examplesMichael Opdenacker
2022-03-26bitbake: fetch2/git: stop generated tarballs from leaking infoOlaf Mandel
2022-03-26bitbake: cooker: Fix inotify watches causing memory resident bitbake corruptionRichard Purdie
2022-03-26bitbake: server/process: Move threads left debug to after cooker shutdownRichard Purdie
2022-03-26bitbake: siggen: Add missing reset handler to hashserv signature generatorRichard Purdie