summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorJon Mason <jdmason@kudzu.us>2021-10-07 11:06:26 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-08 16:45:38 +0100
commitfd232ab90659c4abf51c93a1582323522ffc52bc (patch)
treeb89726d1229ca98645d71db629fe567883e43f7f /meta-poky
parentfab7f4355e0744d33cf93205553054574b06bd68 (diff)
downloadpoky-fd232ab90659c4abf51c93a1582323522ffc52bc.tar.gz
yocto-bsp/poky: 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. (From meta-yocto rev: 89de71da1c1e46d42a5c786bcac76462aa9c31e0) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/README.poky.md12
-rw-r--r--meta-poky/conf/distro/poky.conf16
2 files changed, 14 insertions, 14 deletions
diff --git a/meta-poky/README.poky.md b/meta-poky/README.poky.md
index 289373f944..a99c75ed5c 100644
--- a/meta-poky/README.poky.md
+++ b/meta-poky/README.poky.md
@@ -3,7 +3,7 @@ Poky
3 3
4Poky is an integration of various components to form a pre-packaged 4Poky is an integration of various components to form a pre-packaged
5build system and development environment which is used as a development and 5build system and development environment which is used as a development and
6validation tool by the [Yocto Project](http://www.yoctoproject.org/). It 6validation tool by the [Yocto Project](https://www.yoctoproject.org/). It
7features support for building customised embedded style device images 7features support for building customised embedded style device images
8and custom containers. There are reference demo images ranging from X11/GTK+ 8and custom containers. There are reference demo images ranging from X11/GTK+
9 to Weston, commandline and more. The system supports cross-architecture 9 to Weston, commandline and more. The system supports cross-architecture
@@ -19,8 +19,8 @@ Many layers are available and can be found through the
19As an integration layer Poky consists of several upstream projects such as 19As an integration layer Poky consists of several upstream projects such as
20[BitBake](https://git.openembedded.org/bitbake/), 20[BitBake](https://git.openembedded.org/bitbake/),
21[OpenEmbedded-Core](https://git.openembedded.org/openembedded-core/), 21[OpenEmbedded-Core](https://git.openembedded.org/openembedded-core/),
22[Yocto documentation](http://git.yoctoproject.org/cgit.cgi/yocto-docs/), 22[Yocto documentation](https://git.yoctoproject.org/cgit.cgi/yocto-docs/),
23the '[meta-yocto](http://git.yoctoproject.org/cgit.cgi/meta-yocto/)' layer 23the '[meta-yocto](https://git.yoctoproject.org/cgit.cgi/meta-yocto/)' layer
24which has configuration and hardware support components. These components 24which has configuration and hardware support components. These components
25are all part of the Yocto Project and OpenEmbedded ecosystems. 25are all part of the Yocto Project and OpenEmbedded ecosystems.
26 26
@@ -29,7 +29,7 @@ reference manual which can be found at <https://docs.yoctoproject.org/>
29 29
30OpenEmbedded is the build architecture used by Poky and the Yocto project. 30OpenEmbedded is the build architecture used by Poky and the Yocto project.
31For information about OpenEmbedded, see the 31For information about OpenEmbedded, see the
32[OpenEmbedded website](http://www.openembedded.org/). 32[OpenEmbedded website](https://www.openembedded.org/).
33 33
34Contribution Guidelines 34Contribution Guidelines
35----------------------- 35-----------------------
@@ -42,7 +42,7 @@ who the maintainers are and where bugs should be reported.
42 42
43A guide to submitting patches to OpenEmbedded is available at: 43A guide to submitting patches to OpenEmbedded is available at:
44 44
45<http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded> 45<https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded>
46 46
47There is good documentation on how to write/format patches at: 47There is good documentation on how to write/format patches at:
48 48
@@ -72,7 +72,7 @@ Documentation (files in documentation/):
72 72
73meta-yocto (files in meta-poky/, meta-yocto-bsp/): 73meta-yocto (files in meta-poky/, meta-yocto-bsp/):
74 74
75- Git repository: <http://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto> 75- Git repository: <https://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto>
76- Mailing list: poky@lists.yoctoproject.org 76- Mailing list: poky@lists.yoctoproject.org
77 77
78If in doubt, check the openembedded-core git repository for the content you 78If in doubt, check the openembedded-core git repository for the content you
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index e161e4943a..b0793de21c 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -31,14 +31,14 @@ DISTRO_EXTRA_RRECOMMENDS += "${POKY_DEFAULT_EXTRA_RRECOMMENDS}"
31TCLIBCAPPEND = "" 31TCLIBCAPPEND = ""
32 32
33PREMIRRORS ??= "\ 33PREMIRRORS ??= "\
34bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 34bzr://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
35cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 35cvs://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
36git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 36git://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
37gitsm://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 37gitsm://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
38hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 38hg://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
39osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 39osc://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
40p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 40p4://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
41svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" 41svn://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n"
42 42
43SANITY_TESTED_DISTROS ?= " \ 43SANITY_TESTED_DISTROS ?= " \
44 poky-3.2 \n \ 44 poky-3.2 \n \