diff options
author | Deepak Rathore <deeratho@cisco.com> | 2025-08-29 05:50:22 -0700 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-09-09 09:08:09 -0700 |
commit | b078df11ebb6b7638e730fa7ebe3e31ecf9b54e0 (patch) | |
tree | 012223750570fd3035a91b588e4164964bc42635 /documentation/dev-manual/efficiently-fetching-sources.rst | |
parent | 5c8ceb35b43fdd9bea27ba581ce292f01215e4f8 (diff) | |
download | poky-b078df11ebb6b7638e730fa7ebe3e31ecf9b54e0.tar.gz |
default-distrovars.inc: Fix CONNECTIVITY_CHECK_URIS redirect issue
The default CONNECTIVITY_CHECK_URIS uses "https://yoctoproject.org/connectivity.html"
which redirect to "https://www.yoctoproject.org/connectivity.html".
Some network configurations with proxies or restricted internet access
don't handle HTTP redirects properly during the sanity check phase,
causing build failures with:
ERROR: OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:
Fetcher failure for URL: 'https://yoctoproject.org/connectivity.html'. URL doesn't work.
Updated the default URL to use the final destination directly to avoid
redirect-related connectivity check failures.
Also updated SDK test cases in https.py to use the corrected URL for
consistency.
(From OE-Core rev: bd624ebbcf4e6d7a24c4ab232ca2e138b1ac3433)
Signed-off-by: Deepak Rathore <deeratho@cisco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 60cdf960a3560f391babd559737f1afb31fb2c5c)
Signed-off-by: Deepak Rathore <deeratho@cisco.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/dev-manual/efficiently-fetching-sources.rst')
0 files changed, 0 insertions, 0 deletions