summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2017-01-27bitbake: bitbake: Bump version to 1.33.0 (develoment version)Richard Purdie
2017-01-26bitbake: build.py: avoid exception when function is not definedPatrick Ohly
2017-01-23bitbake: bitbake-user-manual: Fixed small typo in "Events" sectionScott Rifenbark
2017-01-23bitbake: bitbake-user-manual: Updated Event descriptionsScott Rifenbark
2017-01-23bitbake: lib/bb/main.py: Shutdown cooker when server isn't foregroundAníbal Limón
2017-01-23bitbake: bb/server/process.py: ProcessEventQueue add close of _writer pipeAníbal Limón
2017-01-23bitbake: bitbake-layers: show-appends: add optional argument to limit package...Matthew McClintock
2017-01-22bitbake: data_smart: Fix unneeded variable manipulationRichard Purdie
2017-01-20bitbake: runqueue.py: revised completion schedulerPatrick Ohly
2017-01-20bitbake: build.py: add preceedtask() APIPatrick Ohly
2017-01-20bitbake: fetch2: Avoid recursive errorsRichard Purdie
2017-01-20bitbake: cooker: Add BB_LIMITEDDEPS supportRichard Purdie
2017-01-20bitbake: event/ast: Add RecipeTaskPreProcess event before task finalisationRichard Purdie
2017-01-20bitbake: runqueue: Fix traceback when using -bRichard Purdie
2017-01-20bitbake: cooker: Only add universe targets where the task existsRichard Purdie
2017-01-19bitbake: cooker.py: new multiconfig '*' syntax supportJuro Bystricky
2017-01-17bitbake: toaster: bin/toaster whitelist TOASTER_DIRbrian avery
2017-01-17bitbake: gitsm.py: Add force flag to git checkout command in update_submodulesOla Redell
2017-01-17bitbake: use multiple processes to dump signatures.Jianxun Zhang
2017-01-09bitbake: event: Replace slightly elderly bbmake references!Richard Purdie
2017-01-09bitbake: prserv/persist_data/utils: Drop obsolete python2 importsRichard Purdie
2017-01-06bitbake: bb/cooker: BBCooker stops notifier at shutdownAníbal Limón
2017-01-05bitbake: prserv/serv: Tweak stdout manipulation to be stream safeRichard Purdie
2016-12-22bitbake: cookerdata: Convert multiconfig to use BB_CURRENT_MCRichard Purdie
2016-12-22bitbake: runqueue: Only start fakeroot workers when neededRichard Purdie
2016-12-22bitbake: runqueue: Ensure setscene tasks with overlapping stamps don't parall...Richard Purdie
2016-12-22bitbake: runqueue: Fix setscene issues with multiconfigRichard Purdie
2016-12-22bitbake: siggen: Fix clean_basepath to work with multiconfigRichard Purdie
2016-12-22bitbake: build/uihelper: Show better information about multiconfig tasks on UIRichard Purdie
2016-12-22bitbake: runqueue: Ensure pseudo executes from the correct place (use the rig...Richard Purdie
2016-12-21bitbake: fetch2/wget: fixup case with no useful netrc dataMark Asselstine
2016-12-20bitbake: fetch2/wget: add Basic Auth from netrc to checkstatus()Matthew McClintock
2016-12-20bitbake: runqueue: dry-run real tasks when BB_SETSCENE_ENFORCE is setPaul Eggleton
2016-12-16bitbake: BBHandler: use with instead of open/close2.3_M1Ross Burton
2016-12-16bitbake: cooker/command: Drop expanded_dataRichard Purdie
2016-12-16bitbake: bitbake: remove True option to getVar calls (take 2)Joshua Lock
2016-12-14bitbake: lib/bb/build: enable access to logger within tasksPaul Eggleton
2016-12-14bitbake: server/process: don't change UI process signal handler on terminatePaul Eggleton
2016-12-14bitbake: siggen: add means of ignoring basehash mismatchPaul Eggleton
2016-12-14bitbake: runqueue: enable setVariable command to affect task executionPaul Eggleton
2016-12-14bitbake: data_smart: support serialisationPaul Eggleton
2016-12-14bitbake: cooker: allow buildFile warning to be hidden programmaticallyPaul Eggleton
2016-12-14bitbake: tinfoil: pass datastore to server when expanding python referencesPaul Eggleton
2016-12-14bitbake: tinfoil: implement server-side recipe parsingPaul Eggleton
2016-12-14bitbake: remotedata: enable transporting datastore from the client to the serverPaul Eggleton
2016-12-14bitbake: tinfoil: rewrite as a wrapper around the UIPaul Eggleton
2016-12-14bitbake: command: provide a means to shut down from the client in memres modePaul Eggleton
2016-12-14bitbake: data_smart: implement remote datastore functionalityPaul Eggleton
2016-12-14bitbake: server/xmlrpc: send back 503 response with correct encodingPaul Eggleton
2016-12-14bitbake: knotty: fix --observe-only optionPaul Eggleton