aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb
AgeCommit message (Expand)Author
2018-10-16data_smart: Preserve history when renaming variablesRichard Purdie
2018-10-09main: Fix environment handling for UI module importsRichard Purdie
2018-10-04gitsm: Allow relative URIs when fetchingMark Hatle
2018-10-04fetch2/gitsm: checkout submodules recursivelyLaurent Bonnans
2018-10-04fetch2/gitsm: handle submodules nested inside subdirsLaurent Bonnans
2018-10-04toaster: error logs missing for cli buildsDavid Reyna
2018-10-04fetch2/gitsm: fix a typoLaurent Bonnans
2018-10-04fetch2/git: use correct check to decide if the shallow tarball should be unpa...Urs Fässler
2018-10-04fetch2/git: prevent access to non-existing fullshallow tarballUrs Fässler
2018-10-04fetch2/git: improve readability of method need_updateUrs Fässler
2018-10-03test/fetch: use canonical GitLab URLsRoss Burton
2018-09-25fetch2/gitsm.py: Rework the git submodule fetcherMark Hatle
2018-09-25lib/bb/tests/parse.py: Test case was changing chdirMark Hatle
2018-09-25utils: lockfile: Fix infinite loopIoan-Adrian Ratiu
2018-09-21daemonize/build: Clean up /dev/null fd handlingRichard Purdie
2018-09-21COW: Fix StopIteration warningRichard Purdie
2018-09-07runqueue: Ensure setscene tasks that aren't covered get builtRichard Purdie
2018-09-07cooker/runqueue: Turn universe warnings into verbnotesRichard Purdie
2018-09-07msg: Add explicit verbnote log levelRichard Purdie
2018-09-04server/process: Various server startup logging fixesRichard Purdie
2018-09-04cooker.py: Fix incorrect bb files matched warningMark Hatle
2018-08-28tests/fetch: Update gnome.org urls after upstream changesRichard Purdie
2018-08-28fetcher: Fixed remote removal not throwing exception.Paulo Neves
2018-08-24parse/ast: ensure saved event handlers really do get restoredPaul Eggleton
2018-08-23bitbake: Bump version 1.39.0 -> 1.39.11.39.1Richard Purdie
2018-08-21daemonize: Flush stdio on exitJoshua Watt
2018-08-16bb/utils.py: add break_hardlinks helperRasmus Villemoes
2018-08-15runqueue: Move decision if a task can be started to one common placeAndreas Müller
2018-08-15utils/md5_file: don't iterate line-by-lineRoss Burton
2018-08-14checksum: sanity check path when recursively checksummingRoss Burton
2018-08-14event.py: fix typoKai Kang
2018-08-07runqueue: Allow the hash validate function to have an idea of build completionRichard Purdie
2018-08-01bitbake: Add support for multiconfig dependenciesAlejandro Enedino Hernandez Samaniego
2018-07-26codeparser: Track oe.utils.conditional usageMartin Jansa
2018-07-26utils: add optional callback to edit_bblayers_conf()Paul Eggleton
2018-07-25server/process: Always place the server logfile in the build directoryRichard Purdie
2018-07-09runqueue: Stop on first unsatisfied dependencyJoshua Watt
2018-07-09runqueue: Remove unused variableJoshua Watt
2018-07-09siggen: Delete trailing whitespaceJoshua Watt
2018-07-09runqueue: Remove trailing whitespaceJoshua Watt
2018-07-02runqueue.py: Fix a virtual class extension stamps issueMing Liu
2018-06-19fetch2: Use correct check in parameter handling in uri_replace()Nikolai Merinov
2018-06-15runqueue.py: Initial implementation of per task process limitsMark Hatle
2018-06-15runqueue.py: Minor cleanup for RunQueueStats and usersMark Hatle
2018-06-15fetch2: unify the way fetchers determine DL_DIR and FETCHCMDAndre McCurdy
2018-06-06fetch/gitsm: avoid live submodule fetching during unpack()Matt Hoosier
2018-06-06bitbake: Update version to post release 1.39Richard Purdie
2018-05-29fetch2: fix import error for Python 3.6.5Tzu Hsiang Lin
2018-05-14fetch2/__init__.py: Fixed handling of uris with empty pathJakub Dębski
2018-05-11fetch/git: make fewer calls to _contains_ref() from download()Andre McCurdy