aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib
AgeCommit message (Expand)Author
2012-09-07bitbake: lib/bb/siggen.py: make signature dump/compare functions return a listPaul Eggleton
2012-09-07bitbake: lib/bb/siggen.py: insert a colon between class and recipe namePaul Eggleton
2012-09-07bitbake: lib/bb/siggen: replace tabs with spacesPaul Eggleton
2012-09-07bitbake: crumbs/hig: Save toolchain in settingsBogdan Marinescu
2012-09-07bitbake: hob: The 'run image' and 'deploy image' dialogs text and alignment c...Cristiana Voicu
2012-09-07bitbake: hob/imagedetailspage: "Image ready" icon appers only after the image...Cristiana Voicu
2012-09-07bitbake: hobwidget: Button theme is taken from host, fixIoana Grigoropol
2012-09-07bitbake: fetch2: unpack rpm, ipk and deb binary packageRobert Yang
2012-09-07bitbake: hob/recipe&packageselectionpage: Change "Back" button to "Cancel" bu...Cristiana Voicu
2012-09-07bitbake: hob/imageconfigurationpage: Set secondary action for "Edit image" bu...Cristiana Voicu
2012-09-07bitbake: hob/packageselectionpage: Add tooltips to 'Included' and 'All packag...Cristiana Voicu
2012-09-07bitbake: hob/packageselectionpage: Correctly restore previously selected pack...Cristiana Voicu
2012-09-07bitbake: hob2: remove class hccKang Kai
2012-09-07bitbake: hob2: remove the hard-coded images mapKang Kai
2012-08-30bitbake: taskdata: Don't add dependencies on tasks that don't existRichard Purdie
2012-08-23bitbake: ast: Store anonymous python function contents in the datstoreRichard Purdie
2012-08-23bitbake: ast: Extract text variable in PythonMethodNodeRichard Purdie
2012-08-23bitbake: ast: Rename PythonMethodNode define variable to modulenameRichard Purdie
2012-08-23bitbake: methodpool: Clean up the parsed module list handling to be slightly ...Richard Purdie
2012-08-23bitbake: methodpool: Remove unused check_insert_method functionRichard Purdie
2012-08-23bitbake: cooker: Add explict handling of BBHandledException for parsing failuresRichard Purdie
2012-08-23bitbake: cooker: Ensure parsing failures stop the buildRichard Purdie
2012-08-23bitbake: utils.py: Once we've printed errors messages, suppress the backtraceRichard Purdie
2012-08-23bitbake: utils.py: Try harder to extract good traceback information by queryi...Richard Purdie
2012-08-23bitbake: cooker: fix traceback when using -b with skipped recipePaul Eggleton
2012-08-22bitbake: event/ast: Use better_exec instead of simple_execRichard Purdie
2012-08-22bitbake: ui: Improve error message if bitbake cannot import python curses moduleKonrad Scherer
2012-08-22bitbake: bitbake/cooker: minor refactor of parseConfiguration()Paul Eggleton
2012-08-22bitbake: data_smart: skip all interal (underscored) flags in getVarFlagsRoss Burton
2012-08-22bitbake: data-smart: rename the 'content' internal variable to '_content'Ross Burton
2012-08-22bitbake: Hob wizard-like reorganizationCristian Iorga
2012-08-22bitbake: bitbake: hob: create console log directory before writingPaul Eggleton
2012-08-18bitbake: build.py: Correct package to recipe in TaskBase events to use consis...Richard Purdie
2012-08-18bitbake: fetch2/git: Work around git confusion between foo.git and foo reposi...Richard Purdie
2012-08-17bitbake: really remove knotty2Richard Purdie
2012-08-16bitbake: bitbake: build.py: Add stampdir argument to cached_mtime_noerrorAndrei Gherzan
2012-08-16bitbake: knotty: Fold knotty2 into knotty and make it the defaultRichard Purdie
2012-08-16bitbake: knotty2: Handle long lines of text and terminal window size changesRichard Purdie
2012-08-16bitbake: build.py: Only execute mkdirhier if stampdir doesn't existRichard Purdie
2012-08-16bitbake: bb/ui/uihelper.py: Ensure task current and total numbers are updated...Richard Purdie
2012-08-16bitbake: knotty: Chain the WINCH signal handler in progressbar so any other h...Richard Purdie
2012-08-03bitbake: data_smart: Fix unanchored regexp causing strange parsing issueRichard Purdie
2012-08-02bitbake: cooker: fix OVERRIDES in BB_SIGNATURE_HANDLER (to override value fro...Martin Jansa
2012-08-02bitbake: fetch2/local: Add search paths to the debug log to improve log usefu...Richard Purdie
2012-08-02bitbake: fetch2/local.py: Provide better debug output when fetch of a local f...Richard Purdie
2012-08-02bitbake: runqueue.py: Clean up runqueue exception catching in the normal task...Richard Purdie
2012-08-02bitbake: Hob: change the Build failure scenario as ui designLiming An
2012-08-02bitbake: Hob: log for Hob and allow users to show logs after successful buildLiming An
2012-08-02bitbake: fetch2: print checksums when they are different then expectedMartin Jansa
2012-08-02bitbake: fetch2: handle broken symlinks in local mirror handlingChristopher Larson