summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2019-03-13bitbake: COW: Fix StopIteration warningRichard Purdie
2019-02-25bitbake: utils: add optional callback to edit_bblayers_conf()Paul Eggleton
2019-02-25bitbake: process: Rewrite multiple connection handlingRichard Purdie
2019-02-25bitbake: process: Handle EWOULDBLOCK in socket connectRichard Purdie
2019-02-25bitbake: process.py: Set socket timeout to 10 secondsRichard Purdie
2019-02-25bitbake: server/process: Ensure socket has a timeout setRichard Purdie
2019-02-25bitbake: cooker: Add some timing debug messages to the server startupRichard Purdie
2019-02-25bitbake: server/process: Increase server startup time delayRichard Purdie
2019-02-25bitbake: bitbake-diffsigs: Support recursive deps with signature filesPeter Kjellerstedt
2019-02-25bitbake: bitbake-diffsigs: Merge with bitbake-dumpsigPeter Kjellerstedt
2019-02-25bitbake: server/process: Show last 60 lines of the log if the server didn't s...Richard Purdie
2019-02-25bitbake: server/process: Show the last 60 log lines, not the last 10Richard Purdie
2019-02-25bitbake: server/process: print a message when no logfileRobert Yang
2019-02-25bitbake: server/process: Make lockfile handling clearerRichard Purdie
2019-02-25bitbake: layerindex: don't use shell=True when cloningRoss Burton
2019-02-25bitbake: fetch: don't use shell=True when listing ar filesRoss Burton
2019-02-12bitbake: bitbake-user-manual: Fixed section head typoScott Rifenbark
2018-12-10bitbake: bitbake-user-manual: Added "usehead" parameter.Yong, Jonathan
2018-12-06bitbake: main: Don't use print() directly, use loggerRichard Purdie
2018-12-06bitbake: process: Flush key output to logsRichard Purdie
2018-12-06bitbake: runqueue: Ensure disk monitor is started when no setscene tasks are runRichard Purdie
2018-12-06bitbake: server/process: Fix ConnectionRefusedError tracebacksRichard Purdie
2018-12-06bitbake: lib/bb/server: Avoid UnboundLocalError tracebackRichard Purdie
2018-12-06bitbake: server/process: Fix unclosed socket warnings upon server connection ...Richard Purdie
2018-11-24bitbake: bitbake: toaster: allow OE_ROOT to be provided through environmentAwais Belal
2018-10-10bitbake: fetcher: Fixed remote removal not throwing exception.Paulo Neves
2018-10-10bitbake: main: Fix environment handling for UI module importsRichard Purdie
2018-10-04bitbake: toaster: Fix bitbake flexible path error from Bugzilla #12891Awais Belal
2018-09-10bitbake: bitbake: toaster: Fix comparison in recipe templateKarsten Strand
2018-09-10bitbake: toaster/layerdetails.js: don't hide local layer infoAwais Belal
2018-09-10bitbake: toaster/models.py: allow local paths for custom recipe's baseAwais Belal
2018-09-10bitbake: toaster/checksettings: allow CUSTOM_XML_ONLY setting through envAwais Belal
2018-09-10bitbake: toastergui/newproject.html: fix release divsAwais Belal
2018-09-10bitbake: toaster/widgets.py: avoid divide by zero issuesAwais Belal
2018-09-10bitbake: bitbake: toaster: allow TOASTER_DIR to be overridden from cmdlineAwais Belal
2018-09-10bitbake: toaster: use a more flexible way to find bitbakeAwais Belal
2018-09-10bitbake: toaster: allow pokydirname to be evaluated when all layers are localAwais Belal
2018-08-29bitbake: checksum: sanity check path when recursively checksummingRoss Burton
2018-08-29bitbake: utils/md5_file: don't iterate line-by-lineRoss Burton
2018-08-29bitbake: tests/fetch: Update gnome.org urls after upstream changesRichard Purdie
2018-07-02bitbake: fetch2: fix import error for Python 3.6.5Tzu Hsiang Lin
2018-06-06bitbake: bitbake: Update version to stable release branch version 1.38Richard Purdie
2018-05-24bitbake: bitbake-user-manual: Updated copyright year on title page to 2018Scott Rifenbark
2018-05-04bitbake: toaster: add 'Sumo' to release selectionDavid Reyna
2018-04-23bitbake: lib/bb/utils: prevent movefile from changing dest dir permissionsMattias Hansson
2018-04-12bitbake: bitbake-user-manual: Updated "Task Checksums and Setscene" sectionuninative-1.9Scott Rifenbark
2018-04-12bitbake: bitbake-user-manual: Updated "OpenEmbedded-Core" term.Scott Rifenbark
2018-04-06bitbake: cookerdata: Issue warning if layer doesn't set LAYERSERIES_COMPAT_xRichard Purdie
2018-03-28lib/bb/shell.py: dropPaul Eggleton
2018-03-28bitbake: Toaster: fix shutdown and extra threadsDavid Reyna