summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: Update version to 1.15.3Richard Purdie2012-07-191-1/+1
* bitbake: bitbake: Warn upon finding tab indentation in python functionsRichard Purdie2012-07-192-2/+4
* bitbake: fetch2/svn.py: Use protocol parameter to get the protocolMartin Jansa2012-07-181-1/+1
* bitbake: hob2: add elf to hcc supported image typesKang Kai2012-07-171-0/+1
* bitbake: siggen.py: Insure .siginfo files writes into shared sstate cache are...Jeffrey C Honig2012-07-171-4/+15
* bitbake: runqueue.py: Improve error output to be more useful when non-existen...Richard Purdie2012-07-171-1/+1
* bitbake: fetch2/__init__.py: Warn user if SRC_URI is using "proto" and not "p...Andrei Gherzan2012-07-111-0/+4
* bitbake: fetch2/bzr.py: Use "protocol" parameter to get the protocolAndrei Gherzan2012-07-111-1/+1
* bitbake: fetch2/hg.py: Use "protocol" parameter to get the protocolAndrei Gherzan2012-07-111-1/+1
* bitbake: fetch2/osc.py: Use "protocol" parameter to get the protocolAndrei Gherzan2012-07-111-1/+1
* bitbake: bitbake: Abort build if runtime dependency conflictWenzong Fan2012-07-112-1/+4
* bitbake: fetch2/wget: Use FETCHCMD_wget to provide the commandline and optionsRichard Purdie2012-07-101-3/+5
* bitbake: fetch2/cvs.py: Switch to use FETCHCMD_cvs and handle parameters in t...Richard Purdie2012-07-101-9/+3
* bitbake: bitbake/cooker: Print which pkgs would be built in -g outputRobert Yang2012-07-091-0/+4
* bitbake: data_smart: Fix multiple override interaction with append and prepen...Richard Purdie2012-07-051-1/+6
* bitbake: runqueue.py: Fix recursive task pruning to only prune self referenci...Richard Purdie2012-07-041-2/+4
* bitbake: fetch2/svn: Enhance to cope with subversion 1.7 upgradeRichard Purdie2012-07-041-5/+10
* bitbake: runqueue.py: Allow recrdeptasks that have self referencesRichard Purdie2012-07-041-2/+7
* bitbake: Hob: fixed some variables not clean bug in detail pageLiming An2012-07-041-11/+3
* bitbake: git: do not execute 'git remote prune'Enrico Scholz2012-07-041-1/+0
* bitbake: Hob: change 'run image' and 'deploy' Gui and work flow for building ...Liming An2012-06-291-114/+98
* bitbake: runqueue.py: Handle multiple rdeptask entriesRichard Purdie2012-06-281-2/+2
* bitbake: fetch2: Revert the regexp removal for the type field and instead anc...Richard Purdie2012-06-281-9/+8
* bitbake: test/fetch: Switch the comparision order to make test failures sligh...Richard Purdie2012-06-281-1/+1