diff options
-rw-r--r-- | recipes-bsp/common/raspberrypi-firmware.inc | 8 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.19.bb | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes-bsp/common/raspberrypi-firmware.inc b/recipes-bsp/common/raspberrypi-firmware.inc index f8ae2f5..29c7b4b 100644 --- a/recipes-bsp/common/raspberrypi-firmware.inc +++ b/recipes-bsp/common/raspberrypi-firmware.inc | |||
@@ -1,10 +1,10 @@ | |||
1 | RPIFW_DATE ?= "20190823" | 1 | RPIFW_DATE ?= "20191021" |
2 | SRCREV ?= "7163480fff007dc98978899b556dcf06f8a462c8" | 2 | SRCREV ?= "ed238d3329e39a68bde03bbc2dfc293c0c3dc93a" |
3 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz" | 3 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz" |
4 | RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" | 4 | RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" |
5 | 5 | ||
6 | SRC_URI = "${RPIFW_SRC_URI}" | 6 | SRC_URI = "${RPIFW_SRC_URI}" |
7 | SRC_URI[md5sum] = "b10044aa637ed170eef2ca6c1dcc8aba" | 7 | SRC_URI[md5sum] = "d18066531018a972ed927a6cc136cfff" |
8 | SRC_URI[sha256sum] = "012bc542157d03d19c52dfb2ff9e828905d1991a8b33420f1a2e3730040c167f" | 8 | SRC_URI[sha256sum] = "82048cf88f4f50f7cf83e34d93923ceb5147885761d33ee5f4dc980b4a7a426a" |
9 | 9 | ||
10 | PV = "${RPIFW_DATE}" | 10 | PV = "${RPIFW_DATE}" |
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.19.bb b/recipes-kernel/linux/linux-raspberrypi_4.19.bb index 9540747..5401687 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.19.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.19.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | LINUX_VERSION ?= "4.19.75" | 1 | LINUX_VERSION ?= "4.19.80" |
2 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" |
3 | 3 | ||
4 | SRCREV = "642e12d892e694214e387208ebd9feb4a654d287" | 4 | SRCREV = "3492a1b003494535eb1b17aa7f258469036b1de7" |
5 | 5 | ||
6 | require linux-raspberrypi_4.19.inc | 6 | require linux-raspberrypi_4.19.inc |