diff options
| author | Timm Eversmeyer <saeugetier@googlemail.com> | 2019-09-11 07:08:50 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-09-16 16:24:27 +0100 |
| commit | a87975cdabe2043d7cef1b5c8a0a961dfb74086b (patch) | |
| tree | 5e6e44bfc074bd4f2d1e65d5434512b55195b942 /recipes-kernel | |
| parent | 81c7d6291462381d31e4233acc451f8a6e49cb5c (diff) | |
| download | meta-raspberrypi-a87975cdabe2043d7cef1b5c8a0a961dfb74086b.tar.gz | |
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
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.19.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" |
| 2 | 2 | ||
| 3 | SRC_URI = " \ | 3 | SRC_URI = " \ |
| 4 | git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ | 4 | git://github.com/raspberrypi/linux.git;branch=${LINUX_RPI_BRANCH} \ |
| 5 | " | 5 | " |
| 6 | SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg" | 6 | SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg" |
| 7 | 7 | ||
