aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
AgeCommit message (Expand)Author
2016-08-18bitbake: cache: Build datastores from databuilder objectRichard Purdie
2016-08-18bitbake: cache: Split Cache() into a NoCache() parent objectRichard Purdie
2016-08-18bitbake: cache/cooker: Pass databuilder into bb.cache.Cache()Richard Purdie
2016-08-18bitbake: cache: Make virtualfn2realfn/realfn2virtual standalone functionsRichard Purdie
2016-08-18bitbake: cache/ast: Move __VARIANTS handling to parse cache functionRichard Purdie
2016-08-18bitbake: runqueue: Abstract worker functionality to an object/arrayRichard Purdie
2016-08-18bitbake: cookerdata: Simplify prefiles/postfilesRichard Purdie
2016-08-17bitbake: bb/utils.py: export_proxies add GIT_PROXY_COMMANDFrancisco Pedraza
2016-08-17bitbake: knotty: don't show number of running tasks in quiet modePaul Eggleton
2016-08-17bitbake: knotty: fix task progress bar not starting at 0%Paul Eggleton
2016-08-17bitbake: runqueue: fix two minor issues with the initialising tasks progressPaul Eggleton
2016-08-17bitbake: lib/bb/tests/fetch: remove URL that doesn't exist anymoreRoss Burton
2016-08-11bitbake: toaster: buildinfohelper Add handling local layers (i.e. non-git) la...Michael Wood
2016-08-11bitbake: toasterui: ensure that the Build object is always availableElliot Smith
2016-08-11bitbake: toaster: show progress of recipe parsing in recent builds areaElliot Smith
2016-08-11bitbake: cooker: add BuildInit eventElliot Smith
2016-08-11bitbake: siggen: Fix typoUlrich Ölmann
2016-08-11bitbake: fetch2/gitannex.py: use 'git annex init' instead of 'git annex sync'Terry Boese
2016-08-11bitbake: persist_data: Fix py3 update stack overflowRichard Purdie
2016-08-10bitbake: fetch: Fix use of tar's --exclude option for tar >= 1.29Mariano Lopez
2016-07-29bitbake: lib/bb/checksum: avoid exception on broken symlinksPaul Eggleton
2016-07-29bitbake: lib/bb/utils: show subprocess output in stack tracesRoss Burton
2016-07-29bitbake: fetch2: fix pickle issues while switching from master to krogothMaxin B. John
2016-07-26bitbake: lib/bb/build: handle incomplete message fragments in log FIFORoss Burton
2016-07-26bitbake: fetcher2/__init__: Print command in case of ExecutionError in runfet...Mario Domenech Goulart
2016-07-26bitbake: toaster: orm Remove the layerindex specific up_branch fieldsMichael Wood
2016-07-26bitbake: lib/bb/progress: avoid possibility of start event being reported twicePaul Eggleton
2016-07-26bitbake: knotty: don't display ETA for tasks with progressPaul Eggleton
2016-07-26bitbake: knotty: fix some minor bugs in BBProgressPaul Eggleton
2016-07-26bitbake: fetch: copy files with -HEnrico Scholz
2016-07-26bitbake: cache: Don't interleave pickle cache file writingRichard Purdie
2016-07-26bitbake: cache: Add better cache loading sanity checksRichard Purdie
2016-07-26bitbake: cache: Drop/simplify pointless type checkingRichard Purdie
2016-07-26bitbake: cache: Improve versions fields handlingRichard Purdie
2016-07-26bitbake: cache: Correctly handle missing extra cachesRichard Purdie
2016-07-26bitbake: cache: Move the parsing message to a more logical placeRichard Purdie
2016-07-21bitbake: bitbake: implement idle timeout for xmlrpc serverEd Bartosh
2016-07-21bitbake: bitbake: implement --foreground command line optionEd Bartosh
2016-07-20bitbake: cooker: Fix incorrect dot file generationRichard Purdie
2016-07-20bitbake: bitbake: main: implement server autostart featureEd Bartosh
2016-07-20bitbake: bitbake: utils: add BBSERVER to the list of preserved variablesEd Bartosh
2016-07-20bitbake: bitbake: xmlrpc: implement check of connection to serverEd Bartosh
2016-07-20bitbake: lib/bb/utils: no need to unsetenv when manipulating os.environRoss Burton
2016-07-19bitbake: fetch2: implement progress supportPaul Eggleton
2016-07-19bitbake: toaster: add package manifest path to Target objectsElliot Smith
2016-07-19bitbake: buildinfohelper: only record image files for tasks which make imagesElliot Smith
2016-07-19bitbake: toaster: improve scan for SDK artifactsElliot Smith
2016-07-19bitbake: buildinfohelper: fix retrieval of targetsElliot Smith
2016-07-19bitbake: toaster: attach kernel artifacts to targetsElliot Smith
2016-07-19bitbake: toaster: do image and artifact scan on BuildCompletedElliot Smith