aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
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
2012-06-21bitbake: ui/depexp.py: use the new progressbar in HobKang Kai
2012-06-21bitbake: fetch2: Update replace_uri to handle uri types explicitlyRichard Purdie
2012-06-21bitbake: test/fetch: Add a couple of extra test casesRichard Purdie
2012-06-21bitbake: test/fetch: Add in unit tests for uri_replace() and git premirrorsRichard Purdie
2012-06-21bitbake: fetch2: uri_replace() only consider ud.localpath where its a fileRichard Purdie
2012-06-21bitbake: fetch2: uri_replace() improve mirrortarball handlingRichard Purdie
2012-06-21bitbake: fetch2: uri_replace() remove what amounts to a null operation and ad...Richard Purdie
2012-06-21bitbake: fetch2: Add parameter handling to uri_replace()Richard Purdie
2012-06-21bitbake: fetch2: Remove basestring test and simplify uri_replaceRichard Purdie
2012-06-21bitbake: fetch2: Simplify some looping constructs in uri_replace()Richard Purdie
2012-06-21bitbake: fetch2: Improve mirror looping to consider more casesRichard Purdie
2012-06-21bitbake: fetch2: Explicitly check for mirror tarballs in mirror handling codeRichard Purdie
2012-06-21bitbake: fetch2: Split try_mirrors into two partsRichard Purdie
2012-06-21bitbake: fetch2: Ensure when downloading we are consistently in the same dire...Richard Purdie
2012-06-21bitbake: fetch2: Only cache data if fn is set, its pointless caching it again...Richard Purdie
2012-06-21bitbake: fetch2: Fix error handling in uri_replace()Richard Purdie
2012-06-21bitbake: fetch2/__init__: Make it clearer when uri_replace doesn't return a m...Richard Purdie
2012-06-21bitbake: bitbake: add -C option to invalidate a task and rebuild the targetPaul Eggleton
2012-06-21bitbake: bitbake: ensure -f causes dependent tasks to be re-runPaul Eggleton