summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
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: layerindex: don't use shell=True when cloningRoss Burton2019-02-251-1/+1
* 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: toaster: Fix bitbake flexible path error from Bugzilla #12891Awais Belal2018-10-041-1/+1
* bitbake: bitbake: toaster: Fix comparison in recipe templateKarsten Strand2018-09-101-1/+1
* bitbake: toaster/layerdetails.js: don't hide local layer infoAwais Belal2018-09-101-1/+2
* bitbake: toaster/models.py: allow local paths for custom recipe's baseAwais Belal2018-09-101-0/+7
* bitbake: toaster/checksettings: allow CUSTOM_XML_ONLY setting through envAwais Belal2018-09-101-1/+2
* bitbake: toastergui/newproject.html: fix release divsAwais Belal2018-09-101-2/+2
* bitbake: toaster/widgets.py: avoid divide by zero issuesAwais Belal2018-09-101-7/+12
* bitbake: toaster: use a more flexible way to find bitbakeAwais Belal2018-09-101-0/+13
* bitbake: toaster: allow pokydirname to be evaluated when all layers are localAwais Belal2018-09-101-3/+15
* 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: toaster: add 'Sumo' to release selectionDavid Reyna2018-05-042-20/+82
* 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: toaster: do not fail on optional 'custom.xml' fileDavid Reyna2018-03-281-1/+4
* 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