We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to build the toolchain with: make toolchain
make toolchain
I get errors from wget when it's trying to download headers from https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.12.26.tar.xz:
ERROR: The certificate of 'www.kernel.org' is not trusted. ERROR: The certificate of 'www.kernel.org' has expired.
The solution I found: Build options -> Commands -> Wget command add here --no-check-certificate
--no-check-certificate
But maybe you can add this option to the image.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try to build the toolchain with:
make toolchain
I get errors from wget when it's trying to download headers from https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.12.26.tar.xz:
The solution I found:
Build options -> Commands -> Wget command
add here
--no-check-certificate
But maybe you can add this option to the image.
The text was updated successfully, but these errors were encountered: