diff options
author | Timm Eversmeyer <saeugetier@googlemail.com> | 2019-09-11 07:08:50 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-09-12 12:55:33 +0100 |
commit | 0381ac4d08abdb3dda815e6594536ac774baad8d (patch) | |
tree | cc3d6b96d7cb5195b9b42173aa5f90bb41042620 | |
parent | 34dab90dfc1b518cd9235e2fbb8e0e9ee0ecd263 (diff) | |
download | meta-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.inc | 2 |
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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" |
2 | 2 | ||
3 | SRC_URI = " \ | 3 | SRC_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 | " |
6 | SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg" | 6 | SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg" |
7 | 7 | ||