mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-31 12:49:50 +00:00
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:
@@ -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