summaryrefslogtreecommitdiff
path: root/meta-raspberrypi
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-13 13:34:51 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-13 13:34:51 +0300
commit6b0f7d8ed1bae971f1fcf01cc75ce0c6ac93b9b5 (patch)
tree6c659ad02f76b5c460e904234850954cd8e28ab0 /meta-raspberrypi
parenta3b01f438c5e34f66db9e93e1701ad07cfa079d0 (diff)
downloadopenbmc-6b0f7d8ed1bae971f1fcf01cc75ce0c6ac93b9b5.tar.xz
meta-raspberrypi: subtree update:34dab90dfc..0381ac4d08
Timm Eversmeyer (1): raspberrypi-linux: removed protocoll setting from SRC_URI Change-Id: I9437bcd65234486bd934af123aa483d5a3dac260 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-raspberrypi')
-rw-r--r--meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc
index eabcdab36..d6c1223c7 100644
--- a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc
+++ b/meta-raspberrypi/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"