[bitbake-devel] [PATCH 0/4] Add connection cache support in wget checkstatus.

Aníbal Limón anibal.limon at linux.intel.com
Tue Jun 23 19:26:01 UTC 2015


You can also review the changes at,

http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=alimon/fetch2-wget-checkstatus

Aníbal Limón (4):
  fetch2/__init__.py: Add FetchConnectionCache class
  fetch2: Add fetch parameter to checkstatus
  fetch2/__init__.py: Add connection_cache param in Fetch __init__.
  tests/fetch.py: Add FetchCheckStatusTest tests.

 lib/bb/fetch2/__init__.py |  59 +++++++++++++++----
 lib/bb/fetch2/git.py      |   2 +-
 lib/bb/fetch2/local.py    |   2 +-
 lib/bb/fetch2/wget.py     | 140 ++++++++++++++++++++++++++++++++++++++++++++--
 lib/bb/tests/fetch.py     |  39 +++++++++++++
 5 files changed, 224 insertions(+), 18 deletions(-)

-- 
1.9.1




More information about the bitbake-devel mailing list