diff options
| author | Jon Mason <jdmason@kudzu.us> | 2021-10-07 11:06:27 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-08 17:04:59 +0100 |
| commit | 2e78ec95bee9c5d776a68bfd926ba9f0a501eb40 (patch) | |
| tree | 7fb85d4df3e6dd9a65ebe1216a1cfc38d0a98f89 /bitbake/doc | |
| parent | fd232ab90659c4abf51c93a1582323522ffc52bc (diff) | |
| download | poky-2e78ec95bee9c5d776a68bfd926ba9f0a501eb40.tar.gz | |
bitbake: bitbake: replace http with https for URLs
https has been the preferred way to access websites for many years now.
Change all of the URLs with a _working_ https server/certificate to use
that URL.
(Bitbake rev: da543cdaf88a387675e25d3555765f1146e4105e)
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
5 files changed, 8 insertions, 8 deletions
diff --git a/bitbake/doc/README b/bitbake/doc/README index 62595820bd..16e6cdf990 100644 --- a/bitbake/doc/README +++ b/bitbake/doc/README | |||
| @@ -13,7 +13,7 @@ Folders exist for individual manuals as follows: | |||
| 13 | Each folder is self-contained regarding content and figures. | 13 | Each folder is self-contained regarding content and figures. |
| 14 | 14 | ||
| 15 | If you want to find HTML versions of the BitBake manuals on the web, | 15 | If you want to find HTML versions of the BitBake manuals on the web, |
| 16 | go to http://www.openembedded.org/wiki/Documentation. | 16 | go to https://www.openembedded.org/wiki/Documentation. |
| 17 | 17 | ||
| 18 | Sphinx | 18 | Sphinx |
| 19 | ====== | 19 | ====== |
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 a944d0f78e..4396830a2f 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | |||
| @@ -74,7 +74,7 @@ handles that particular URL type. This behavior can be the source of | |||
| 74 | some confusion when you are providing URLs for the :term:`SRC_URI` variable. | 74 | some confusion when you are providing URLs for the :term:`SRC_URI` variable. |
| 75 | Consider the following two URLs:: | 75 | Consider the following two URLs:: |
| 76 | 76 | ||
| 77 | http://git.yoctoproject.org/git/poky;protocol=git | 77 | https://git.yoctoproject.org/git/poky;protocol=git |
| 78 | git://git.yoctoproject.org/git/poky;protocol=http | 78 | git://git.yoctoproject.org/git/poky;protocol=http |
| 79 | 79 | ||
| 80 | In the former case, the URL is passed to the ``wget`` fetcher, which does not | 80 | In the former case, the URL is passed to the ``wget`` fetcher, which does not |
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst index 83a415d994..722dc5a2cc 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst | |||
| @@ -99,7 +99,7 @@ discussion mailing list about the BitBake build tool. | |||
| 99 | 99 | ||
| 100 | This example was inspired by and drew heavily from | 100 | This example was inspired by and drew heavily from |
| 101 | `Mailing List post - The BitBake equivalent of "Hello, World!" | 101 | `Mailing List post - The BitBake equivalent of "Hello, World!" |
| 102 | <http://www.mail-archive.com/yocto@yoctoproject.org/msg09379.html>`_. | 102 | <https://www.mail-archive.com/yocto@yoctoproject.org/msg09379.html>`_. |
| 103 | 103 | ||
| 104 | As stated earlier, the goal of this example is to eventually compile | 104 | As stated earlier, the goal of this example is to eventually compile |
| 105 | "Hello World". However, it is unknown what BitBake needs and what you | 105 | "Hello World". However, it is unknown what BitBake needs and what you |
| @@ -205,7 +205,7 @@ Following is the complete "Hello World" example. | |||
| 205 | recipe files. For this example, you need to create the file in your | 205 | recipe files. For this example, you need to create the file in your |
| 206 | project directory and define some key BitBake variables. For more | 206 | project directory and define some key BitBake variables. For more |
| 207 | information on the ``bitbake.conf`` file, see | 207 | information on the ``bitbake.conf`` file, see |
| 208 | http://git.openembedded.org/bitbake/tree/conf/bitbake.conf. | 208 | https://git.openembedded.org/bitbake/tree/conf/bitbake.conf. |
| 209 | 209 | ||
| 210 | Use the following commands to create the ``conf`` directory in the | 210 | Use the following commands to create the ``conf`` directory in the |
| 211 | project directory:: | 211 | project directory:: |
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst index 76c8e3dace..42263cef3a 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst | |||
| @@ -60,11 +60,11 @@ member Chris Larson split the project into two distinct pieces: | |||
| 60 | - OpenEmbedded, a metadata set utilized by BitBake | 60 | - OpenEmbedded, a metadata set utilized by BitBake |
| 61 | 61 | ||
| 62 | Today, BitBake is the primary basis of the | 62 | Today, BitBake is the primary basis of the |
| 63 | `OpenEmbedded <http://www.openembedded.org/>`__ project, which is being | 63 | `OpenEmbedded <https://www.openembedded.org/>`__ project, which is being |
| 64 | used to build and maintain Linux distributions such as the `Angstrom | 64 | used to build and maintain Linux distributions such as the `Angstrom |
| 65 | Distribution <http://www.angstrom-distribution.org/>`__, and which is | 65 | Distribution <http://www.angstrom-distribution.org/>`__, and which is |
| 66 | also being used as the build tool for Linux projects such as the `Yocto | 66 | also being used as the build tool for Linux projects such as the `Yocto |
| 67 | Project <http://www.yoctoproject.org>`__. | 67 | Project <https://www.yoctoproject.org>`__. |
| 68 | 68 | ||
| 69 | Prior to BitBake, no other build tool adequately met the needs of an | 69 | Prior to BitBake, no other build tool adequately met the needs of an |
| 70 | aspiring embedded Linux distribution. All of the build systems used by | 70 | aspiring embedded Linux distribution. All of the build systems used by |
| @@ -319,7 +319,7 @@ You can obtain BitBake several different ways: | |||
| 319 | 319 | ||
| 320 | The following example downloads a snapshot of BitBake version 1.17.0:: | 320 | The following example downloads a snapshot of BitBake version 1.17.0:: |
| 321 | 321 | ||
| 322 | $ wget http://git.openembedded.org/bitbake/snapshot/bitbake-1.17.0.tar.gz | 322 | $ wget https://git.openembedded.org/bitbake/snapshot/bitbake-1.17.0.tar.gz |
| 323 | $ tar zxpvf bitbake-1.17.0.tar.gz | 323 | $ tar zxpvf bitbake-1.17.0.tar.gz |
| 324 | 324 | ||
| 325 | After extraction of the tarball using | 325 | After extraction of the tarball using |
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst index 8862e16b83..139161c8d8 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | |||
| @@ -538,7 +538,7 @@ overview of their function and contents. | |||
| 538 | 538 | ||
| 539 | You can use this variable in combination with task overrides to raise | 539 | You can use this variable in combination with task overrides to raise |
| 540 | or lower priorities of specific tasks. For example, on the `Yocto | 540 | or lower priorities of specific tasks. For example, on the `Yocto |
| 541 | Project <http://www.yoctoproject.org>`__ autobuilder, QEMU emulation | 541 | Project <https://www.yoctoproject.org>`__ autobuilder, QEMU emulation |
| 542 | in images is given a higher priority as compared to build tasks to | 542 | in images is given a higher priority as compared to build tasks to |
| 543 | ensure that images do not suffer timeouts on loaded systems. | 543 | ensure that images do not suffer timeouts on loaded systems. |
| 544 | 544 | ||
