diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-11-24 23:01:14 -0800 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2021-03-16 22:25:08 +0000 |
| commit | 6fdb8a5f568c2c2e2d632a8091d59f669b64d5a0 (patch) | |
| tree | b26cc2ad0487bd4427ee4091e06baedf5ac14864 /recipes-bsp | |
| parent | ca02fb8a51b6ac2e7d45105e5a7ee65ab88f8658 (diff) | |
| download | meta-raspberrypi-6fdb8a5f568c2c2e2d632a8091d59f669b64d5a0.tar.gz | |
raspberrypi-firmware: Update to latest to take 5.4.79 prebuilts
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 6a53db2fb689d372c6acbb429f1a2211eca40aa5)
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
Diffstat (limited to 'recipes-bsp')
| -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 32cc480..649c7ea 100644 --- a/recipes-bsp/common/raspberrypi-firmware.inc +++ b/recipes-bsp/common/raspberrypi-firmware.inc | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | RPIFW_DATE ?= "20201002" | 1 | RPIFW_DATE ?= "20201123" |
| 2 | SRCREV ?= "11e3c314bc2b64f7d862bac00ff3d9f42f3c5a50" | 2 | SRCREV ?= "8f13114b9ea29bd004151d4a8afa500b2df721be" |
| 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] = "b8c9f5a3e987f418f11526cbf59f6a6c8103e8f5e94bccffb9ef3fd7ae834f98" | 7 | SRC_URI[sha256sum] = "f9be0cc177aae7dddaa0a2967d090ea33a95be9dd519d2eee3bc740af8ffb19e" |
| 8 | 8 | ||
| 9 | PV = "${RPIFW_DATE}" | 9 | PV = "${RPIFW_DATE}" |
