summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2015-10-21 22:55:43 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2015-10-21 22:55:43 +0200
commitaaf8e2e7383f22c2c213b6aaf698e0efe44529b0 (patch)
treedea3cd1d94a833c7e356d6484dca1b5c3ac80781
parenta7d629e5699e4fdcf88f22b32e245efe3868ebe1 (diff)
downloadmeta-raspberrypi-aaf8e2e7383f22c2c213b6aaf698e0efe44529b0.tar.gz
firmware: Bump revision
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-bsp/common/firmware.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
index a5a5412..020f0ed 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,5 +1,5 @@
1RPIFW_SRCREV ?= "89881b5488a5a60088677333dcbd97e1836c0e7e" 1RPIFW_SRCREV ?= "f7108cfdc715f79c5fd051fb4c3ae6f4b1b01f23"
2RPIFW_DATE ?= "20150630" 2RPIFW_DATE ?= "20151021"
3RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" 3RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
4RPIFW_S ?= "${WORKDIR}/git" 4RPIFW_S ?= "${WORKDIR}/git"
5 5