summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2: Change git fetcher not to destroy old referencessumoRichard Purdie2020-09-081-1/+1
* bitbake: tests/fetch: Resolve fetch error in bitbake-selftestArmin Kuster2019-11-071-2/+2
* bitbake: COW: Fix StopIteration warningRichard Purdie2019-03-131-1/+1
* bitbake: utils: add optional callback to edit_bblayers_conf()Paul Eggleton2019-02-251-1/+14
* bitbake: process: Rewrite multiple connection handlingRichard Purdie2019-02-251-22/+34
* bitbake: process: Handle EWOULDBLOCK in socket connectRichard Purdie2019-02-251-1/+8
* bitbake: process.py: Set socket timeout to 10 secondsRichard Purdie2019-02-251-1/+1
* bitbake: server/process: Ensure socket has a timeout setRichard Purdie2019-02-251-0/+2
* bitbake: cooker: Add some timing debug messages to the server startupRichard Purdie2019-02-251-0/+19
* bitbake: server/process: Increase server startup time delayRichard Purdie2019-02-251-1/+4
* bitbake: server/process: Show last 60 lines of the log if the server didn't s...Richard Purdie2019-02-251-0/+6
* bitbake: server/process: Show the last 60 log lines, not the last 10Richard Purdie2019-02-251-2/+2
* bitbake: server/process: print a message when no logfileRobert Yang2019-02-251-0/+4
* bitbake: server/process: Make lockfile handling clearerRichard Purdie2019-02-251-4/+6
* bitbake: fetch: don't use shell=True when listing ar filesRoss Burton2019-02-251-1/+1
* bitbake: main: Don't use print() directly, use loggerRichard Purdie2018-12-061-1/+1
* bitbake: process: Flush key output to logsRichard Purdie2018-12-061-0/+4
* bitbake: runqueue: Ensure disk monitor is started when no setscene tasks are runRichard Purdie2018-12-061-5/+6
* bitbake: server/process: Fix ConnectionRefusedError tracebacksRichard Purdie2018-12-061-1/+2
* bitbake: lib/bb/server: Avoid UnboundLocalError tracebackRichard Purdie2018-12-061-3/+3
* bitbake: server/process: Fix unclosed socket warnings upon server connection ...Richard Purdie2018-12-061-8/+7
* bitbake: fetcher: Fixed remote removal not throwing exception.Paulo Neves2018-10-101-4/+3
* bitbake: main: Fix environment handling for UI module importsRichard Purdie2018-10-101-3/+4
* bitbake: checksum: sanity check path when recursively checksummingRoss Burton2018-08-291-0/+2
* bitbake: utils/md5_file: don't iterate line-by-lineRoss Burton2018-08-291-4/+9
* bitbake: tests/fetch: Update gnome.org urls after upstream changesRichard Purdie2018-08-291-2/+2
* bitbake: fetch2: fix import error for Python 3.6.5Tzu Hsiang Lin2018-07-022-3/+1
* bitbake: bitbake: Update version to stable release branch version 1.38Richard Purdie2018-06-061-1/+1
* bitbake: lib/bb/utils: prevent movefile from changing dest dir permissionsMattias Hansson2018-04-231-2/+2
* bitbake: cookerdata: Issue warning if layer doesn't set LAYERSERIES_COMPAT_xRichard Purdie2018-04-061-0/+2
* lib/bb/shell.py: dropPaul Eggleton2018-03-281-820/+0
* bitbake: fetch2/git: log exception if ls-remote failsRoss Burton2018-03-281-1/+2
* bitbake: tests/fetch: state which upstream failedRoss Burton2018-03-281-2/+2
* bitbake: utils.py: Add option for explode_dep_versions2 to return unsortedAmanda Brindle2018-03-151-2/+3
* bitbake: cooker: Fix environment double key expansion issueRichard Purdie2018-03-041-3/+2
* bitbake: cooker: Run registered anonymous python before displaying environmentRichard Purdie2018-03-041-1/+3
* bitbake: parse/ast: Abstract anonymous function execution into a functionRichard Purdie2018-03-041-4/+7
* bitbake: runqueue: Ensure only recursive task dependencies are prunedRichard Purdie2018-03-011-1/+1
* bitbake: fetch2: Handle missing donestamp file when content is validNathan Rossi2018-02-142-11/+114
* bitbake: fetch2/npm.py: Fix inverted condition to prevent infinite loopBöszörményi Zoltán2018-02-141-3/+5
* bitbake: bitbake: parse: fixes for resolve_file()Robert Yang2018-02-143-7/+2
* bitbake: bitbake: cache: improve debug messageRobert Yang2018-02-141-1/+4
* bitbake: bitbake: cooker: don't stop file notifier when cooker is shutdownRobert Yang2018-02-142-2/+2
* bitbake: bitbake: cooker: fix for BBFILE_PATTERN matches bbappendRobert Yang2018-02-141-3/+7
* bitbake: bitbake: cooker: skip when BBFILE_PATTERN is emptyRobert Yang2018-02-141-0/+1
* bitbake: fetch/git: Use 'git-make-shallow' from bin directoryNathan Rossi2018-02-142-5/+5
* bitbake: main/runqueue: Rework runall task and add runonly optionRichard Purdie2018-02-143-14/+46
* bitbake: runqueue: Rewrite and optimize recrdepends handlingRichard Purdie2018-02-061-51/+83
* bitbake: runqueue: Optimize recrdepends handlingRichard Purdie2018-02-061-10/+13
* bitbake: runqueue: Remove unused variablesRichard Purdie2018-02-061-2/+0