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/README | |
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/README')
-rw-r--r-- | bitbake/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/README b/bitbake/README index 2d5cd254e5..80a97118b9 100644 --- a/bitbake/README +++ b/bitbake/README | |||
@@ -7,7 +7,7 @@ One of BitBake's main users, OpenEmbedded, takes this core and builds embedded L | |||
7 | stacks using a task-oriented approach. | 7 | stacks using a task-oriented approach. |
8 | 8 | ||
9 | For information about Bitbake, see the OpenEmbedded website: | 9 | For information about Bitbake, see the OpenEmbedded website: |
10 | http://www.openembedded.org/ | 10 | https://www.openembedded.org/ |
11 | 11 | ||
12 | Bitbake plain documentation can be found under the doc directory or its integrated | 12 | Bitbake plain documentation can be found under the doc directory or its integrated |
13 | html version at the Yocto Project website: | 13 | html version at the Yocto Project website: |
@@ -17,7 +17,7 @@ Contributing | |||
17 | ------------ | 17 | ------------ |
18 | 18 | ||
19 | Please refer to | 19 | Please refer to |
20 | http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded | 20 | https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded |
21 | for guidelines on how to submit patches, just note that the latter documentation is intended | 21 | for guidelines on how to submit patches, just note that the latter documentation is intended |
22 | for OpenEmbedded (and its core) not bitbake patches (bitbake-devel@lists.openembedded.org) | 22 | for OpenEmbedded (and its core) not bitbake patches (bitbake-devel@lists.openembedded.org) |
23 | but in general main guidelines apply. Once the commit(s) have been created, the way to send | 23 | but in general main guidelines apply. Once the commit(s) have been created, the way to send |
@@ -28,11 +28,11 @@ branch, type: | |||
28 | 28 | ||
29 | Mailing list: | 29 | Mailing list: |
30 | 30 | ||
31 | http://lists.openembedded.org/mailman/listinfo/bitbake-devel | 31 | https://lists.openembedded.org/g/bitbake-devel |
32 | 32 | ||
33 | Source code: | 33 | Source code: |
34 | 34 | ||
35 | http://git.openembedded.org/bitbake/ | 35 | https://git.openembedded.org/bitbake/ |
36 | 36 | ||
37 | Testing: | 37 | Testing: |
38 | 38 | ||