summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2012-08-30bitbake: taskdata: Don't add dependencies on tasks that don't existRichard Purdie
2012-08-30bitbake: bin/bitbake: Clarify wording in help output for -sTrevor Woerner
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-layers: use parsable title for show-appendsPaul Eggleton
2012-08-22bitbake: bitbake-layers: avoid full parse for show-layers subcommandPaul Eggleton
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-17bitbake: bin/bitbake: Remove knotty2 from the list of valid interfacesRichard 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-03bitbake: Fix script location after mishandled mergeRichard 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: contrib/dump_cache.py: dump recipe -> packages mapping from bb_cache...Robert Yang
2012-08-02bitbake: bitbake-layers: fix help for show-overlayed to match behaviourPaul Eggleton
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
2012-08-02bitbake: knotty: ensure that directory for BB_CONSOLELOG exists before using itMartin Jansa
2012-08-02bitbake: fetch2/__init__.py: Add NoChecksumError exceptionMark Hatle
2012-08-02bitbake: hob: deal event DiskFullKang Kai
2012-08-02bitbake: monitordisk: fire event DISKFULL when terminate buildKang Kai
2012-07-26bitbake: fetch/local: Allow preservation of path components in relative file:...Richard Purdie
2012-07-26bitbake: runqueue.py: Wipe out the stamp cache between setscene and main task...Richard Purdie
2012-07-26bitbake: runqueue.py: Allow the setsceneverify function to have a list of tas...Richard Purdie