diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2019-04-10 23:38:24 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-04-16 14:49:59 +0100 |
commit | 6745beb7b1a37e618d37acf38c7a38a5136606d9 (patch) | |
tree | 9f249bdcafa717c63ac465aa29a317dab18a0b66 | |
parent | 9ceb84ee9e2cd42a95eb8dd5848dfbcebb5658c0 (diff) | |
download | meta-raspberrypi-6745beb7b1a37e618d37acf38c7a38a5136606d9.tar.gz |
linux_raspberrypi_4.19: Update to 4.19.34
* The branch rpi-4.19.y (and rpi-4.18.y) was recently force pushed and
current d65a0f76d3adcf86a6f5c614c68edb3aeb3b8590 nor previous
3c468fc8191d276e3e9efd976a0ff71271f3fc51 aren't included in any
branch, from my local checkout update:
e24b1f6c0c79..5f4b16e4a8d6 rpi-4.14.y -> up/rpi-4.14.y
e54efc381a97..22bb67b8e2e8 rpi-4.14.y-rt -> up/rpi-4.14.y-rt
3a1a31d70660...d58c595b013f rpi-4.18.y -> up/rpi-4.18.y (forced update)
48dfbb408fdd...ab8652c03fa0 rpi-4.19.y -> up/rpi-4.19.y (forced update)
[new branch] rpi-4.20.y -> up/rpi-4.20.y
[new branch] rpi-5.0.y -> up/rpi-5.0.y
Signed-off-by: Martin Jansa <Martin.Jansa@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 0d3b753..8842e71 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.32" | 3 | LINUX_VERSION ?= "4.19.34" |
4 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" | 4 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" |
5 | 5 | ||
6 | SRCREV = "d65a0f76d3adcf86a6f5c614c68edb3aeb3b8590" | 6 | SRCREV = "ab8652c03fa081b27de7e28a74c2536cb2aa3e5b" |
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 | " |