summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
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
2012-07-26bitbake: runqueue.py: Ensure one setscene function doesn't mask out another w...Richard Purdie
2012-07-26bitbake: runqueue.py: Optimise the hashvalidate call to only process tasks we...Richard Purdie
2012-07-26bitbake: runqueue.py: Gracefully exit if an exception occurs in the runqueue ...Richard Purdie
2012-07-26bitbake: runqueue.py: Fix a stamp comparision bugRichard Purdie
2012-07-24bitbake: bitbake wget fetcher: add parameter: downloadfilenameNitin A Kamble
2012-07-24bitbake: Change bzr fetcher to use branch instead of co. Fixes: bzr: ERROR: N...Martin Ertsaas
2012-07-24bitbake: cooker.py: Ensure we track parser errors and only show bbappend issu...Richard Purdie
2012-07-19bitbake: Update version to 1.15.3Richard Purdie
2012-07-19bitbake: bitbake: Warn upon finding tab indentation in python functionsRichard Purdie
2012-07-18bitbake: fetch2/svn.py: Use protocol parameter to get the protocolMartin Jansa
2012-07-17bitbake: hob2: add elf to hcc supported image typesKang Kai
2012-07-17bitbake: siggen.py: Insure .siginfo files writes into shared sstate cache are...Jeffrey C Honig
2012-07-17bitbake: runqueue.py: Improve error output to be more useful when non-existen...Richard Purdie
2012-07-11bitbake: fetch2/__init__.py: Warn user if SRC_URI is using "proto" and not "p...Andrei Gherzan
2012-07-11bitbake: fetch2/bzr.py: Use "protocol" parameter to get the protocolAndrei Gherzan
2012-07-11bitbake: fetch2/hg.py: Use "protocol" parameter to get the protocolAndrei Gherzan
2012-07-11bitbake: fetch2/osc.py: Use "protocol" parameter to get the protocolAndrei Gherzan
2012-07-11bitbake: bitbake: Abort build if runtime dependency conflictWenzong Fan
2012-07-10bitbake: fetch2/wget: Use FETCHCMD_wget to provide the commandline and optionsRichard Purdie
2012-07-10bitbake: fetch2/cvs.py: Switch to use FETCHCMD_cvs and handle parameters in t...Richard Purdie
2012-07-09bitbake: bitbake/cooker: Print which pkgs would be built in -g outputRobert Yang
2012-07-06bitbake: usermanual: Fix missing markupRobert P. J. Day
2012-07-05bitbake: data_smart: Fix multiple override interaction with append and prepen...Richard Purdie
2012-07-04bitbake: runqueue.py: Fix recursive task pruning to only prune self referenci...Richard Purdie
2012-07-04bitbake: fetch2/svn: Enhance to cope with subversion 1.7 upgradeRichard Purdie
2012-07-04bitbake: usermanual: Improve task dependency documentation to match realityRichard Purdie
2012-07-04bitbake: runqueue.py: Allow recrdeptasks that have self referencesRichard Purdie
2012-07-04bitbake: Hob: fixed some variables not clean bug in detail pageLiming An
2012-07-04bitbake: git: do not execute 'git remote prune'Enrico Scholz
2012-06-29bitbake: Hob: change 'run image' and 'deploy' Gui and work flow for building ...Liming An
2012-06-28bitbake: runqueue.py: Handle multiple rdeptask entriesRichard Purdie