summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
AgeCommit message (Expand)Author
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
2015-08-19bitbake: toaster logger: fix pylint issuesAlexandru DAMIAN
2015-08-19bitbake: toaster: fix pylint errorsAlexandru Damian
2015-08-19bitbake: bitbake-layers: fix mapping files to layersPaul Eggleton
2015-08-19bitbake: lib/bb/main: consolidate UI/server extension listing and loadingPaul Eggleton
2015-08-19bitbake: lib/bb/parse: properly handle OSError when updating mtime cachePaul Eggleton
2015-08-19bitbake: cooker: drop appendlistPaul Eggleton
2015-08-19bitbake: cooker: drop appliedappendlistPaul Eggleton
2015-08-19bitbake: Fix -m handling if cannot connect to serverPaul Eggleton
2015-08-19bitbake: cooker: ensure prefile/postfile can work in memory resident modePaul Eggleton
2015-08-19bitbake: command: ensure sync commands that read configuration see updatesRichard Purdie
2015-08-19bitbake: cooker: further limit inotify watchesPaul Eggleton
2015-08-19bitbake: command: intercept SystemExit to avoid trashing the serverPaul Eggleton
2015-08-19bitbake: Fix default function parameter assignment to a listPaul Eggleton
2015-08-10bitbake: runqueue.py: Add provides to taskdepdataMariano Lopez
2015-08-03bitbake: cooker: Resolve file monitoring race issues when using memres bitbakeRichard Purdie
2015-08-01bitbake: bb.parse: properly error out on filesystem errorsChristopher Larson
2015-08-01bitbake: bb.cookerdata: don't show traceback for ParseError/ExpansionErrorChristopher Larson
2015-08-01bitbake: bitbake: toaster: Wait for toaster gui to comeEd Bartosh
2015-08-01bitbake: wget.py: fix incorrect regexesAlexander Kanavin
2015-08-01bitbake: cooker: properly fix bitbake.lock handlingRichard Purdie
2015-07-27bitbake: build: Exit scripts with result of last shell functionAndre McCurdy
2015-07-24bitbake: data_smart: Improve override history loggingRichard Purdie
2015-07-24bitbake: data_smart: Improve performance of infer_caller_details()Richard Purdie
2015-07-24bitbake: data: Clean up datastore accesses and True/False valuesRichard Purdie
2015-07-24bitbake: data: Add newline after the last export in emit_funcAndre McCurdy
2015-07-24bitbake: tinfoil: Add shutdown methodRichard Purdie
2015-07-23bitbake: tests/parse: Add BBCLASSEXTEND multiple data store corruption reprod...Richard Purdie
2015-07-23bitbake: data_smart: Add CoW approach for overridedataRichard Purdie
2015-07-22bitbake: tests/fetch.py: Updated test name FetchMethodTest -> FetchLatestVers...Aníbal Limón
2015-07-22bitbake: fetch2/wget.py: latest_versionstring now returns (version, revision)Aníbal Limón
2015-07-22bitbake: fetch2/git.py: latest_versionstring now returns (version, revision)Aníbal Limón
2015-07-22bitbake: fetch2/git.py: latest_versionstring search in all tagsAníbal Limón
2015-07-21bitbake: data_smart: Use deepcopy for overridedataRichard Purdie
2015-07-16bitbake: lib/bb: provide mechanism to bypass UI log suppressionPaul Eggleton