diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2019-12-24 08:49:53 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-12-24 21:09:51 +0000 |
commit | d059288fa09ce072eade66efcb574db7831d3493 (patch) | |
tree | 3335a25bf0fa5dd4510162182e23a2f1b4bfb98d | |
parent | ef6555c09a1b079d76b22ee48ef5fc234a6f004e (diff) | |
download | meta-raspberrypi-d059288fa09ce072eade66efcb574db7831d3493.tar.gz |
linux-raspberrypi-rt: bump to revision e2e9cec
This version includes a fix for the USB part.
Fixes:
[ 2.988098] CPU: 3 PID: 79 Comm: irq/56-dwc_otg_ Not tainted 4.19.71-rt24 #1
[ 2.988102] Hardware name: BCM2835
[ 2.988134] [<801120a8>] (unwind_backtrace) from [<8010d260>] (show_stack+0x20/0x24)
[ 2.988151] [<8010d260>] (show_stack) from [<8085340c>] (dump_stack+0xbc/0x100)
[ 2.988167] [<8085340c>] (dump_stack) from [<80121160>] (__warn.part.0+0xcc/0xe8)
[ 2.988182] [<80121160>] (__warn.part.0) from [<80121314>] (warn_slowpath_null+0x54/0x5c)
[ 2.988197] [<80121314>] (warn_slowpath_null) from [<8014f120>] (migrate_disable+0x220/0x
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi-rt_4.19.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi-rt_4.19.bb b/recipes-kernel/linux/linux-raspberrypi-rt_4.19.bb index 7a9f083..2d9363f 100644 --- a/recipes-kernel/linux/linux-raspberrypi-rt_4.19.bb +++ b/recipes-kernel/linux/linux-raspberrypi-rt_4.19.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | LINUX_VERSION ?= "4.19.71" | 1 | LINUX_VERSION ?= "4.19.71" |
2 | LINUX_RPI_BRANCH ?= "rpi-4.19.y-rt" | 2 | LINUX_RPI_BRANCH ?= "rpi-4.19.y-rt" |
3 | 3 | ||
4 | SRCREV = "1532ea50263c8fd70f769b55e60fbc6a0c5778a0" | 4 | SRCREV = "e2e9cec6fb061ba58304fd391ef76747f2963557" |
5 | 5 | ||
6 | require linux-raspberrypi_4.19.inc | 6 | require linux-raspberrypi_4.19.inc |