summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bitbake: fetch2/wget.py: latest_versionstring now returns (version, revision)Aníbal Limón2015-07-222-7/+8
* bitbake: fetch2/git.py: latest_versionstring now returns (version, revision)Aníbal Limón2015-07-222-7/+14
* bitbake: fetch2/git.py: latest_versionstring search in all tagsAníbal Limón2015-07-221-1/+1
* bitbake: data_smart: Use deepcopy for overridedataRichard Purdie2015-07-211-1/+1
* bitbake: lib/bb: provide mechanism to bypass UI log suppressionPaul Eggleton2015-07-162-5/+10
* bitbake: lib/bb/process: check output of select() before reading extrafilesPaul Eggleton2015-07-161-10/+11
* bitbake: tests/data: Add new data testsRichard Purdie2015-07-122-0/+93
* bitbake: data_smart: Fix appendVar/prependVarRichard Purdie2015-07-121-4/+2
* bitbake: data_smart: Fix data expansion cache issuesRichard Purdie2015-07-121-1/+1
* bitbake: data_smart: Fix keys() missing overridesRichard Purdie2015-07-121-0/+15