summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2020-02-08bitbake: siggen: Cache unihash values to avoid cache lookupRichard Purdie
2020-02-08bitbake: siggen: Optimise get_unihash disk based cache handlingRichard Purdie
2020-02-06bitbake: cooker/toaster: replaced deprecated method warn() with warning()Frazer Clews
2020-01-27bitbake: tests/fetch: add npmsw testsJean-Marie LEMETAYER
2020-01-27bitbake: fetch2: add the npmsw fetcherJean-Marie LEMETAYER
2020-01-27bitbake: tests/fetch: add npm testsJean-Marie LEMETAYER
2020-01-27bitbake: fetch2/npm: refactor the npm fetcherJean-Marie LEMETAYER
2020-01-27bitbake: fetch2/wget: fix downloadfilename parameterJean-Marie LEMETAYER
2020-01-27bitbake: fetch2: allow fetchers to forward the done conditionJean-Marie LEMETAYER
2020-01-27bitbake: fetch2: allow fetchers to forward the mirrors managementJean-Marie LEMETAYER
2020-01-27bitbake: fetch2: allow fetchers to forward the donestamp managementJean-Marie LEMETAYER
2020-01-27bitbake: fetch2: add more hash functions for checksum verificationJean-Marie LEMETAYER
2020-01-27bitbake: fetch2: refactor checksum verificationJean-Marie LEMETAYER
2020-01-27bitbake: utils: add is_semver functionJean-Marie LEMETAYER
2020-01-27bitbake: utils: add sha384_file and sha512_file functionsJean-Marie LEMETAYER
2020-01-22bitbake: tests/fetch: Allow wget upgrade tests to run against a local server3.1_M2Richard Purdie
2020-01-19bitbake: persist_data.py: Immediately get exclusive lock in __setitem__Chris Laplante
2020-01-19bitbake: fetch2/git: _revision_key: collapse adjacent slashesChris Laplante
2020-01-19bitbake: fetch2: do not suffix srcrev cache key with PNChris Laplante
2020-01-19bitbake: tests/utils: add tests for bb.utils.get_referenced_varsChris Laplante via bitbake-devel
2020-01-19bitbake: bb.utils: add get_referenced_varsChris Laplante via bitbake-devel
2020-01-19bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2020-01-19bitbake: lib: remove unused importsFrazer Clews
2020-01-13bitbake: runqueue: Use a set for the setscene tasks listRichard Purdie
2020-01-13bitbake: knotty: Be consistent when creating/updating progress barsPeter Kjellerstedt
2020-01-13bitbake: knotty: Hide the footer if a process progress bar is shownPeter Kjellerstedt
2020-01-10bitbake: cooker: Keep track of watched files using a set instead of a listPeter Kjellerstedt
2020-01-02bitbake: cache: Lower debug level for wold build messagesRichard Purdie
2020-01-02bitbake: siggen: Test extra cross/native hashserv methodRichard Purdie
2020-01-02bitbake: runqueue: Fix task dependency corner case in sanity testRichard Purdie
2020-01-02bitbake: runqueue: Ensure task dependencies are run correctlyRichard Purdie
2020-01-02bitbake: runqueue: Fix equiv hash handling build failuresRichard Purdie
2019-12-30bitbake: bitbake-layers: Keep loglevel in colored loggerOla x Nilsson
2019-12-30bitbake: prserv/serv: Use with while reading pidfileOla x Nilsson
2019-12-30bitbake: lib/bb: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE to speed-up taskhash on ...Aníbal Limón
2019-12-28bitbake: fetch2/clearcase: Fix tar command working directoryCHerzig@Gauselmann.de
2019-12-16bitbake: lib/bb: Optimise out debug messages from cookerRichard Purdie
2019-12-16bitbake: runqueue: Only call into the migrations function if migrations activeRichard Purdie
2019-12-16bitbake: runqueue: Optimise task filteringRichard Purdie
2019-12-16bitbake: runqueue: Optimise out pointless loop iterationRichard Purdie
2019-12-16bitbake: runqueue: Optimise task migration code slightlyRichard Purdie
2019-12-16bitbake: runqueue: Fix sstate task iteration performanceRichard Purdie
2019-12-16bitbake: siggen: Split get_tashhash for performanceRichard Purdie
2019-12-16bitbake: runqueue: Fix task mismatch failures from incorrect logicRichard Purdie
2019-12-16bitbake: runqueue: Rework process_possible_migrations() to improve performanceRichard Purdie
2019-12-16bitbake: bb.utils.fileslocked: don't leak files if yield throwsChris Laplante via bitbake-devel
2019-12-16bitbake: Bump minimum python version to 3.5Joshua Watt
2019-12-15bitbake: siggen: Fix performance issue in get_unihashRichard Purdie
2019-12-12bitbake: Revert "siggen: Fix hashequiv performance issues"Richard Purdie
2019-12-12bitbake: siggen: Fix hashequiv performance issuesRichard Purdie