linux-raspberrypi: use https for git.yoctoproject.org

https:// is preferred and git:// isn't reachable for a while, see:
https://git.openembedded.org/openembedded-core/commit/?h=wrynose&id=139102a73d41
https://lists.yoctoproject.org/g/yocto-infrastructure/message/227

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
This commit is contained in:
Martin Jansa
2026-05-22 08:51:05 +02:00
committed by Khem Raj
parent 2c646d2991
commit b6c8aaf44d
4 changed files with 4 additions and 4 deletions
@@ -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 \
" "