summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Mabäcker <petter@technux.se>2015-07-08 18:10:34 +0200
committerAndrei Gherzan <andrei@resin.io>2015-07-19 14:46:02 +0200
commit25d8f0b8d864e371a1f5e54a78717b1ed8bf4df5 (patch)
treeb11c40eec480452c379711bfa27ff6903cd36271
parentc8532df1c2e4812b3520d32ed49be943bea2edd9 (diff)
downloadmeta-raspberrypi-25d8f0b8d864e371a1f5e54a78717b1ed8bf4df5.tar.gz
bcm: Bump SRCREV
Update to latest version of firmware.git [Support #60] Signed-off-by: Petter Mabäcker <petter@technux.se> Acked-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 ad3176a..a5a5412 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,5 +1,5 @@
1RPIFW_SRCREV ?= "e42a747e8d5c4a2fb3e837d0924c7cc39999936a" 1RPIFW_SRCREV ?= "89881b5488a5a60088677333dcbd97e1836c0e7e"
2RPIFW_DATE ?= "20150206" 2RPIFW_DATE ?= "20150630"
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