summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-08-14 10:36:16 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-08-16 07:30:39 +0000
commit1bab0305a854ad43a29108cfb132449fa113849e (patch)
treeab3830e9cdc4b93aff60673d40d21655ca079677
parent2b7e717fc4c45edbb563c1ed67b53c1b8088485c (diff)
layer: change to https where possible
While at it set the pointers to the documentation in the README to latest developer website. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--README6
-rw-r--r--recipes-benchmark/cpuburn/cpuburn-a53_git.bb2
-rw-r--r--recipes-graphics/scrot/giblib_1.2.4.bb2
-rw-r--r--recipes-graphics/scrot/scrot_0.8.bb2
-rw-r--r--recipes-multimedia/mediainfo/mediainfo_0.7.62.bb2
5 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index 0db7b54..91f31c5 100644
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ Dependencies
============
This layer depends on the relevant BSP layers for your machine and:
-(please check http://git.toradex.com/cgit/toradex-bsp-platform.git/ to get
+(please check https://git.toradex.com/cgit/toradex-bsp-platform.git/ to get
the specific layer versions we used when building our binary demo images)
URI: git://git.openembedded.org/bitbake
@@ -68,8 +68,8 @@ I. Building the meta-toradex-demos Layer
For information on how to use the modules with Linux and instructions on how
to build the demo images please visit:
-http://developer.toradex.com/software/linux
-http://developer.toradex.com/knowledge-base/board-support-package/openembedded-(core)
+https://developer.toradex.com/software/linux
+https://developer.toradex.com/linux-bsp/in-depth/bsp-layers-and-reference-images-for-yocto-project-software
For support, visit the Toradex Developer Community:
https://www.toradex.com/community
diff --git a/recipes-benchmark/cpuburn/cpuburn-a53_git.bb b/recipes-benchmark/cpuburn/cpuburn-a53_git.bb
index e56e70a..fe9aa24 100644
--- a/recipes-benchmark/cpuburn/cpuburn-a53_git.bb
+++ b/recipes-benchmark/cpuburn/cpuburn-a53_git.bb
@@ -7,7 +7,7 @@ DL_DIR:append = "/${PN}-${PV}"
# Ensure to make this available for machine which has neon
COMPATIBLE_MACHINE = "(${@bb.utils.contains("TUNE_FEATURES", "aarch64", "${MACHINE}", "Invalid!", d)})"
-SRC_URI = "http://hardwarebug.org/files/burn.S;name=mru \
+SRC_URI = "https://hardwarebug.org/files/burn.S;name=mru \
https://raw.githubusercontent.com/ssvb/cpuburn-arm/dd5c5ba58d2b0b23cfab4a286f9d3f5510000f20/cpuburn-a8.S;name=ssvb \
https://raw.githubusercontent.com/ssvb/cpuburn-arm/ad7e646700d14b81413297bda02fb7fe96613c3f/cpuburn-a53.S;name=ssvb53 \
"
diff --git a/recipes-graphics/scrot/giblib_1.2.4.bb b/recipes-graphics/scrot/giblib_1.2.4.bb
index 701e4ed..79a9461 100644
--- a/recipes-graphics/scrot/giblib_1.2.4.bb
+++ b/recipes-graphics/scrot/giblib_1.2.4.bb
@@ -9,7 +9,7 @@ MIRRORS:prepend () {
}
SRC_URI = " \
- http://pkgs.fedoraproject.org/repo/pkgs/giblib/giblib-${PV}.tar.gz/c810ef5389baf24882a1caca2954385e/giblib-${PV}.tar.gz \
+ https://pkgs.fedoraproject.org/repo/pkgs/giblib/giblib-${PV}.tar.gz/c810ef5389baf24882a1caca2954385e/giblib-${PV}.tar.gz \
file://fix-giblib-binconfig-paths.patch \
"
LIC_FILES_CHKSUM = "file://COPYING;md5=dd3cb8d7a69f3d0b2a52a46c92389011"
diff --git a/recipes-graphics/scrot/scrot_0.8.bb b/recipes-graphics/scrot/scrot_0.8.bb
index 0d45f7a..e394658 100644
--- a/recipes-graphics/scrot/scrot_0.8.bb
+++ b/recipes-graphics/scrot/scrot_0.8.bb
@@ -11,7 +11,7 @@ MIRRORS:prepend () {
}
SRC_URI = " \
- http://pkgs.fedoraproject.org/repo/pkgs/scrot/scrot-${PV}.tar.gz/ccae904d225609571bdd3b03445c1e88/scrot-${PV}.tar.gz \
+ https://pkgs.fedoraproject.org/repo/pkgs/scrot/scrot-${PV}.tar.gz/ccae904d225609571bdd3b03445c1e88/scrot-${PV}.tar.gz \
file://fix-scrot-include-paths.patch \
"
LIC_FILES_CHKSUM = "file://COPYING;md5=dd3cb8d7a69f3d0b2a52a46c92389011"
diff --git a/recipes-multimedia/mediainfo/mediainfo_0.7.62.bb b/recipes-multimedia/mediainfo/mediainfo_0.7.62.bb
index 6ec7a03..370bd63 100644
--- a/recipes-multimedia/mediainfo/mediainfo_0.7.62.bb
+++ b/recipes-multimedia/mediainfo/mediainfo_0.7.62.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2_modified"
inherit autotools
-SRC_URI = "http://mediaarea.net/download/binary/mediainfo/0.7.62/MediaInfo_CLI_${PV}_GNU_FromSource.tar.bz2"
+SRC_URI = "https://mediaarea.net/download/binary/mediainfo/0.7.62/MediaInfo_CLI_${PV}_GNU_FromSource.tar.bz2"
LIC_FILES_CHKSUM = "file://${WORKDIR}/MediaInfo_CLI_GNU_FromSource/MediaInfo/License.html;md5=7f3735d23c6ef724bbd1475e4f82edcf"
SRC_URI[md5sum] = "ba10422974111fdff5cf1bb38410c9a1"