diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-05-21 08:31:37 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-05-29 12:08:38 +0100 |
commit | 0e079f3097b565c64512bfd387279b82a35b3f4f (patch) | |
tree | 89432ede75011d4d87ff9ecf5e911a0d7f288a2b | |
parent | 36c3c2e7ca09806da460328767565bbf872a6ad8 (diff) | |
download | meta-raspberrypi-0e079f3097b565c64512bfd387279b82a35b3f4f.tar.gz |
linux-raspberrypi_4.19.bb: Update to 4.19.44
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.19.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.19.bb b/recipes-kernel/linux/linux-raspberrypi_4.19.bb index 8842e71..396dd6f 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.19.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.19.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" |
2 | 2 | ||
3 | LINUX_VERSION ?= "4.19.34" | 3 | LINUX_VERSION ?= "4.19.44" |
4 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" | 4 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" |
5 | 5 | ||
6 | SRCREV = "ab8652c03fa081b27de7e28a74c2536cb2aa3e5b" | 6 | SRCREV = "b45a32b47b76cb64225d19841c20ee85ea97874d" |
7 | SRC_URI = " \ | 7 | SRC_URI = " \ |
8 | git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ | 8 | git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ |
9 | " | 9 | " |