summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Implement 'settings' dialog as designedValentin Popa2012-09-143-138/+293
* bitbake: cooker: Fix priority for virtual recipesRichard Purdie2012-09-141-1/+2
* bitbake: hob/builddetailspage: Add tooltips to the build failed notificationConstantin Musca2012-09-141-0/+3
* bitbake: lib/bb/event: improve handling of event queue on exitPaul Eggleton2012-09-141-0/+12
* bitbake: hob: format error messages properlyPaul Eggleton2012-09-141-1/+3
* bitbake: hob/imagedetailspage: change "FileCreated" label to "Files created"Cristiana Voicu2012-09-141-1/+1
* bitbake: Fixed hob proxy tab tooltip text per review suggestions [YOCTO #2499]Jessica Zhang2012-09-141-5/+5
* bitbake: hob: sort base image drop-down listPaul Eggleton2012-09-141-0/+1
* bitbake: lib/bb/command.py: ensure setVariable only sets values as stringsPaul Eggleton2012-09-141-1/+1
* bitbake: hob: don't reorder layers listPaul Eggleton2012-09-141-11/+2
* bitbake: hob/packageselectionpage: restore selected packagesCristiana Voicu2012-09-102-4/+3
* bitbake: hob: rename task -> packagegroup in recipe selectionPaul Eggleton2012-09-102-9/+9
* bitbake: hob: ensure error message text is properly escapedPaul Eggleton2012-09-101-11/+3
* bitbake: hob: use correct semantics for dealing with pkgdataPaul Eggleton2012-09-101-15/+20
* bitbake: tinfoil: Add file inadvertently not committedRichard Purdie2012-09-101-0/+98
* bitbake: cooker: fix handling of exceptions during exception handlingPaul Eggleton2012-09-101-2/+7
* bitbake: fetch2: fix malformed URL causing a useless tracebackPaul Eggleton2012-09-101-2/+2
* bitbake: hob/imageconfigurationpage: remove or_label referenceCristiana Voicu2012-09-101-2/+0
* bitbake: fetch2: replace double slashes in paths in encodeurl()Paul Eggleton2012-09-071-0/+3
* bitbake: hob: print message when DISPLAY is not setCristiana Voicu2012-09-071-2/+9
* bitbake: Hob: change view of 'recipes' and 'packages' tables as ui designLiming An2012-09-074-60/+41
* bitbake: bitbake-diffsigs: allow specifying task & follow deps recursivelyPaul Eggleton2012-09-072-12/+102
* bitbake: lib/bb/siggen.py: make signature dump/compare functions return a listPaul Eggleton2012-09-073-33/+46
* bitbake: lib/bb/siggen.py: insert a colon between class and recipe namePaul Eggleton2012-09-071-1/+1
* bitbake: lib/bb/siggen: replace tabs with spacesPaul Eggleton2012-09-071-17/+17
* bitbake: tinfoil: create simple interface for bitbake-based utilitiesPaul Eggleton2012-09-071-99/+47
* bitbake: crumbs/hig: Save toolchain in settingsBogdan Marinescu2012-09-071-0/+1
* bitbake: hob: The 'run image' and 'deploy image' dialogs text and alignment c...Cristiana Voicu2012-09-071-4/+10
* bitbake: hob/imagedetailspage: "Image ready" icon appers only after the image...Cristiana Voicu2012-09-071-1/+1
* bitbake: hobwidget: Button theme is taken from host, fixIoana Grigoropol2012-09-072-21/+23
* bitbake: fetch2: unpack rpm, ipk and deb binary packageRobert Yang2012-09-071-1/+3
* bitbake: hob/recipe&packageselectionpage: Change "Back" button to "Cancel" bu...Cristiana Voicu2012-09-072-6/+5
* bitbake: hob/imageconfigurationpage: Set secondary action for "Edit image" bu...Cristiana Voicu2012-09-071-5/+1
* bitbake: hob/packageselectionpage: Add tooltips to 'Included' and 'All packag...Cristiana Voicu2012-09-071-1/+6
* bitbake: hob/packageselectionpage: Correctly restore previously selected pack...Cristiana Voicu2012-09-072-0/+11
* bitbake: hob2: remove class hccKang Kai2012-09-074-32/+2
* bitbake: hob2: remove the hard-coded images mapKang Kai2012-09-072-5/+26
* bitbake: taskdata: Don't add dependencies on tasks that don't existRichard Purdie2012-08-301-0/+3
* bitbake: bin/bitbake: Clarify wording in help output for -sTrevor Woerner2012-08-301-1/+1
* bitbake: ast: Store anonymous python function contents in the datstoreRichard Purdie2012-08-231-0/+1
* bitbake: ast: Extract text variable in PythonMethodNodeRichard Purdie2012-08-231-2/+3
* bitbake: ast: Rename PythonMethodNode define variable to modulenameRichard Purdie2012-08-231-6/+6
* bitbake: methodpool: Clean up the parsed module list handling to be slightly ...Richard Purdie2012-08-233-10/+10
* bitbake: methodpool: Remove unused check_insert_method functionRichard Purdie2012-08-231-14/+0
* bitbake: cooker: Add explict handling of BBHandledException for parsing failuresRichard Purdie2012-08-231-0/+5
* bitbake: cooker: Ensure parsing failures stop the buildRichard Purdie2012-08-231-3/+9
* bitbake: utils.py: Once we've printed errors messages, suppress the backtraceRichard Purdie2012-08-231-3/+5
* bitbake: utils.py: Try harder to extract good traceback information by queryi...Richard Purdie2012-08-231-4/+13
* bitbake: cooker: fix traceback when using -b with skipped recipePaul Eggleton2012-08-231-0/+4
* bitbake: event/ast: Use better_exec instead of simple_execRichard Purdie2012-08-223-3/+5