mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59: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
81c7d62914
commit
a87975cdab
|
@ -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