aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2012-08-02cooker: fix OVERRIDES in BB_SIGNATURE_HANDLER (to override value from DISTRO....Martin Jansa
2012-08-02fetch2/local: Add search paths to the debug log to improve log usefullnessRichard Purdie
2012-08-02fetch2/local.py: Provide better debug output when fetch of a local file failsRichard Purdie
2012-08-02runqueue.py: Clean up runqueue exception catching in the normal task failure ...Richard Purdie
2012-08-02Hob: change the Build failure scenario as ui designLiming An
2012-08-02Hob: log for Hob and allow users to show logs after successful buildLiming An
2012-08-02fetch2: print checksums when they are different then expectedMartin Jansa
2012-08-02fetch2: handle broken symlinks in local mirror handlingChristopher Larson
2012-08-02knotty: ensure that directory for BB_CONSOLELOG exists before using itMartin Jansa
2012-08-02fetch2/__init__.py: Add NoChecksumError exceptionMark Hatle
2012-08-02hob: deal event DiskFullKang Kai
2012-08-02monitordisk: fire event DISKFULL when terminate buildKang Kai
2012-07-26fetch/local: Allow preservation of path components in relative file:// urlsRichard Purdie
2012-07-26runqueue.py: Wipe out the stamp cache between setscene and main task executionRichard Purdie
2012-07-26runqueue.py: Allow the setsceneverify function to have a list of tasks that a...Richard Purdie
2012-07-26runqueue.py: Ensure one setscene function doesn't mask out another which need...Richard Purdie
2012-07-26runqueue.py: Optimise the hashvalidate call to only process tasks we may actu...Richard Purdie
2012-07-26runqueue.py: Gracefully exit if an exception occurs in the runqueue execution...Richard Purdie
2012-07-26runqueue.py: Fix a stamp comparision bugRichard Purdie
2012-07-24bitbake wget fetcher: add parameter: downloadfilenameNitin A Kamble
2012-07-24Change bzr fetcher to use branch instead of co. Fixes: bzr: ERROR: No pull lo...Martin Ertsaas
2012-07-24cooker.py: Ensure we track parser errors and only show bbappend issues on com...Richard Purdie
2012-07-19Update version to 1.15.3Richard Purdie
2012-07-19bitbake: Warn upon finding tab indentation in python functionsRichard Purdie
2012-07-18fetch2/svn.py: Use protocol parameter to get the protocolMartin Jansa
2012-07-17hob2: add elf to hcc supported image typesKang Kai
2012-07-17siggen.py: Insure .siginfo files writes into shared sstate cache are atomicJeffrey C Honig
2012-07-17runqueue.py: Improve error output to be more useful when non-existent tasks a...Richard Purdie
2012-07-11fetch2/__init__.py: Warn user if SRC_URI is using "proto" and not "protocol"Andrei Gherzan
2012-07-11fetch2/bzr.py: Use "protocol" parameter to get the protocolAndrei Gherzan
2012-07-11fetch2/hg.py: Use "protocol" parameter to get the protocolAndrei Gherzan
2012-07-11fetch2/osc.py: Use "protocol" parameter to get the protocolAndrei Gherzan
2012-07-11bitbake: Abort build if runtime dependency conflictWenzong Fan
2012-07-10fetch2/wget: Use FETCHCMD_wget to provide the commandline and optionsRichard Purdie
2012-07-10fetch2/cvs.py: Switch to use FETCHCMD_cvs and handle parameters in the fetche...Richard Purdie
2012-07-09bitbake/cooker: Print which pkgs would be built in -g outputRobert Yang
2012-07-05data_smart: Fix multiple override interaction with append and prepend operatorsRichard Purdie
2012-07-04runqueue.py: Fix recursive task pruning to only prune self referencing tasksRichard Purdie
2012-07-04fetch2/svn: Enhance to cope with subversion 1.7 upgradeRichard Purdie
2012-07-04runqueue.py: Allow recrdeptasks that have self referencesRichard Purdie
2012-07-04Hob: fixed some variables not clean bug in detail pageLiming An
2012-07-04git: do not execute 'git remote prune'Enrico Scholz
2012-06-29Hob: change 'run image' and 'deploy' Gui and work flow for building detail pageLiming An
2012-06-28runqueue.py: Handle multiple rdeptask entriesRichard Purdie
2012-06-28fetch2: Revert the regexp removal for the type field and instead anchor regexpRichard Purdie
2012-06-28test/fetch: Switch the comparision order to make test failures slightly clearerRichard Purdie
2012-06-28test/fetch: Ensure cwd is valud for the git cloneRichard Purdie
2012-06-28runqueue: Reimplement recrdepends so it works more correctlyRichard Purdie
2012-06-28runqueue.py: Convert depends variable to use setsRichard Purdie
2012-06-28taskdata: Add gettask_id_fromfnid helper functionRichard Purdie