From 0381ac4d08abdb3dda815e6594536ac774baad8d Mon Sep 17 00:00:00 2001 From: Timm Eversmeyer Date: Wed, 11 Sep 2019 07:08:50 +0200 Subject: 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 --- recipes-kernel/linux/linux-raspberrypi_4.19.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" SRC_URI = " \ - git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ + git://github.com/raspberrypi/linux.git;branch=${LINUX_RPI_BRANCH} \ " SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg" -- cgit v1.2.3-54-g00ecf