summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorTimm Eversmeyer <saeugetier@googlemail.com>2019-09-11 07:08:50 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2019-09-16 16:24:27 +0100
commita87975cdabe2043d7cef1b5c8a0a961dfb74086b (patch)
tree5e6e44bfc074bd4f2d1e65d5434512b55195b942 /recipes-kernel
parent81c7d6291462381d31e4233acc451f8a6e49cb5c (diff)
downloadmeta-raspberrypi-a87975cdabe2043d7cef1b5c8a0a961dfb74086b.tar.gz
raspberrypi-linux: removed protocoll setting from SRC_URI
Default protocoll for git will be used. Default setting is in the most case https. Signed-off-by: Timm Eversmeyer saeugetier@gmail.com
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_4.19.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.19.inc b/recipes-kernel/linux/linux-raspberrypi_4.19.inc
index eabcdab..d6c1223 100644
--- a/recipes-kernel/linux/linux-raspberrypi_4.19.inc
+++ b/recipes-kernel/linux/linux-raspberrypi_4.19.inc
@@ -1,7 +1,7 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
2 2
3SRC_URI = " \ 3SRC_URI = " \
4 git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ 4 git://github.com/raspberrypi/linux.git;branch=${LINUX_RPI_BRANCH} \
5 " 5 "
6SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg" 6SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg"
7 7