diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-04-25 18:36:58 -0700 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2021-04-26 09:02:04 +0100 |
| commit | 8cffbf5e8534e824c81541802d7a2298100054b5 (patch) | |
| tree | ac7c1b06a4b3b91b5c56700d5b0040dbdd7fdb12 | |
| parent | ff6cda5d8f67b6c701acfb486366a66fa12859fd (diff) | |
| download | meta-raspberrypi-8cffbf5e8534e824c81541802d7a2298100054b5.tar.gz | |
raspberrypi-firmware: Update to include 5.10.31 updates
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | recipes-bsp/common/raspberrypi-firmware.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/common/raspberrypi-firmware.inc b/recipes-bsp/common/raspberrypi-firmware.inc index 8bd93dd..6358fba 100644 --- a/recipes-bsp/common/raspberrypi-firmware.inc +++ b/recipes-bsp/common/raspberrypi-firmware.inc | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | RPIFW_DATE ?= "20210326" | 1 | RPIFW_DATE ?= "20210421" |
| 2 | SRCREV ?= "20081d8e86119e95e516526700be62049850c01a" | 2 | SRCREV ?= "2ac4de4eaac5c1d1b25acec4a5e0a9fdb16f0c91" |
| 3 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${SRCREV}.tar.gz" | 3 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${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[sha256sum] = "00bd758a1242f069682e1a98250362b45a8887aed98ee61dd50439e9a78fe463" | 7 | SRC_URI[sha256sum] = "c687aa1b5127a8dc0773e8aefb1f009f24bf71ccb4c9e8b40a1d46cbbb7bee0c" |
| 8 | 8 | ||
| 9 | PV = "${RPIFW_DATE}" | 9 | PV = "${RPIFW_DATE}" |
