summaryrefslogtreecommitdiffstats
path: root/lib/bb
AgeCommit message (Expand)Author
2016-09-20cooker.py: add LAYERRECOMMENDS processingJoe Slater
2016-09-20uihelper: use elif instead of repeated ifRoss Burton
2016-09-16cooker: check if target contains taskEd Bartosh
2016-09-16cookerdata: allow multiple passes of config re-parsingMarkus Lehtonen
2016-09-16cookerdata: fire ConfigParsed event after re-parseMarkus Lehtonen
2016-09-14build: Allow dirs/cleandirs to work for empty functionsRichard Purdie
2016-09-14bitbake: fetch2: Make SRCREV_FORMAT name substitution saferUlf Magnusson
2016-09-14fetch2/npm: don't download same URL multiple timesPaul Eggleton
2016-09-14event.py: output errors and warnings to stderrEd Bartosh
2016-09-06cooker: record events on cooker exitEd Bartosh
2016-09-06toaster: keep layer name in variable history pathDavid Reyna
2016-09-06lib/bb/utils: edit_metadata() comment tweaksPaul Eggleton
2016-09-06fetch2/npm: clarify commentPaul Eggleton
2016-09-06fetch2/npm: handle top-level shrinkwrap filePaul Eggleton
2016-09-06fetch2/npm: support subdir= parameterPaul Eggleton
2016-09-06fetch2/npm: fix broken fetches if more than one npm URL fetchedPaul Eggleton
2016-09-06fetch2/npm: explicitly specify workdirPaul Eggleton
2016-09-02bb.fetch2.svn: correctly pass workdir when fetchingChristopher Larson
2016-09-02cooker.py: Catch when stdout doesn't have a file descriptorMariano Lopez
2016-09-02buildinfohelper: discover kernel artifacts correctlyElliot Smith
2016-09-02wget: allow basic http auth for SSTATE_MIRRORSStephano Cetola
2016-09-02cookerdata/ast: Fail gracefully if event handler function is not foundMarkus Lehtonen
2016-09-02build/runqueue: Add noextra stamp file parameter to fix multiconfig buildsRichard Purdie
2016-09-02fetch2: Handle multiconfig fetcher issuesRichard Purdie
2016-09-02tinfoil: add a parse_recipe_file functionPaul Eggleton
2016-09-02cache: allow parsing a recipe with a custom config datastorePaul Eggleton
2016-09-02tinfoil: 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-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: introduce BB_TMPDIR_NOCLEANMarkus 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-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