summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2013-05-24bitbake: cooker/cookerdata: Fix up event handling for hobRichard Purdie
2013-05-24bitbake: build: Avoid empty promisesRichard Purdie
2013-05-24bitbake: bitbake-layers: fix show-appends and flatten for recent cooker changesPaul Eggleton
2013-05-24bitbake: cooker/cookerdata: Improve configuration object handlingRichard Purdie
2013-05-24bitbake: fetch2: Fix missing assignmentRichard Purdie
2013-05-24bitbake: cooker/cookerdata/event: Improve class handlers managementRichard Purdie
2013-05-24bitbake: cooker/cookerdata/utils: Improve context managementRichard Purdie
2013-05-24bitbake: event: Drop Handled/NotHandled status return valuesRichard Purdie
2013-05-24bitbake: cooker.py: Remove global scope class event handlersRichard Purdie
2013-05-24bitbake: methodpool: Retire it, remove global method scopeRichard Purdie
2013-05-24bitbake: methodpool: Conflicting methodnames should be a fatal errorRichard Purdie
2013-05-22bitbake: hob: Table sorting criteria should not change after deselecting reci...Cristiana Voicu
2013-05-22bitbake: hob: apply a fade out animation when deselecting from tablesCristiana Voicu
2013-05-22bitbake: cookerdata: rename _parse to parse_config_filePaul Eggleton
2013-05-22bitbake: tinfoil: fix for changes to cooker config structurePaul Eggleton
2013-05-22bitbake: bitbake-layers: fix for move of calc_bbfile_priority within cookerPaul Eggleton
2013-05-22bitbake: command: Fix function module reference after code rearrangementRichard Purdie
2013-05-22bitbake: runqueue.py: Ensure export flag is set for fakeroot environment vari...Richard Purdie
2013-05-22bitbake: bitbake/cookerdata: Explicitly specify cooker configuration optionsRichard Purdie
2013-05-22bitbake: cooker: Split configuration parsing code into cookerdataRichard Purdie
2013-05-22bitbake: cooker: Move commandline parsing back into the UI/cookerdataRichard Purdie
2013-05-22bitbake: bitbake: Create cookerdata splitting config from cooker and bin/bitbakeRichard Purdie
2013-05-22bitbake: bin/bitbake: Improve exception handlingRichard Purdie
2013-05-22bitbake: fetch2: Shorten long srcrevsRichard Purdie
2013-05-22bitbake: fetch2/git: Clean up sortable_revisionRichard Purdie
2013-05-22bitbake: data: Ensure dependencies of subfunctions are accounted forRichard Purdie
2013-05-17bitbake: test/fetch: Allow the conditional network tests to work under python...Richard Purdie
2013-05-17bitbake: test/fetch: Split the network tests from the rest of the fetcher testsRichard Purdie
2013-05-17bitbake: fetch2/utils: Clean up importsRichard Purdie
2013-05-17bitbake: tests/fetch: Allow to work on python 2.6Richard Purdie
2013-05-14bitbake: bin/bitbake: Fix queue import for pyhton 2 and 3Richard Purdie
2013-05-14bitbake: hob: fix for XMLRPC modeBogdan Marinescu
2013-05-13bitbake: cooker/bitbake-layers/tinfoil: Fix recipecache typoRichard Purdie
2013-05-12bitbake: bitbake-layers/tinfoil: Catch up with status -> recpiecache renameRichard Purdie
2013-05-12bitbake: cooker: Rename status variable to recipecacheRichard Purdie
2013-05-12bitbake: cooker: Rename confusing buildDepgraph task to handlePrefProvidersRichard Purdie
2013-05-12bitbake: cooker: Drop pointless variablesRichard Purdie
2013-05-12bitbake: cooker.py: Drop confusing updateCache callsRichard Purdie
2013-05-12bitbake: cooker: Remove pointless repeated importRichard Purdie
2013-05-12bitbake: cooker: Fix get_bbfiles()Richard Purdie
2013-05-12bitbake: cooker: Separate out collections handling code into its own classRichard Purdie
2013-05-12bitbake: cooker: Drop unused variables from collect_bbfiles()Richard Purdie
2013-05-10bitbake: pysh: Say what kind of token isn't implementedOlof Johansson
2013-05-10bitbake: hob: assure consistency for image size labelCristiana Voicu
2013-05-10bitbake: hob: clicking on "cancel" should reset table sorting to defaultCristiana Voicu
2013-05-10bitbake: hob: "Brought in by" sorting should take into account the (+#) infor...Cristiana Voicu
2013-05-10bitbake: hob: sort alphabetically results in groups of recipes/packagesCristiana Voicu
2013-05-10bitbake: Updated information in tooltipsAndrei Dinu
2013-05-09bitbake: lib: print is a function in moderm python, covert remaining usersRichard Purdie
2013-05-09bitbake: lib: Use modern expcetion syntaxRichard Purdie