mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
34dab90dfc
commit
0381ac4d08
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user