summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-08-24 10:20:52 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2020-08-26 13:53:39 +0100
commit93305f7c3a9c338a3d2daef61514f61b4256f979 (patch)
tree08f08f521169a0e0a6e49857599a0c1c09c3d3e0
parent168684cb2ef52fdd84baeca4d3b35b3b84621243 (diff)
downloadmeta-raspberrypi-93305f7c3a9c338a3d2daef61514f61b4256f979.tar.gz
raspberrypi-firmware: Upgrade to 20200819
Includes 5.4.59 bumps Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-bsp/common/raspberrypi-firmware.inc7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-bsp/common/raspberrypi-firmware.inc b/recipes-bsp/common/raspberrypi-firmware.inc
index 3919c9f..85292eb 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,10 +1,9 @@
1RPIFW_DATE ?= "20200812" 1RPIFW_DATE ?= "20200819"
2SRCREV ?= "18aa72c5e05677b8a8af835bd60409e3253817aa" 2SRCREV ?= "f293685f683c48b1872beeb38c2f7da1f46141a0"
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] = "285453979ec7730f9547445056d58e44" 7SRC_URI[sha256sum] = "dd825e8ccbd524182f7e06c5301f2ed2f8a68200e80cf61b1095271dcfbe0e55"
8SRC_URI[sha256sum] = "9e946f96aff5791150703ea3510f26724e80048ba7c2985e28fbba6a2e1406d2"
9 8
10PV = "${RPIFW_DATE}" 9PV = "${RPIFW_DATE}"