summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
AgeCommit message (Expand)Author
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
2015-07-16bitbake: lib/bb/process: check output of select() before reading extrafilesPaul Eggleton
2015-07-12bitbake: tests/data: Add new data testsRichard Purdie
2015-07-12bitbake: data_smart: Fix appendVar/prependVarRichard Purdie
2015-07-12bitbake: data_smart: Fix data expansion cache issuesRichard Purdie
2015-07-12bitbake: data_smart: Fix keys() missing overridesRichard Purdie
2015-07-12bitbake: data_smart: Cache set(self.overrides)Richard Purdie
2015-07-12bitbake: data_smart: Improve override recursion handlingRichard Purdie
2015-07-12bitbake: data_smart: Tweak OVERRIDES value cache for performanceRichard Purdie
2015-07-12bitbake: data_smart: Seperate out the override cacheRichard Purdie
2015-07-12bitbake: data_smart: VariableHistory: Ignore override duplicates and overlap ...Richard Purdie
2015-07-12bitbake: parse/ast/data_smart: Add parsing flag to getVar/setVarRichard Purdie
2015-07-12bitbake: data_smart: Move override handling to getVarRichard Purdie
2015-07-12bitbake: data_smart: Cache overrides and fix data storeRichard Purdie
2015-07-12bitbake: data_smart: Fix cache clearance problemsRichard Purdie
2015-07-12bitbake: data_smart: Improve override handlingRichard Purdie
2015-07-12bitbake: data_smart: Remove need for update_data callsRichard Purdie
2015-07-12bitbake: data_smart: Defer append/prepend handlingRichard Purdie
2015-07-12bitbake: fetch2/wget.py: checkstatus disable SSL cert validation.Aníbal Limón