summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Update version to 1.33.1Richard Purdie2017-02-072-2/+2
* bitbake: fetch2/npm: fix handling of os fieldPaul Eggleton2017-02-071-1/+6
* bitbake: fetch2/npm: handle items only in optionalDependenciesPaul Eggleton2017-02-071-0/+1
* bitbake: lib/bb/build: add tasksbetween() functionPaul Eggleton2017-02-071-0/+27
* bitbake: bitbake: Bump version to 1.33.0 (develoment version)Richard Purdie2017-01-272-2/+2
* bitbake: build.py: avoid exception when function is not definedPatrick Ohly2017-01-261-2/+2
* bitbake: bitbake-user-manual: Fixed small typo in "Events" sectionScott Rifenbark2017-01-231-1/+1
* bitbake: bitbake-user-manual: Updated Event descriptionsScott Rifenbark2017-01-231-61/+127
* bitbake: lib/bb/main.py: Shutdown cooker when server isn't foregroundAníbal Limón2017-01-231-0/+1
* bitbake: bb/server/process.py: ProcessEventQueue add close of _writer pipeAníbal Limón2017-01-231-1/+3
* bitbake: bitbake-layers: show-appends: add optional argument to limit package...Matthew McClintock2017-01-231-4/+10
* bitbake: data_smart: Fix unneeded variable manipulationRichard Purdie2017-01-221-7/+8
* bitbake: runqueue.py: revised completion schedulerPatrick Ohly2017-01-201-24/+101
* bitbake: build.py: add preceedtask() APIPatrick Ohly2017-01-201-0/+16
* bitbake: fetch2: Avoid recursive errorsRichard Purdie2017-01-201-0/+9
* bitbake: cooker: Add BB_LIMITEDDEPS supportRichard Purdie2017-01-203-0/+4
* bitbake: event/ast: Add RecipeTaskPreProcess event before task finalisationRichard Purdie2017-01-202-0/+12
* bitbake: runqueue: Fix traceback when using -bRichard Purdie2017-01-201-0/+2
* bitbake: cooker: Only add universe targets where the task existsRichard Purdie2017-01-201-0/+9
* bitbake: cooker.py: new multiconfig '*' syntax supportJuro Bystricky2017-01-191-1/+31
* bitbake: toaster: bin/toaster whitelist TOASTER_DIRbrian avery2017-01-171-0/+1
* bitbake: gitsm.py: Add force flag to git checkout command in update_submodulesOla Redell2017-01-171-1/+1
* bitbake: use multiple processes to dump signatures.Jianxun Zhang2017-01-172-7/+29
* bitbake: event: Replace slightly elderly bbmake references!Richard Purdie2017-01-091-3/+3
* bitbake: prserv/persist_data/utils: Drop obsolete python2 importsRichard Purdie2017-01-093-28/+7
* bitbake: bb/cooker: BBCooker stops notifier at shutdownAníbal Limón2017-01-061-0/+2
* bitbake: prserv/serv: Tweak stdout manipulation to be stream safeRichard Purdie2017-01-051-4/+17
* bitbake: cookerdata: Convert multiconfig to use BB_CURRENT_MCRichard Purdie2016-12-221-2/+3
* bitbake: runqueue: Only start fakeroot workers when neededRichard Purdie2016-12-221-8/+7
* bitbake: runqueue: Ensure setscene tasks with overlapping stamps don't parall...Richard Purdie2016-12-221-1/+5
* bitbake: runqueue: Fix setscene issues with multiconfigRichard Purdie2016-12-221-20/+20
* bitbake: siggen: Fix clean_basepath to work with multiconfigRichard Purdie2016-12-221-0/+5
* bitbake: build/uihelper: Show better information about multiconfig tasks on UIRichard Purdie2016-12-222-1/+5
* bitbake: runqueue: Ensure pseudo executes from the correct place (use the rig...Richard Purdie2016-12-221-2/+3
* bitbake: fetch2/wget: fixup case with no useful netrc dataMark Asselstine2016-12-211-1/+1
* bitbake: fetch2/wget: add Basic Auth from netrc to checkstatus()Matthew McClintock2016-12-201-2/+14
* bitbake: runqueue: dry-run real tasks when BB_SETSCENE_ENFORCE is setPaul Eggleton2016-12-202-11/+14
* bitbake: BBHandler: use with instead of open/close2.3_M1Ross Burton2016-12-161-11/+11
* bitbake: cooker/command: Drop expanded_dataRichard Purdie2016-12-163-21/+19
* bitbake: bitbake: remove True option to getVar calls (take 2)Joshua Lock2016-12-163-3/+3
* bitbake: lib/bb/build: enable access to logger within tasksPaul Eggleton2016-12-142-0/+12
* bitbake: server/process: don't change UI process signal handler on terminatePaul Eggleton2016-12-141-1/+0
* bitbake: siggen: add means of ignoring basehash mismatchPaul Eggleton2016-12-141-1/+2
* bitbake: runqueue: enable setVariable command to affect task executionPaul Eggleton2016-12-144-2/+13
* bitbake: data_smart: support serialisationPaul Eggleton2016-12-142-0/+36
* bitbake: cooker: allow buildFile warning to be hidden programmaticallyPaul Eggleton2016-12-143-7/+12
* bitbake: tinfoil: pass datastore to server when expanding python referencesPaul Eggleton2016-12-144-11/+18
* bitbake: tinfoil: implement server-side recipe parsingPaul Eggleton2016-12-142-17/+81
* bitbake: remotedata: enable transporting datastore from the client to the serverPaul Eggleton2016-12-141-0/+42
* bitbake: tinfoil: rewrite as a wrapper around the UIPaul Eggleton2016-12-146-119/+665