summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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: bitbake-diffsigs: Support recursive deps with signature filesPeter Kjellerstedt2019-02-251-1/+3
* bitbake: bitbake-diffsigs: Merge with bitbake-dumpsigPeter Kjellerstedt2019-02-252-152/+82
* 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: bitbake-user-manual: Fixed section head typoScott Rifenbark2019-02-121-1/+1
* bitbake: bitbake-user-manual: Added "usehead" parameter.Yong, Jonathan2018-12-101-0/+8
* 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: bitbake: toaster: allow OE_ROOT to be provided through environmentAwais Belal2018-11-241-1/+3
* 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: bitbake: toaster: allow TOASTER_DIR to be overridden from cmdlineAwais Belal2018-09-101-2/+7
* 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-062-2/+2
* bitbake: bitbake-user-manual: Updated copyright year on title page to 2018Scott Rifenbark2018-05-241-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: bitbake-user-manual: Updated "Task Checksums and Setscene" sectionuninative-1.9Scott Rifenbark2018-04-121-28/+46
* bitbake: bitbake-user-manual: Updated "OpenEmbedded-Core" term.Scott Rifenbark2018-04-122-4/+4
* 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: fix shutdown and extra threadsDavid Reyna2018-03-281-2/+2