summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
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
2012-06-28bitbake: fetch2: Revert the regexp removal for the type field and instead anc...Richard Purdie
2012-06-28bitbake: test/fetch: Switch the comparision order to make test failures sligh...Richard Purdie
2012-06-28bitbake: test/fetch: Ensure cwd is valud for the git cloneRichard Purdie
2012-06-28bitbake: runqueue: Reimplement recrdepends so it works more correctlyRichard Purdie
2012-06-28bitbake: runqueue.py: Convert depends variable to use setsRichard Purdie
2012-06-28bitbake: taskdata: Add gettask_id_fromfnid helper functionRichard Purdie
2012-06-25bitbake: Fix for Hob bug #2323Cristian Iorga
2012-06-25bitbake: hig.py: use module tempfile to create temp fileKang Kai
2012-06-25bitbake: fetch2: Ensure star character doesn't end up in mirror tarball namesRichard Purdie
2012-06-25bitbake: lib/bb/utils.py: remove unnecessary preserved variablesPaul Eggleton
2012-06-25bitbake: fetch2: Add new mirror syntax to simplify mirror specificationsRichard Purdie
2012-06-25bitbake: fetch2: Handle errors orruring when building mirror urlsRichard Purdie
2012-06-25bitbake: process: Improve _logged_communicate bufferingRichard Purdie
2012-06-25bitbake: taskdata.py: Add support for rdepends task flagRichard Purdie
2012-06-25bitbake: utils.py: Add function to set nonblocking operation on a file descri...Richard Purdie
2012-06-25bitbake: git.py: Remove -l option, its not necessaryRichard Purdie
2012-06-25bitbake: lib/bb/siggen.py: log when tainting the signature of a taskPaul Eggleton
2012-06-25bitbake: bitbake: tweak help text for -C slightlyPaul Eggleton
2012-06-21bitbake: fetch2/git.py: Optimize clone fall back when it is localJason Wessel