From: Saul Wold <sgw@linux.intel.com>
To: Tim Bird <tim.bird@am.sony.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Manually fetching files (and disabling the sanity-checker)
Date: Wed, 18 Jul 2012 17:22:09 -0700 [thread overview]
Message-ID: <50075331.9010007@linux.intel.com> (raw)
In-Reply-To: <50074BA9.5050506@am.sony.com>
On 07/18/2012 04:50 PM, Tim Bird wrote:
> Hi all,
>
> I've given up trying to work around Sony's firewall. After repeated attempts
> I still can't get any 'git:'-based URLS to work through the firewall.
>
> I vaguely recall the last time I worked on this (about 5.0 timeframe) there
> was a mirror where tarballs could be downloaded, if the git fetch didn't work.
>
> Is this mirror still available? If not, is there any way to disable
> the sanity-checker, and have bitbake tell me what repositories it's
> looking for, so I can manually construct a local mirror for yoctoproject
> to work off of?
>
To disable the sanity check you can set CONNECTIVITY_CHECK_URIS to ""
and that will cause it to be skipped.
Regarding the mirroring, have you tried to just set the PREMIRRORS to
use only http* and ftp in your local.conf:
PREMIRRORS = "\
ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
I am not sure, but this might force protocols. You could try a "bitbake
-c fetchall universe"
I am going have Michael H. get you the information about where the the
Downloads are.
Let me know how it goes.
Sau!
> Is there any way to extract the tarballs from a build appliance image?
>
> Any advice or pointers would be appreciated.
>
> -- Tim
>
> =============================
> Tim Bird
> Architecture Group Chair, CE Workgroup of the Linux Foundation
> Senior Staff Engineer, Sony Network Entertainment
> =============================
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
next prev parent reply other threads:[~2012-07-19 0:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-18 23:50 Manually fetching files (and disabling the sanity-checker) Tim Bird
2012-07-19 0:22 ` Saul Wold [this message]
2012-08-03 17:06 ` Tim Bird
2012-08-03 17:15 ` Stewart, David C
2012-07-19 0:24 ` Michael Halstead
2012-07-19 4:54 ` McClintock Matthew-B29882
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=50075331.9010007@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=tim.bird@am.sony.com \
--cc=yocto@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.