summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
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-yocto-bsp
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-yocto-bsp')
-rw-r--r--meta-yocto-bsp/README.hardware.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/README.hardware.md b/meta-yocto-bsp/README.hardware.md
index f00f167d3b..9151d641d5 100644
--- a/meta-yocto-bsp/README.hardware.md
+++ b/meta-yocto-bsp/README.hardware.md
@@ -15,7 +15,7 @@ configuration. For more information please see the Yocto Board Support Package
15(BSP) Developer's Guide - documentation source is in documentation/bspguide or 15(BSP) Developer's Guide - documentation source is in documentation/bspguide or
16download the PDF from: 16download the PDF from:
17 17
18 http://yoctoproject.org/documentation 18 https://docs.yoctoproject.org/
19 19
20Note that these reference BSPs use the linux-yocto kernel and in general don't 20Note that these reference BSPs use the linux-yocto kernel and in general don't
21pull in binary module support for the platforms. This means some device functionality 21pull in binary module support for the platforms. This means some device functionality