aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2016-08-25bitbake: fetch2: clean up remaining cwd saves/changesMatt Madison
2016-08-20bitbake: siggen: Fix file variable typo in compare_sigfilesJonathan Liu
2016-08-20bitbake: fetch2: preserve current working directoryMatt Madison
2016-08-20bitbake: dump_cache.py: use python3 as interpreterRobert Yang
2016-08-20bitbake: toasterui, knotty: don't print taskid followed by taskstring which a...Martin Jansa
2016-08-20bitbake: tests: add unit tests for the usehead url parameterMarkus Lehtonen
2016-08-20bitbake: git: Allow local repos to use HEADRichard Purdie
2016-08-20bitbake: bitbake-selftest: enable bitbake logging to stdoutMarkus Lehtonen
2016-08-20bitbake: bitbake-selftest: introduce BB_TMPDIR_NOCLEANMarkus Lehtonen
2016-08-20bitbake: bitbake-selftest: add help text for env variable(s)Markus Lehtonen
2016-08-20bitbake: bitbake-selftest: utilize unittest.main betterMarkus Lehtonen
2016-08-18bitbake: bitbake: Update version to 1.31.1Richard Purdie
2016-08-18bitbake: bitbake: Initial multi-config supportRichard Purdie
2016-08-18bitbake: siggen: properly close files rather than opening them inlinePaul Eggleton
2016-08-18bitbake: ast/ConfHandler: Add a syntax to clear variableJérémy Rosen
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: bitbake-user-manual: Re-write "Dependencies Internal to the .bb File"Scott Rifenbark
2016-08-17bitbake: bitbake-user-manual: Added setting variable for a single taskScott Rifenbark
2016-08-17bitbake: bitbake-user-manual: Added more detail to anonymous Python functions.Scott Rifenbark
2016-08-17bitbake: bitbake-user-manual: Formatted all "flags" to be consistentScott Rifenbark
2016-08-17bitbake: bitbake-user-manual: Added detail to [dirs] and [cleardirs] flagsScott Rifenbark
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-17bitbake: toaster: update web urls for openembedded-core's special caseDavid Reyna
2016-08-11bitbake: toaster: buildinfohelper Add handling local layers (i.e. non-git) la...Michael Wood
2016-08-11bitbake: toaster: bldcontrol model BRLayer Add corresponding local_source_dirMichael Wood
2016-08-11bitbake: toaster: adapt xhr_import_layer test locally imported layerSujith H
2016-08-11bitbake: toaster: update build configuration pageSujith H
2016-08-11bitbake: toaster: update recipe details pageSujith H
2016-08-11bitbake: toaster: update package detail pageSujith H
2016-08-11bitbake: toaster: updte build tables for locally imported layersSujith H
2016-08-11bitbake: toaster: update the tables informationSujith H
2016-08-11bitbake: toaster: collect details for local dir imported from uiSujith H
2016-08-11bitbake: toaster: add local_source_dir field to modelSujith H
2016-08-11bitbake: toaster: add local directory to the dbSujith H
2016-08-11bitbake: toaster: improve the display when local dir is addedSujith H
2016-08-11bitbake: toaster: update css file for layer importBelen Barros Pena
2016-08-11bitbake: toaster: add local_source_dir to the needed_fieldsSujith H
2016-08-11bitbake: toaster: control the selection of git and local repoSujith H
2016-08-11bitbake: toaster: add import of local directory to UISujith H
2016-08-11bitbake: toaster: fix unhandled exceptionEd Bartosh