summaryrefslogtreecommitdiffstats
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 14:51:48 +0100
commit288283a9894d1f83388f34c9ff36e3096634a80f (patch)
tree5e6e44bfc074bd4f2d1e65d5434512b55195b942
parent65d143fcbf2b82f47da4d2cab36b6a5b8f8a89f4 (diff)
downloadmeta-raspberrypi-288283a9894d1f83388f34c9ff36e3096634a80f.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
-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