From: Khem Raj <raj.khem@gmail.com>
To: poky@yoctoproject.org
Cc: Khem Raj <kraj@juniper.net>
Subject: [denzil][PATCH 0/9] bitbake fetch improvements backport to denzil
Date: Tue, 3 Jul 2012 15:31:53 -0700 [thread overview]
Message-ID: <cover.1341354357.git.raj.khem@gmail.com> (raw)
On denzil bitbake was still trying to go out to internet for git repos
when BB_NO_NETWORK was set. This set of backports fix that issue
and now BB_NO_NETWORK works as expected
The following changes since commit 73cdebf60df225ee10f2eb215935be3b61e1b831:
documentation/dev-manual/dev-manual-kernel-appendix.xml: Add note about conflict (2012-06-29 15:54:26 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib kraj/denzil-fetcher-update
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kraj/denzil-fetcher-update
Richard Purdie (9):
bitbake/fetch: Spell out which fetcher backends support and recommend
checksums
bitbake: fetch2/__init__: Make it clearer when uri_replace doesn't
return a match
bitbake: fetch2: Fix error handling in uri_replace()
bitbake: fetch2: Only cache data if fn is set, its pointless caching
it against a None value
bitbake: fetch2: Ensure when downloading we are consistently in the
same directory
bitbake: fetch2: Split try_mirrors into two parts
bitbake: fetch2: Explicitly check for mirror tarballs in mirror
handling code
bitbake: fetch2: Improve mirror looping to consider more cases
bitbake: fetch2: Handle errors orruring when building mirror urls
bitbake/lib/bb/fetch2/__init__.py | 218 ++++++++++++++++++++++++-------------
bitbake/lib/bb/fetch2/git.py | 3 +
bitbake/lib/bb/fetch2/ssh.py | 3 +
bitbake/lib/bb/fetch2/wget.py | 3 +
4 files changed, 149 insertions(+), 78 deletions(-)
--
1.7.9.5
next reply other threads:[~2012-07-03 22:32 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-03 22:31 Khem Raj [this message]
2012-07-03 22:32 ` [denzil][PATCH 1/9] bitbake/fetch: Spell out which fetcher backends support and recommend checksums Khem Raj
2012-07-30 22:52 ` McClintock Matthew-B29882
2012-07-31 21:39 ` Scott Garman
2012-07-31 21:43 ` McClintock Matthew-B29882
2012-07-31 22:03 ` Scott Garman
2012-07-31 22:06 ` McClintock Matthew-B29882
2012-07-03 22:32 ` [denzil][PATCH 2/9] bitbake: fetch2/__init__: Make it clearer when uri_replace doesn't return a match Khem Raj
2012-07-03 22:32 ` [denzil][PATCH 3/9] bitbake: fetch2: Fix error handling in uri_replace() Khem Raj
2012-07-03 22:32 ` [denzil][PATCH 4/9] bitbake: fetch2: Only cache data if fn is set, its pointless caching it against a None value Khem Raj
2012-07-03 22:32 ` [denzil][PATCH 5/9] bitbake: fetch2: Ensure when downloading we are consistently in the same directory Khem Raj
2012-07-03 22:32 ` [denzil][PATCH 6/9] bitbake: fetch2: Split try_mirrors into two parts Khem Raj
2012-07-03 22:32 ` [denzil][PATCH 7/9] bitbake: fetch2: Explicitly check for mirror tarballs in mirror handling code Khem Raj
2012-07-03 22:32 ` [denzil][PATCH 8/9] bitbake: fetch2: Improve mirror looping to consider more cases Khem Raj
2012-07-03 22:32 ` [denzil][PATCH 9/9] bitbake: fetch2: Handle errors orruring when building mirror urls Khem Raj
2012-07-05 15:38 ` [denzil][PATCH 0/9] bitbake fetch improvements backport to denzil Scott Garman
2012-07-05 16:12 ` Richard Purdie
2012-07-05 17:30 ` Khem Raj
2012-07-05 17:43 ` McClintock Matthew-B29882
2012-07-05 20:06 ` Scott Garman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1341354357.git.raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=kraj@juniper.net \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.