summaryrefslogtreecommitdiffstats
path: root/bitbake/README
diff options
context:
space:
mode:
authorJon Mason <jdmason@kudzu.us>2021-10-07 11:06:27 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-08 17:04:59 +0100
commit2e78ec95bee9c5d776a68bfd926ba9f0a501eb40 (patch)
tree7fb85d4df3e6dd9a65ebe1216a1cfc38d0a98f89 /bitbake/README
parentfd232ab90659c4abf51c93a1582323522ffc52bc (diff)
downloadpoky-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/README8
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
7stacks using a task-oriented approach. 7stacks using a task-oriented approach.
8 8
9For information about Bitbake, see the OpenEmbedded website: 9For information about Bitbake, see the OpenEmbedded website:
10 http://www.openembedded.org/ 10 https://www.openembedded.org/
11 11
12Bitbake plain documentation can be found under the doc directory or its integrated 12Bitbake plain documentation can be found under the doc directory or its integrated
13html version at the Yocto Project website: 13html version at the Yocto Project website:
@@ -17,7 +17,7 @@ Contributing
17------------ 17------------
18 18
19Please refer to 19Please refer to
20http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded 20https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
21for guidelines on how to submit patches, just note that the latter documentation is intended 21for guidelines on how to submit patches, just note that the latter documentation is intended
22for OpenEmbedded (and its core) not bitbake patches (bitbake-devel@lists.openembedded.org) 22for OpenEmbedded (and its core) not bitbake patches (bitbake-devel@lists.openembedded.org)
23but in general main guidelines apply. Once the commit(s) have been created, the way to send 23but in general main guidelines apply. Once the commit(s) have been created, the way to send
@@ -28,11 +28,11 @@ branch, type:
28 28
29Mailing list: 29Mailing list:
30 30
31 http://lists.openembedded.org/mailman/listinfo/bitbake-devel 31 https://lists.openembedded.org/g/bitbake-devel
32 32
33Source code: 33Source code:
34 34
35 http://git.openembedded.org/bitbake/ 35 https://git.openembedded.org/bitbake/
36 36
37Testing: 37Testing:
38 38