aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
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
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