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-12 12:55:33 +0100
commit0381ac4d08abdb3dda815e6594536ac774baad8d (patch)
treecc3d6b96d7cb5195b9b42173aa5f90bb41042620
parent34dab90dfc1b518cd9235e2fbb8e0e9ee0ecd263 (diff)
downloadmeta-raspberrypi-0381ac4d08abdb3dda815e6594536ac774baad8d.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