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
This commit is contained in:
Timm Eversmeyer 2019-09-11 07:08:50 +02:00 committed by Andrei Gherzan
parent 34dab90dfc
commit 0381ac4d08

View File

@ -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"