aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
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
2012-06-14methodpool: Improve method already seen error messageRichard Purdie
2012-06-14fetch2/local: Ensure quoting is handled correctly from the urlRichard Purdie
2012-06-14fetch2: Fix missing output from stderr in fetcher logsJason Wessel
2012-06-14Hob: fixed issue about 'select a base image' combo not sensitiveLiming An
2012-06-14Hob: fixed an issue about no 'set_page' function in hob failed page showLiming An
2012-06-14image-writer: tweak some stringsKang Kai
2012-06-14ui/crumbs/hig.py: simplify subprocess callKang Kai
2012-06-14ui/crumbs/hig.py: tweak stringsKang Kai
2012-06-08hob2: create a standalone deploy image toolKang Kai
2012-06-08hob2: update DeployImageDialog for seperated toolKang Kai