summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-07-19Update version to 1.15.31.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-06usermanual: Fix missing markupRobert P. J. Day
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-04usermanual: Improve task dependency documentation to match realityRichard 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
2012-06-25Fix for Hob bug #2323Cristian Iorga
2012-06-25hig.py: use module tempfile to create temp fileKang Kai
2012-06-25fetch2: Ensure star character doesn't end up in mirror tarball namesRichard Purdie
2012-06-25lib/bb/utils.py: remove unnecessary preserved variablesPaul Eggleton
2012-06-25fetch2: Add new mirror syntax to simplify mirror specificationsRichard Purdie
2012-06-25fetch2: Handle errors orruring when building mirror urlsRichard Purdie
2012-06-25process: Improve _logged_communicate bufferingRichard Purdie
2012-06-25taskdata.py: Add support for rdepends task flagRichard Purdie
2012-06-25utils.py: Add function to set nonblocking operation on a file descriptorRichard Purdie
2012-06-25git.py: Remove -l option, its not necessaryRichard Purdie
2012-06-22lib/bb/siggen.py: log when tainting the signature of a taskPaul Eggleton
2012-06-22bitbake: tweak help text for -C slightlyPaul Eggleton
2012-06-21fetch2/git.py: Optimize clone fall back when it is localJason Wessel
2012-06-21ui/depexp.py: use the new progressbar in HobKang Kai
2012-06-21fetch2: Update replace_uri to handle uri types explicitlyRichard Purdie
2012-06-21test/fetch: Add a couple of extra test casesRichard Purdie
2012-06-21test/fetch: Add in unit tests for uri_replace() and git premirrorsRichard Purdie
2012-06-21fetch2: uri_replace() only consider ud.localpath where its a fileRichard Purdie
2012-06-21fetch2: uri_replace() improve mirrortarball handlingRichard Purdie
2012-06-21fetch2: uri_replace() remove what amounts to a null operation and add some co...Richard Purdie