]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
default-distrovars.inc: Fix CONNECTIVITY_CHECK_URIS redirect issue
authorDeepak Rathore <deeratho@cisco.com>
Thu, 28 Aug 2025 10:56:09 +0000 (03:56 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Aug 2025 16:06:39 +0000 (17:06 +0100)
commit60cdf960a3560f391babd559737f1afb31fb2c5c
tree4a2d0c6f324151859c1c6802a1f9f9a618cd18f1
parent4d50135cb902037380915966ecc97399d32e9f74
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.

Signed-off-by: Deepak Rathore <deeratho@cisco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/default-distrovars.inc
meta/lib/oeqa/buildtools/cases/https.py