summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: tests/fetch.py: Fix recursion failure in url mappingMark Hatle2015-09-182-6/+15
* bitbake: fetch2/__init__.py: uri_replace regex handlingMark Hatle2015-09-182-1/+8
* bitbake: toaster: Read correct cooker log path from toasteruiElliot Smith2015-09-182-5/+5
* bitbake: data_smart: Separate out update_overridevars into separate functionRichard Purdie2015-09-181-5/+6
* bitbake: cache: Handle spaces and colons in directory names for file-checksumsRichard Purdie2015-09-181-1/+14
* bitbake: utils: Add signal_on_parent_exit() functionRichard Purdie2015-09-091-0/+19
* bitbake: server/process: Handle SIGTERM more gracefullyRichard Purdie2015-09-091-0/+9
* bitbake: bb.fetch: don't remove the clone when an update failsChristopher Larson2015-09-041-2/+4
* bitbake: bb.fetch: handle checksums consistently for mirrorsChristopher Larson2015-09-041-3/+4
* bitbake: bb.fetch.git: remove leading '.' from gitsrcnameChristopher Larson2015-09-041-1/+4
* bitbake: bb.cookerdata: include useful traceback for ExpansionError/ParseErrorChristopher Larson2015-09-041-1/+10
* bitbake: bb.data_smart: retain traceback from ExpansionErrorChristopher Larson2015-09-041-1/+2
* bitbake: cooker/runqueue: Allow bitbake commands starting with do_Alex Franco2015-09-042-4/+12
* bitbake: event/server: Add _uiready flag to handle missing error messagesRichard Purdie2015-09-043-5/+9
* bitbake: utils: Fix a potential error in movefileBenjamin Esquivel2015-09-041-3/+6
* bitbake: toaster: Improve how default project is identified and fetchedElliot Smith2015-09-031-1/+2
* bitbake: utils: Specify dest file name in movefile()Benjamin Esquivel2015-09-031-1/+3
* bitbake: build: delete tasks thoroughlyChristopher Larson2015-09-032-12/+14
* bitbake: lib/bb/cooker: add interrupted flag to BuildCompleted eventPaul Eggleton2015-08-292-3/+10
* bitbake: lib/bb/main: avoid importing all server/UI modules on every executionPaul Eggleton2015-08-241-22/+38
* bitbake: main: Handle RuntimeError exception in list_extension_modulesRandy Witt2015-08-201-1/+1
* bitbake: toaster logger: fix pylint issuesAlexandru DAMIAN2015-08-192-89/+98
* bitbake: toaster: fix pylint errorsAlexandru Damian2015-08-191-2/+3
* bitbake: bitbake-layers: fix mapping files to layersPaul Eggleton2015-08-192-8/+49
* bitbake: lib/bb/main: consolidate UI/server extension listing and loadingPaul Eggleton2015-08-191-31/+54
* bitbake: lib/bb/parse: properly handle OSError when updating mtime cachePaul Eggleton2015-08-191-1/+6
* bitbake: cooker: drop appendlistPaul Eggleton2015-08-191-5/+0
* bitbake: cooker: drop appliedappendlistPaul Eggleton2015-08-191-10/+18
* bitbake: Fix -m handling if cannot connect to serverPaul Eggleton2015-08-191-2/+0
* bitbake: cooker: ensure prefile/postfile can work in memory resident modePaul Eggleton2015-08-192-2/+5
* bitbake: command: ensure sync commands that read configuration see updatesRichard Purdie2015-08-192-12/+28
* bitbake: cooker: further limit inotify watchesPaul Eggleton2015-08-191-0/+11
* bitbake: command: intercept SystemExit to avoid trashing the serverPaul Eggleton2015-08-191-1/+1
* bitbake: Fix default function parameter assignment to a listPaul Eggleton2015-08-199-30/+55
* bitbake: runqueue.py: Add provides to taskdepdataMariano Lopez2015-08-101-1/+2
* bitbake: cooker: Resolve file monitoring race issues when using memres bitbakeRichard Purdie2015-08-031-3/+4
* bitbake: bb.parse: properly error out on filesystem errorsChristopher Larson2015-08-012-10/+18
* bitbake: bb.cookerdata: don't show traceback for ParseError/ExpansionErrorChristopher Larson2015-08-011-2/+5
* bitbake: bitbake: toaster: Wait for toaster gui to comeEd Bartosh2015-08-011-0/+1
* bitbake: wget.py: fix incorrect regexesAlexander Kanavin2015-08-011-2/+2
* bitbake: cooker: properly fix bitbake.lock handlingRichard Purdie2015-08-016-30/+57
* bitbake: build: Exit scripts with result of last shell functionAndre McCurdy2015-07-271-1/+1
* bitbake: data_smart: Improve override history loggingRichard Purdie2015-07-242-11/+14
* bitbake: data_smart: Improve performance of infer_caller_details()Richard Purdie2015-07-241-8/+17
* bitbake: data: Clean up datastore accesses and True/False valuesRichard Purdie2015-07-241-20/+20
* bitbake: data: Add newline after the last export in emit_funcAndre McCurdy2015-07-241-1/+2
* bitbake: tinfoil: Add shutdown methodRichard Purdie2015-07-241-0/+4
* bitbake: tests/parse: Add BBCLASSEXTEND multiple data store corruption reprod...Richard Purdie2015-07-231-2/+34
* bitbake: data_smart: Add CoW approach for overridedataRichard Purdie2015-07-231-1/+10
* bitbake: tests/fetch.py: Updated test name FetchMethodTest -> FetchLatestVers...Aníbal Limón2015-07-221-1/+1