summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-08-31tinfoil: add a parse_recipe_file functionpaule/tinfoil-fixes-bbPaul Eggleton
2016-08-31cache: allow parsing a recipe with a custom config datastorePaul Eggleton
2016-08-30Ensure tinfoil is shut down correctly in utilities that use itPaul Eggleton
2016-08-30tinfoil: add context manager functionsPaul Eggleton
2016-08-24fetch2: clean up remaining cwd saves/changesMatt Madison
2016-08-20siggen: Fix file variable typo in compare_sigfilesJonathan Liu
2016-08-19fetch2: preserve current working directoryMatt Madison
2016-08-19dump_cache.py: use python3 as interpreterRobert Yang
2016-08-19toasterui, knotty: don't print taskid followed by taskstring which are now in...Martin Jansa
2016-08-19tests: add unit tests for the usehead url parameterMarkus Lehtonen
2016-08-19git: Allow local repos to use HEADRichard Purdie
2016-08-19bitbake-selftest: enable bitbake logging to stdoutMarkus Lehtonen
2016-08-19bitbake-selftest: introduce BB_TMPDIR_NOCLEANMarkus Lehtonen
2016-08-19bitbake-selftest: add help text for env variable(s)Markus Lehtonen
2016-08-19bitbake-selftest: utilize unittest.main betterMarkus Lehtonen
2016-08-18bitbake: Update version to 1.31.1Richard Purdie
2016-08-17bitbake: Initial multi-config supportRichard Purdie
2016-08-17siggen: properly close files rather than opening them inlinePaul Eggleton
2016-08-17ast/ConfHandler: Add a syntax to clear variableJérémy Rosen
2016-08-17cache: Build datastores from databuilder objectRichard Purdie
2016-08-17cache: Split Cache() into a NoCache() parent objectRichard Purdie
2016-08-17cache/cooker: Pass databuilder into bb.cache.Cache()Richard Purdie
2016-08-17cache: Make virtualfn2realfn/realfn2virtual standalone functionsRichard Purdie
2016-08-17cache/ast: Move __VARIANTS handling to parse cache functionRichard Purdie
2016-08-17runqueue: Abstract worker functionality to an object/arrayRichard Purdie
2016-08-17cookerdata: Simplify prefiles/postfilesRichard Purdie
2016-08-17bitbake-user-manual: Re-write "Dependencies Internal to the .bb File"Scott Rifenbark
2016-08-17bitbake-user-manual: Added setting variable for a single taskScott Rifenbark
2016-08-17bitbake-user-manual: Added more detail to anonymous Python functions.Scott Rifenbark
2016-08-17bitbake-user-manual: Formatted all "flags" to be consistentScott Rifenbark
2016-08-17bitbake-user-manual: Added detail to [dirs] and [cleardirs] flagsScott Rifenbark
2016-08-17bb/utils.py: export_proxies add GIT_PROXY_COMMANDFrancisco Pedraza
2016-08-17knotty: don't show number of running tasks in quiet modePaul Eggleton
2016-08-17knotty: fix task progress bar not starting at 0%Paul Eggleton
2016-08-17runqueue: fix two minor issues with the initialising tasks progressPaul Eggleton
2016-08-16lib/bb/tests/fetch: remove URL that doesn't exist anymoreRoss Burton
2016-08-16toaster: update web urls for openembedded-core's special caseDavid Reyna
2016-08-11toaster: buildinfohelper Add handling local layers (i.e. non-git) layersMichael Wood
2016-08-11toaster: bldcontrol model BRLayer Add corresponding local_source_dirMichael Wood
2016-08-11toaster: adapt xhr_import_layer test locally imported layerSujith H
2016-08-11toaster: update build configuration pageSujith H
2016-08-11toaster: update recipe details pageSujith H
2016-08-11toaster: update package detail pageSujith H
2016-08-11toaster: updte build tables for locally imported layersSujith H
2016-08-11toaster: update the tables informationSujith H
2016-08-11toaster: collect details for local dir imported from uiSujith H
2016-08-11toaster: add local_source_dir field to modelSujith H
2016-08-11toaster: add local directory to the dbSujith H
2016-08-11toaster: improve the display when local dir is addedSujith H
2016-08-11toaster: update css file for layer importBelen Barros Pena