summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-03-26 19:04:49 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2020-03-27 10:32:29 +0000
commit5e56eff64f6c5573631f9de29891236b2c2cadbe (patch)
tree5abee204237ed7227c755fc7d0f96e15513daae6
parentd05d4184194b73dfde228f5c128373ed18e1b97f (diff)
downloadmeta-raspberrypi-5e56eff64f6c5573631f9de29891236b2c2cadbe.tar.gz
raspberrypi-firmware: update to current HEAD
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
-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 1841a78..acf8f24 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,10 +1,10 @@
1RPIFW_DATE ?= "20200306" 1RPIFW_DATE ?= "20200326"
2SRCREV ?= "163d84cbeb7038a4fd71d817eae43a535eb3df62" 2SRCREV ?= "5574077183389cd4c65077ba18b59144ed6ccd6d"
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] = "8be0bd27fc4f31ecb0a9b48d8f27f933" 7SRC_URI[md5sum] = "1091837b8daed93b01dcc8980d936b40"
8SRC_URI[sha256sum] = "4a62e6d37598300a42fc9c9f6b554e08f3ea825695e429f7f3674d4afc0d5803" 8SRC_URI[sha256sum] = "0596505f529677906fed30e6c3c1d2387a5d287f668a719484e2f9d8a3059176"
9 9
10PV = "${RPIFW_DATE}" 10PV = "${RPIFW_DATE}"