summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bitbake: taskdata.py: Add support for rdepends task flagRichard Purdie2012-06-253-1/+30
* bitbake: utils.py: Add function to set nonblocking operation on a file descri...Richard Purdie2012-06-252-1/+6
* bitbake: git.py: Remove -l option, its not necessaryRichard Purdie2012-06-251-1/+2
* bitbake: lib/bb/siggen.py: log when tainting the signature of a taskPaul Eggleton2012-06-251-0/+1
* bitbake: fetch2/git.py: Optimize clone fall back when it is localJason Wessel2012-06-211-1/+3
* bitbake: ui/depexp.py: use the new progressbar in HobKang Kai2012-06-211-11/+18
* bitbake: fetch2: Update replace_uri to handle uri types explicitlyRichard Purdie2012-06-211-0/+6
* bitbake: test/fetch: Add a couple of extra test casesRichard Purdie2012-06-211-1/+29
* bitbake: test/fetch: Add in unit tests for uri_replace() and git premirrorsRichard Purdie2012-06-211-3/+52
* bitbake: fetch2: uri_replace() only consider ud.localpath where its a fileRichard Purdie2012-06-211-1/+1
* bitbake: fetch2: uri_replace() improve mirrortarball handlingRichard Purdie2012-06-211-1/+4
* bitbake: fetch2: uri_replace() remove what amounts to a null operation and ad...Richard Purdie2012-06-211-2/+2
* bitbake: fetch2: Add parameter handling to uri_replace()Richard Purdie2012-06-211-1/+9
* bitbake: fetch2: Remove basestring test and simplify uri_replaceRichard Purdie2012-06-211-17/+18
* bitbake: fetch2: Simplify some looping constructs in uri_replace()Richard Purdie2012-06-211-3/+2
* bitbake: fetch2: Improve mirror looping to consider more casesRichard Purdie2012-06-211-12/+29
* bitbake: fetch2: Explicitly check for mirror tarballs in mirror handling codeRichard Purdie2012-06-211-1/+2
* bitbake: fetch2: Split try_mirrors into two partsRichard Purdie2012-06-211-52/+59
* bitbake: fetch2: Ensure when downloading we are consistently in the same dire...Richard Purdie2012-06-211-1/+5
* bitbake: fetch2: Only cache data if fn is set, its pointless caching it again...Richard Purdie2012-06-211-2/+2
* bitbake: fetch2: Fix error handling in uri_replace()Richard Purdie2012-06-211-1/+2
* bitbake: fetch2/__init__: Make it clearer when uri_replace doesn't return a m...Richard Purdie2012-06-211-2/+4
* bitbake: bitbake: add -C option to invalidate a task and rebuild the targetPaul Eggleton2012-06-211-2/+18
* bitbake: bitbake: ensure -f causes dependent tasks to be re-runPaul Eggleton2012-06-214-9/+62
* methodpool: Improve method already seen error messageRichard Purdie2012-06-141-1/+1
* fetch2/local: Ensure quoting is handled correctly from the urlRichard Purdie2012-06-141-1/+3
* fetch2: Fix missing output from stderr in fetcher logsJason Wessel2012-06-141-3/+2
* Hob: fixed issue about 'select a base image' combo not sensitiveLiming An2012-06-141-0/+2
* Hob: fixed an issue about no 'set_page' function in hob failed page showLiming An2012-06-141-0/+6
* ui/crumbs/hig.py: simplify subprocess callKang Kai2012-06-141-2/+2
* ui/crumbs/hig.py: tweak stringsKang Kai2012-06-141-4/+9
* hob2: update DeployImageDialog for seperated toolKang Kai2012-06-081-6/+37
* ui/crumbs/hig.py: check deploy process return valueKang Kai2012-06-081-3/+29
* ui/crumbs/hig.py: remove extra spacesKang Kai2012-06-081-4/+4
* ui/crumbs/hig.py: fix run time errorKang Kai2012-06-081-1/+2
* ui/crumbs/utils.py: import module bbKang Kai2012-06-081-0/+1
* Hob: fixed the index issue when set actived item for base image comboLiming An2012-06-081-2/+1
* Hob: Change 'run image' work flow and image detail screen as ui designLiming An2012-06-084-113/+211
* Hob: Interpret some special characters for label markupShane Wang2012-06-081-2/+11