summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-02-22lib/bb/utils.py: Preserve ownership of symlinkDaisuke Yamane
2020-02-20fetch2/svn: Avoid UnboundLocalError exceptionRichard Purdie
2020-02-19layerindex: allow clones to be shallowJan-Simon Moeller
2020-02-19fetch2: svn: care for path_specJens Rehsack
2020-02-19event: Remove duplicated items from close matchesRobert Yang
2020-02-19cooker: Reset loghandlerRichard Purdie
2020-02-19data: Don't allow renameVar calls with equivalent keysKyle Russell
2020-02-19fetch2: Allow ${AUTOREV} to be used when BB_SRCREV_POLICY is "cache"Peter Kjellerstedt
2020-02-19fetch2: Make fetcher_compare_revisions() workPeter Kjellerstedt
2020-02-19knotty: Make the bb.command.CommandExit event terminate bitbakePeter Kjellerstedt
2020-02-17cooker/siggen: Empty siggen cache during parsingRichard Purdie
2020-02-17doc: correct typo of 'BitBack'Robert P. J. Day
2020-02-15bitbake: layerindex: use branch when specifiedJon Mason
2020-02-08doc: minor tweaks to ch 1 of BB user manualRobert P. J. Day
2020-02-08doc: Standardize spelling on 'BitBake' throughout docsRobert P. J. Day
2020-02-08siggen: Avoid cache mismatch issues with locked sigsRichard Purdie
2020-02-08siggen: Cache unihash values to avoid cache lookupRichard Purdie
2020-02-08siggen: Optimise get_unihash disk based cache handlingRichard Purdie
2020-02-06cooker/toaster: replaced deprecated method warn() with warning()Frazer Clews
2020-01-27tests/fetch: add npmsw testsJean-Marie LEMETAYER
2020-01-27fetch2: add the npmsw fetcherJean-Marie LEMETAYER
2020-01-27tests/fetch: add npm testsJean-Marie LEMETAYER
2020-01-27fetch2/npm: refactor the npm fetcherJean-Marie LEMETAYER
2020-01-27fetch2/wget: fix downloadfilename parameterJean-Marie LEMETAYER
2020-01-27fetch2: allow fetchers to forward the done conditionJean-Marie LEMETAYER
2020-01-27fetch2: allow fetchers to forward the mirrors managementJean-Marie LEMETAYER
2020-01-27fetch2: allow fetchers to forward the donestamp managementJean-Marie LEMETAYER
2020-01-27fetch2: add more hash functions for checksum verificationJean-Marie LEMETAYER
2020-01-27fetch2: refactor checksum verificationJean-Marie LEMETAYER
2020-01-27utils: add is_semver functionJean-Marie LEMETAYER
2020-01-27utils: add sha384_file and sha512_file functionsJean-Marie LEMETAYER
2020-01-22tests/fetch: Allow wget upgrade tests to run against a local serverRichard Purdie
2020-01-19persist_data.py: Immediately get exclusive lock in __setitem__Chris Laplante
2020-01-19fetch2/git: _revision_key: collapse adjacent slashesChris Laplante
2020-01-19fetch2: do not suffix srcrev cache key with PNChris Laplante
2020-01-19tests/utils: add tests for bb.utils.get_referenced_varsChris Laplante via bitbake-devel
2020-01-19bb.utils: add get_referenced_varsChris Laplante via bitbake-devel
2020-01-19lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2020-01-19lib: remove unused importsFrazer Clews
2020-01-11runqueue: Use a set for the setscene tasks listRichard Purdie
2020-01-11knotty: Be consistent when creating/updating progress barsPeter Kjellerstedt
2020-01-11knotty: Hide the footer if a process progress bar is shownPeter Kjellerstedt
2020-01-08cooker: Keep track of watched files using a set instead of a listPeter Kjellerstedt
2020-01-01cache: Lower debug level for wold build messagesRichard Purdie
2020-01-01siggen: Test extra cross/native hashserv methodRichard Purdie
2020-01-01runqueue: Fix task dependency corner case in sanity testRichard Purdie
2020-01-01runqueue: Ensure task dependencies are run correctlyRichard Purdie
2020-01-01runqueue: Fix equiv hash handling build failuresRichard Purdie
2019-12-30bitbake-layers: Keep loglevel in colored loggerOla x Nilsson
2019-12-30prserv/serv: Use with while reading pidfileOla x Nilsson