diff options
-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 | ||