summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2018-02-26 17:21:51 +0000
committerAndrei Gherzan <andrei@gherzan.com>2018-02-28 18:02:58 +0000
commit37f6523aa106c1cc8337d2af9cb9ce193161e478 (patch)
tree83cb2c6b2ce45e443d93bc8d78edd0e6f32764ee
parent8501a332533b7b566ff77b9ee3d5a8e1ad0978b2 (diff)
downloadmeta-raspberrypi-37f6523aa106c1cc8337d2af9cb9ce193161e478.tar.gz
firmware: Update to recent commit
There hasn't been a tagged version of the firmware lately, but there have been several bugfixes listed in the commit history and we're about to move to v4.14.y as the default kernel so let's get up-to-date. The actual commit used is the most recent change to the firmware files as of 2018-02-26, the most recent commits which only change the kernel image and other files we don't use are ignored. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
-rw-r--r--recipes-bsp/common/firmware.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
index 67078c1..52aa408 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,9 +1,9 @@
1RPIFW_DATE ?= "20171029" 1RPIFW_DATE ?= "20180209"
2RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz" 2RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/b1a7f4aea6cbd380319c2849ecc5988f9a4dba70.tar.gz"
3RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}" 3RPIFW_S ?= "${WORKDIR}/firmware-b1a7f4aea6cbd380319c2849ecc5988f9a4dba70"
4 4
5SRC_URI = "${RPIFW_SRC_URI}" 5SRC_URI = "${RPIFW_SRC_URI}"
6SRC_URI[md5sum] = "4d27c1888a7bab3097471906e7b4a319" 6SRC_URI[md5sum] = "08ed10d92ee064711d73790557267f84"
7SRC_URI[sha256sum] = "46ce28c8d87ef22bdcc57ac1836ca3f04d1ec6f46580ff5a30bf76b3c0822117" 7SRC_URI[sha256sum] = "0ad8b66c02ba14917dfdc15f11d702da650c473681d100efb3f8d47aee9b8ece"
8PV = "${RPIFW_DATE}" 8PV = "${RPIFW_DATE}"
9 9