mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-06-03 01:40:12 +00:00
linux-raspberrypi: switch protocol of yocto-kernel-cache to https
For upstream yocto mirrors the git protocol was disabled lately. Appended 'protocol=https' in corresponding SRC_URIs to fixes following error: ERROR: ExpansionError during parsing [...]/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-dev.bb bb.data_smart.ExpansionError: [...] \ ls-remote git://git.yoctoproject.org/yocto-kernel-cache failed with exit code 128, output: fatal: unable to connect to git.yoctoproject.org: git.yoctoproject.org[0: 104.18.0.115]: errno=Connection timed out git.yoctoproject.org[1: 104.18.1.115]: errno=Connection timed out git.yoctoproject.org[2: 2606:4700::6812:73]: errno=Network is unreachable git.yoctoproject.org[3: 2606:4700::6812:173]: errno=Network is unreachable The variable dependency chain for the failure is: fetcher_hashes_dummyfunc[vardepvalue] ERROR: Parsing halted due to errors, see error messages above Signed-off-by: Michael Weiß <michael.weiss@aisec.fraunhofer.de>
This commit is contained in:
@@ -21,7 +21,7 @@ KMETA = "kernel-meta"
|
|||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH};protocol=https \
|
git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH};protocol=https \
|
||||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \
|
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA};protocol=https \
|
||||||
file://powersave.cfg \
|
file://powersave.cfg \
|
||||||
file://android-drivers.cfg \
|
file://android-drivers.cfg \
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ KMETA = "kernel-meta"
|
|||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH};protocol=https \
|
git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH};protocol=https \
|
||||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \
|
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA};protocol=https \
|
||||||
file://powersave.cfg \
|
file://powersave.cfg \
|
||||||
file://android-drivers.cfg \
|
file://android-drivers.cfg \
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ KMETA = "kernel-meta"
|
|||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH};protocol=https \
|
git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH};protocol=https \
|
||||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \
|
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA};protocol=https \
|
||||||
file://powersave.cfg \
|
file://powersave.cfg \
|
||||||
file://android-drivers.cfg \
|
file://android-drivers.cfg \
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ KMETA = "kernel-meta"
|
|||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH};protocol=https \
|
git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH};protocol=https \
|
||||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \
|
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA};protocol=https \
|
||||||
file://powersave.cfg \
|
file://powersave.cfg \
|
||||||
file://android-drivers.cfg \
|
file://android-drivers.cfg \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user