summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bitbake: ui: Improve error message if bitbake cannot import python curses moduleKonrad Scherer2012-08-222-2/+12
* bitbake: bitbake-layers: use parsable title for show-appendsPaul Eggleton2012-08-221-1/+1
* bitbake: bitbake-layers: avoid full parse for show-layers subcommandPaul Eggleton2012-08-221-4/+7
* bitbake: bitbake/cooker: minor refactor of parseConfiguration()Paul Eggleton2012-08-221-10/+6
* bitbake: data_smart: skip all interal (underscored) flags in getVarFlagsRoss Burton2012-08-221-1/+1
* bitbake: data-smart: rename the 'content' internal variable to '_content'Ross Burton2012-08-221-8/+8
* bitbake: Hob wizard-like reorganizationCristian Iorga2012-08-226-60/+69
* bitbake: bitbake: hob: create console log directory before writingPaul Eggleton2012-08-221-0/+1
* bitbake: build.py: Correct package to recipe in TaskBase events to use consis...Richard Purdie2012-08-182-2/+2
* bitbake: fetch2/git: Work around git confusion between foo.git and foo reposi...Richard Purdie2012-08-181-1/+16
* bitbake: really remove knotty2Richard Purdie2012-08-171-0/+0
* bitbake: bin/bitbake: Remove knotty2 from the list of valid interfacesRichard Purdie2012-08-171-1/+1
* bitbake: bitbake: build.py: Add stampdir argument to cached_mtime_noerrorAndrei Gherzan2012-08-161-1/+1
* bitbake: knotty: Fold knotty2 into knotty and make it the defaultRichard Purdie2012-08-162-162/+101
* bitbake: knotty2: Handle long lines of text and terminal window size changesRichard Purdie2012-08-161-6/+46