summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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-192-2/+2
* 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-092-1/+5
* bitbake: usermanual: Fix missing markupRobert P. J. Day2012-07-061-1/+1
* 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: usermanual: Improve task dependency documentation to match realityRichard Purdie2012-07-041-12/+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
* bitbake: test/fetch: Ensure cwd is valud for the git cloneRichard Purdie2012-06-281-0/+1
* bitbake: runqueue: Reimplement recrdepends so it works more correctlyRichard Purdie2012-06-281-58/+42
* bitbake: runqueue.py: Convert depends variable to use setsRichard Purdie2012-06-281-12/+8
* bitbake: taskdata: Add gettask_id_fromfnid helper functionRichard Purdie2012-06-282-8/+14
* bitbake: Fix for Hob bug #2323Cristian Iorga2012-06-252-12/+4
* bitbake: hig.py: use module tempfile to create temp fileKang Kai2012-06-251-12/+8
* bitbake: fetch2: Ensure star character doesn't end up in mirror tarball namesRichard Purdie2012-06-252-2/+2
* bitbake: lib/bb/utils.py: remove unnecessary preserved variablesPaul Eggleton2012-06-251-2/+0
* bitbake: fetch2: Add new mirror syntax to simplify mirror specificationsRichard Purdie2012-06-252-5/+22
* bitbake: fetch2: Handle errors orruring when building mirror urlsRichard Purdie2012-06-251-2/+11
* bitbake: process: Improve _logged_communicate bufferingRichard Purdie2012-06-252-14/+35