diff options
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst index 593de61f24..40b245b6d3 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | |||
@@ -144,6 +144,10 @@ download without a checksum triggers an error message. The | |||
144 | make any attempted network access a fatal error, which is useful for | 144 | make any attempted network access a fatal error, which is useful for |
145 | checking that mirrors are complete as well as other things. | 145 | checking that mirrors are complete as well as other things. |
146 | 146 | ||
147 | If :term:`BB_CHECK_SSL_CERTS` is set to ``0`` then SSL certificate checking will | ||
148 | be disabled. This variable defaults to ``1`` so SSL certificates are normally | ||
149 | checked. | ||
150 | |||
147 | .. _bb-the-unpack: | 151 | .. _bb-the-unpack: |
148 | 152 | ||
149 | The Unpack | 153 | The Unpack |