summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
AgeCommit message (Expand)Author
2015-10-27bitbake: toaster: add get_or_create_targets APIEd Bartosh
2015-10-27bitbake: fetcher: svn: Add support for checkout to a custom pathJens Rehsack
2015-10-27bitbake: cooker: preserve pre and post configsEd Bartosh
2015-10-16bitbake: fetch2/hg: Include missing errno importLogan Buchy
2015-10-16bitbake: cooker: normalize build targetsEd Bartosh
2015-10-16bitbake: toaster: Record critical errorsElliot Smith
2015-10-16bitbake: toaster: buildinfohelper Detect command line buildsMichael Wood
2015-10-11bitbake: toaster: buildinfohelper Skip packages we have no build info aboutMichael Wood
2015-10-11bitbake: toaster: buildinfohelper associate build data with built_recipeMichael Wood
2015-10-11bitbake: toaster: use meaningful logging levelsEd Bartosh
2015-10-11bitbake: toaster: ignore ReachableStamps eventEd Bartosh
2015-10-01bitbake: bitbake/lib: Update version to 1.28.0Richard Purdie
2015-10-01bitbake: siggen: Make it clear why nostamp tasks signatures don't matchRichard Purdie
2015-10-01bitbake: runqueue: Add handling of virtual/xxx provider mappingsRichard Purdie
2015-10-01bitbake: taskdata: Add a function to return the virtual/ mapping dataRichard Purdie
2015-10-01bitbake: cookerdata: Rename BBPKGS -> BBTARGETSRichard Purdie
2015-09-29bitbake: utils: only add layer once in edit_bblayers_conf()Markus Lehtonen
2015-09-29bitbake: Revert "bitbake: toaster: don't re-create Target objects"Michael Wood
2015-09-29bitbake: toaster: buildinfohelper Create a copy of the built layer and recipeMichael Wood
2015-09-29bitbake: toaster: Create a relationship between build information and toaster...Michael Wood
2015-09-23bitbake: tinfoil: remove logging handler at shutdownMarkus Lehtonen
2015-09-23bitbake: toaster: Add fake entry to Target_File for filesystem rootElliot Smith
2015-09-23bitbake: toaster: don't re-create Target objectsEd Bartosh
2015-09-19bitbake: bitbake: bb.fetch2.git: Import errno moduleRomain Perier
2015-09-18bitbake: data_smart: Ensure OVERRIDES dependencies account for contains()Richard Purdie
2015-09-18bitbake: data_smart: Correctly handle OVERRIDE values set using ??=Richard Purdie
2015-09-18bitbake: data_smart: When considering OVERRIDE dependencies, do so recursivelyRichard Purdie
2015-09-18bitbake: data_smart: Expand overrides cache recursivelyRichard Purdie
2015-09-18bitbake: bb.fetch2.{git, hg}: remove tarball if it needs updatingChristopher Larson
2015-09-18bitbake: tests/fetch.py: Fix recursion failure in url mappingMark Hatle
2015-09-18bitbake: fetch2/__init__.py: uri_replace regex handlingMark Hatle
2015-09-18bitbake: toaster: Read correct cooker log path from toasteruiElliot Smith
2015-09-18bitbake: data_smart: Separate out update_overridevars into separate functionRichard Purdie
2015-09-18bitbake: cache: Handle spaces and colons in directory names for file-checksumsRichard Purdie
2015-09-09bitbake: utils: Add signal_on_parent_exit() functionRichard Purdie
2015-09-09bitbake: server/process: Handle SIGTERM more gracefullyRichard Purdie
2015-09-04bitbake: bb.fetch: don't remove the clone when an update failsChristopher Larson
2015-09-04bitbake: bb.fetch: handle checksums consistently for mirrorsChristopher Larson
2015-09-04bitbake: bb.fetch.git: remove leading '.' from gitsrcnameChristopher Larson
2015-09-04bitbake: bb.cookerdata: include useful traceback for ExpansionError/ParseErrorChristopher Larson
2015-09-04bitbake: bb.data_smart: retain traceback from ExpansionErrorChristopher Larson
2015-09-04bitbake: cooker/runqueue: Allow bitbake commands starting with do_Alex Franco
2015-09-04bitbake: event/server: Add _uiready flag to handle missing error messagesRichard Purdie
2015-09-04bitbake: utils: Fix a potential error in movefileBenjamin Esquivel
2015-09-03bitbake: toaster: Improve how default project is identified and fetchedElliot Smith
2015-09-03bitbake: utils: Specify dest file name in movefile()Benjamin Esquivel
2015-09-03bitbake: build: delete tasks thoroughlyChristopher Larson
2015-08-29bitbake: lib/bb/cooker: add interrupted flag to BuildCompleted eventPaul Eggleton
2015-08-24bitbake: lib/bb/main: avoid importing all server/UI modules on every executionPaul Eggleton
2015-08-20bitbake: main: Handle RuntimeError exception in list_extension_modulesRandy Witt