summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: taskdata: Don't add dependencies on tasks that don't existRichard Purdie2012-08-301-0/+3
* 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/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: 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
* bitbake: build.py: Only execute mkdirhier if stampdir doesn't existRichard Purdie2012-08-161-1/+3
* bitbake: bb/ui/uihelper.py: Ensure task current and total numbers are updated...Richard Purdie2012-08-161-1/+1
* bitbake: knotty: Chain the WINCH signal handler in progressbar so any other h...Richard Purdie2012-08-161-0/+14
* bitbake: data_smart: Fix unanchored regexp causing strange parsing issueRichard Purdie2012-08-031-1/+1
* bitbake: cooker: fix OVERRIDES in BB_SIGNATURE_HANDLER (to override value fro...Martin Jansa2012-08-021-0/+1
* bitbake: fetch2/local: Add search paths to the debug log to improve log usefu...Richard Purdie2012-08-021-0/+3
* bitbake: fetch2/local.py: Provide better debug output when fetch of a local f...Richard Purdie2012-08-021-6/+19
* bitbake: runqueue.py: Clean up runqueue exception catching in the normal task...Richard Purdie2012-08-021-0/+3
* bitbake: Hob: change the Build failure scenario as ui designLiming An2012-08-021-50/+33
* bitbake: Hob: log for Hob and allow users to show logs after successful buildLiming An2012-08-025-18/+129
* bitbake: fetch2: print checksums when they are different then expectedMartin Jansa2012-08-021-0/+6
* bitbake: fetch2: handle broken symlinks in local mirror handlingChristopher Larson2012-08-021-1/+5
* bitbake: knotty: ensure that directory for BB_CONSOLELOG exists before using itMartin Jansa2012-08-021-0/+1
* bitbake: fetch2/__init__.py: Add NoChecksumError exceptionMark Hatle2012-08-021-1/+13
* bitbake: hob: deal event DiskFullKang Kai2012-08-022-1/+14
* bitbake: monitordisk: fire event DISKFULL when terminate buildKang Kai2012-08-022-0/+13
* bitbake: fetch/local: Allow preservation of path components in relative file:...Richard Purdie2012-07-261-3/+4
* bitbake: runqueue.py: Wipe out the stamp cache between setscene and main task...Richard Purdie2012-07-261-0/+2
* bitbake: runqueue.py: Allow the setsceneverify function to have a list of tas...Richard Purdie2012-07-261-3/+24
* bitbake: runqueue.py: Ensure one setscene function doesn't mask out another w...Richard Purdie2012-07-261-2/+5
* bitbake: runqueue.py: Optimise the hashvalidate call to only process tasks we...Richard Purdie2012-07-261-0/+6
* bitbake: runqueue.py: Gracefully exit if an exception occurs in the runqueue ...Richard Purdie2012-07-261-1/+9
* bitbake: runqueue.py: Fix a stamp comparision bugRichard Purdie2012-07-261-6/+9
* bitbake: bitbake wget fetcher: add parameter: downloadfilenameNitin A Kamble2012-07-241-1/+8
* bitbake: Change bzr fetcher to use branch instead of co. Fixes: bzr: ERROR: N...Martin Ertsaas2012-07-241-1/+1
* bitbake: cooker.py: Ensure we track parser errors and only show bbappend issu...Richard Purdie2012-07-241-2/+9