summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2/wget.py: improve error handling during sstate checkPatrick Ohly2017-07-211-0/+14
* bitbake: toaster: trim build target inputDavid Reyna2017-07-211-2/+2
* bitbake: toaster: set clone progress default to offDavid Reyna2017-07-212-4/+4
* bitbake: toaster: include setscene in task progressDavid Reyna2017-07-211-3/+4
* bitbake: Update to version 1.35.0 (development version with server rework cha...Richard Purdie2017-07-212-2/+2
* bitbake: fetch2: fire an event when there are missing checksumsPaul Eggleton2017-07-211-0/+10
* bitbake: fetch2: allow hiding checksum warningPaul Eggleton2017-07-211-0/+6
* bitbake: tinfoil: add more doc commentsPaul Eggleton2017-07-211-0/+65
* bitbake: tinfoil: add simple API for getting cached recipe informationPaul Eggleton2017-07-211-0/+142
* bitbake: tinfoil: enable access to additional cached itemsPaul Eggleton2017-07-212-0/+40
* bitbake: tinfoil: add functionality for running full buildsPaul Eggleton2017-07-211-0/+154
* bitbake: knotty: make it possible to use termfilter without either consolePaul Eggleton2017-07-211-2/+4
* bitbake: lib/bb/ui/uihelper: indicate to caller of eventHandler() if events h...Paul Eggleton2017-07-211-0/+3
* bitbake: lib/bb/event: refactor printing eventsPaul Eggleton2017-07-217-71/+53
* bitbake: tinfoil: set a flag when recipes have been parsedPaul Eggleton2017-07-211-0/+3
* bitbake: tinfoil: add a parse_recipes() functionPaul Eggleton2017-07-212-2/+8
* bitbake: tinfoil: add internal mode to build_file() functionPaul Eggleton2017-07-213-15/+37
* bitbake: bb/main.py: fix logic for --observe-onlyRobert Yang2017-07-211-1/+1
* bitbake: bb/main.py: avoid starting server when not neededRobert Yang2017-07-211-2/+8
* bitbake: bb/main.py: fix infinite loop for --server-onlyRobert Yang2017-07-211-1/+1
* bitbake: server/process.py: fix self.bitbake_lock.write()Robert Yang2017-07-211-2/+2
* bitbake: cookerdata/cooker: Restore original datastore upon client disconnectRichard Purdie2017-07-212-0/+11
* bitbake: server: Rework the server API so process and xmlrpc servers coexistRichard Purdie2017-07-2110-916/+789
* bitbake: daemonize: Various fixesRichard Purdie2017-07-211-8/+12
* bitbake: cookerdata: Add a function to find TOPDIRRichard Purdie2017-07-211-0/+21
* bitbake: server: Remove base classes and inline codeRichard Purdie2017-07-213-86/+80
* bitbake: event/command: Allow UI to request the UI eventhander IDRichard Purdie2017-07-213-4/+19
* bitbake: fetch2: fix indentationPaul Eggleton2017-07-181-47/+47
* bitbake: cooker: fix whitespacePaul Eggleton2017-07-181-4/+4
* bitbake: cache.py: fix whitespacePaul Eggleton2017-07-181-14/+13
* bitbake: cookerdata: fix indentation and trailing spacesPaul Eggleton2017-07-181-5/+5
* bitbake: knotty: fix indentationPaul Eggleton2017-07-181-1/+1
* bitbake: bb/server/process: Handle EINTR on idle_commands selectAníbal Limón2017-07-181-1/+6
* bitbake: knotty: Drop task prefix of PLAIN log messagesRichard Purdie2017-07-081-1/+1
* bitbake: BBHandler: Remove old style bb.data.setVar() syntax usageEnrico Scholz2017-07-081-1/+1
* bitbake: server/xmlrpc: Add Heartbeat event supportRichard Purdie2017-07-081-0/+26
* bitbake: event: Queue offline events for the UIRichard Purdie2017-07-083-3/+12
* bitbake: server/process: Fix waitEvent() calls with 0 timeoutRichard Purdie2017-07-081-0/+2
* bitbake: data: Micro performance optimisation tweakRichard Purdie2017-07-081-1/+1
* bitbake: cooker: Use multiple BuildStarted events for multiconfigRichard Purdie2017-07-081-12/+16
* bitbake: bitbake: Add MultiConfigParsed eventRichard Purdie2017-07-083-0/+9
* bitbake: bitbake-user-manual: Removed and replaced broken linkKristi Rifenbark2017-07-041-2/+2
* bitbake: bitbake-user-manual: Replaced bad linkKristi Rifenbark2017-07-041-1/+1
* bitbake: npm fetcher: fix unknown variable name.Ismo Puustinen2017-06-291-1/+1
* bitbake: cache: don't insert PN into PACKAGESRoss Burton2017-06-281-2/+2
* bitbake: toaster: test 'commit' first in get_vcs_referenceDavid Reyna2017-06-281-2/+2
* bitbake: toaster: large package set breaks sqlite queryDavid Reyna2017-06-281-4/+9
* bitbake: toaster: Add distro selection supportDavid Reyna2017-06-2812-3/+325
* bitbake: toaster: git clone progress barDavid Reyna2017-06-286-1/+98
* bitbake: toaster: address Django-1.10 API deprecationsDavid Reyna2017-06-2810-82/+105