summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bb.fetch2.svn: correctly pass workdir when fetchingChristopher Larson2016-09-021-1/+1
* bitbake: cooker.py: Catch when stdout doesn't have a file descriptorMariano Lopez2016-09-021-9/+12
* bitbake: buildinfohelper: discover kernel artifacts correctlyElliot Smith2016-09-021-4/+7
* bitbake: wget: allow basic http auth for SSTATE_MIRRORSStephano Cetola2016-09-021-0/+11
* bitbake: cookerdata/ast: Fail gracefully if event handler function is not foundMarkus Lehtonen2016-09-022-0/+5
* bitbake: build/runqueue: Add noextra stamp file parameter to fix multiconfig ...Richard Purdie2016-09-022-5/+7
* bitbake: fetch2: Handle multiconfig fetcher issuesRichard Purdie2016-09-021-3/+4
* bitbake: tinfoil: add a parse_recipe_file functionPaul Eggleton2016-09-021-0/+36
* bitbake: cache: allow parsing a recipe with a custom config datastorePaul Eggleton2016-09-021-34/+39
* bitbake: tinfoil: add context manager functionsPaul Eggleton2016-09-021-0/+6
* bitbake: fetch2: clean up remaining cwd saves/changesMatt Madison2016-08-251-11/+0
* bitbake: siggen: Fix file variable typo in compare_sigfilesJonathan Liu2016-08-201-1/+1
* bitbake: fetch2: preserve current working directoryMatt Madison2016-08-2013-137/+101
* bitbake: toasterui, knotty: don't print taskid followed by taskstring which a...Martin Jansa2016-08-202-8/+8
* bitbake: tests: add unit tests for the usehead url parameterMarkus Lehtonen2016-08-201-0/+30
* bitbake: git: Allow local repos to use HEADRichard Purdie2016-08-201-1/+15
* bitbake: bitbake-selftest: introduce BB_TMPDIR_NOCLEANMarkus Lehtonen2016-08-201-1/+4
* bitbake: bitbake: Update version to 1.31.1Richard Purdie2016-08-181-1/+1
* bitbake: bitbake: Initial multi-config supportRichard Purdie2016-08-186-379/+520
* bitbake: siggen: properly close files rather than opening them inlinePaul Eggleton2016-08-181-6/+9
* bitbake: ast/ConfHandler: Add a syntax to clear variableJérémy Rosen2016-08-183-0/+62
* bitbake: cache: Build datastores from databuilder objectRichard Purdie2016-08-182-31/+38
* bitbake: cache: Split Cache() into a NoCache() parent objectRichard Purdie2016-08-181-52/+57
* bitbake: cache/cooker: Pass databuilder into bb.cache.Cache()Richard Purdie2016-08-182-3/+5
* bitbake: cache: Make virtualfn2realfn/realfn2virtual standalone functionsRichard Purdie2016-08-182-35/+30
* bitbake: cache/ast: Move __VARIANTS handling to parse cache functionRichard Purdie2016-08-182-5/+5
* bitbake: runqueue: Abstract worker functionality to an object/arrayRichard Purdie2016-08-181-56/+66
* bitbake: cookerdata: Simplify prefiles/postfilesRichard Purdie2016-08-181-3/+5
* bitbake: bb/utils.py: export_proxies add GIT_PROXY_COMMANDFrancisco Pedraza2016-08-171-1/+2
* bitbake: knotty: don't show number of running tasks in quiet modePaul Eggleton2016-08-171-1/+3
* bitbake: knotty: fix task progress bar not starting at 0%Paul Eggleton2016-08-171-2/+5
* bitbake: runqueue: fix two minor issues with the initialising tasks progressPaul Eggleton2016-08-171-2/+3
* bitbake: lib/bb/tests/fetch: remove URL that doesn't exist anymoreRoss Burton2016-08-171-1/+0
* bitbake: toaster: buildinfohelper Add handling local layers (i.e. non-git) la...Michael Wood2016-08-111-4/+23
* bitbake: toasterui: ensure that the Build object is always availableElliot Smith2016-08-112-83/+122
* bitbake: toaster: show progress of recipe parsing in recent builds areaElliot Smith2016-08-112-53/+96
* bitbake: cooker: add BuildInit eventElliot Smith2016-08-112-1/+9
* bitbake: siggen: Fix typoUlrich Ölmann2016-08-111-2/+2
* bitbake: fetch2/gitannex.py: use 'git annex init' instead of 'git annex sync'Terry Boese2016-08-111-1/+1
* bitbake: persist_data: Fix py3 update stack overflowRichard Purdie2016-08-111-2/+2
* bitbake: fetch: Fix use of tar's --exclude option for tar >= 1.29Mariano Lopez2016-08-104-4/+4
* bitbake: lib/bb/checksum: avoid exception on broken symlinksPaul Eggleton2016-07-291-2/+4
* bitbake: lib/bb/utils: show subprocess output in stack tracesRoss Burton2016-07-291-0/+6
* bitbake: fetch2: fix pickle issues while switching from master to krogothMaxin B. John2016-07-291-2/+2
* bitbake: lib/bb/build: handle incomplete message fragments in log FIFORoss Burton2016-07-261-31/+36
* bitbake: fetcher2/__init__: Print command in case of ExecutionError in runfet...Mario Domenech Goulart2016-07-261-1/+1
* bitbake: toaster: orm Remove the layerindex specific up_branch fieldsMichael Wood2016-07-261-3/+3
* bitbake: lib/bb/progress: avoid possibility of start event being reported twicePaul Eggleton2016-07-261-1/+4
* bitbake: knotty: don't display ETA for tasks with progressPaul Eggleton2016-07-261-1/+1
* bitbake: knotty: fix some minor bugs in BBProgressPaul Eggleton2016-07-261-12/+13