summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/common
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2019-10-23 10:30:35 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2019-10-24 14:07:52 +0100
commitbaba59dc284acb4a44e4f6722f78f331f2d94e4e (patch)
tree33d0c75aaa20301d14e25e55cb8b3675e7b9c23c /recipes-bsp/common
parent4776ecc5325978c09d3c9c92379693797db9de78 (diff)
downloadmeta-raspberrypi-baba59dc284acb4a44e4f6722f78f331f2d94e4e.tar.gz
linux-raspberrypi=4.19.80 bcm2835-bootfiles=20191021
* Upgrade the kernel to latest with corresponding firmware. * This VC4 firmware is compatible with network boot described here: https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware/raspberry_pi4_network_boot_beta.md Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-bsp/common')
-rw-r--r--recipes-bsp/common/raspberrypi-firmware.inc8
1 files changed, 4 insertions, 4 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 @@
1RPIFW_DATE ?= "20190823" 1RPIFW_DATE ?= "20191021"
2SRCREV ?= "7163480fff007dc98978899b556dcf06f8a462c8" 2SRCREV ?= "ed238d3329e39a68bde03bbc2dfc293c0c3dc93a"
3RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz" 3RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz"
4RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" 4RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}"
5 5
6SRC_URI = "${RPIFW_SRC_URI}" 6SRC_URI = "${RPIFW_SRC_URI}"
7SRC_URI[md5sum] = "b10044aa637ed170eef2ca6c1dcc8aba" 7SRC_URI[md5sum] = "d18066531018a972ed927a6cc136cfff"
8SRC_URI[sha256sum] = "012bc542157d03d19c52dfb2ff9e828905d1991a8b33420f1a2e3730040c167f" 8SRC_URI[sha256sum] = "82048cf88f4f50f7cf83e34d93923ceb5147885761d33ee5f4dc980b4a7a426a"
9 9
10PV = "${RPIFW_DATE}" 10PV = "${RPIFW_DATE}"